• Stars
    star
    337
  • Rank 125,272 (Top 3 %)
  • Language
    TypeScript
  • Created almost 7 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dmitri Pavlutin's blog powered by GatsbyJS

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