Dmitri Pavlutin Blog
This repository contains posts and source code of my blog https://dmitripavlutin.com.
The blog is powered by GatsbyJS.
Contributing
You are welcome to contribute to posts (fix typos, add clarifications, increase readability, etc) using pull requests.
Posts markdown files are located in ./content/posts folder.
Development
To compile the blog to HTML content, follow these steps.
Install the dependencies within the project root directory:
npm install
Then run the gatsby develop command:
npm run dev
The blog is now available at http://localhost:8000/.
You can also generate TypeScript types from GraphQL queries:
npm run type:dev
Author
@panzerdp |
License
Licensed under CC BY 4.0