Skip to content

panzerdp/dmitripavlutin.com

Repository files navigation

Dmitri Pavlutin Blog

Build and Deploy License: CC BY 4.0

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 ./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:3000/.

You can also generate TypeScript types from GraphQL queries:

npm run type:dev

Author

Dmitri Pavlutin
@panzerdp

License

Licensed under CC BY 4.0