Skip to content

devmi/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 ./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

Dmitri Pavlutin
@panzerdp

License

Licensed under CC BY 4.0

About

Dmitri Pavlutin's blog powered by GatsbyJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.6%
  • SCSS 26.4%
  • JavaScript 11.2%
  • HTML 4.8%