Skip to content

kplaube/blog

Repository files navigation

klauslaube.com.br

The implementation of my blog, powered by Gatsby.

The blog is hosted by Github Pages. The project structure is quite simple:

  • content: All the articles
  • src: The source code. Written with Gatsby/React
  • static: Static resources (like robots.txt)

Installing

Make sure you have Node.js >= 11.

The install task will resolve the dependencies like Gatsby, React, Styled Components, etc.

yarn install

To run the development server:

yarn start

And to deploy:

yarn run deploy

Contributions are very welcome!

Releases

No releases published

Packages

No packages published