/nikoheikkila.fi

A blog by Niko Heikkilä. Powered by coffee, VS Code, and Gatsby.

Primary LanguageTypeScriptOtherNOASSERTION

Welcome to nikoheikkila.fi 👋

Netlify Status Acceptance Tests Codacy Badge

My personal blog. Forked from Gatsby Blog Starter template and inspired here and there by Dan Abramov's blog.

🔧 Installation & Usage

1. Build Locally with Task

To run the build locally, type like so:

task dev

2. Build Locally with Netlify

Alternatively, you can mimic the production environment from Netlify like so:

npm install -g netlify-cli
ntl dev

This will download and execute a Netlify builder running the gatsby develop command.

Finally, open http://localhost:8000 to view the blog.

🤖 Run tests

Project is packaged with Prettier formatter, Vitest unit tests, and Playwright automated tests. They can be ran respectively like so:

task test

👤 Author

Niko Heikkilä <yo@nikoheikkila.fi>

🤝 Contributing

Content can be found under content/ directory. Edit posts as needed and submit a PR for me to review. All PRs are automatically deployed by Netlify as preview deployments. Once approved and merged to master branch they will be deployed to production.

Other contributions to UI, accessibility, React components, security, dependency updates etc. are warmly welcome as well!

Feel free to check the open issues.

✍️ Writing

To quickly bootstrap a new post or page draft use the CLI tool new.js at project root either via yarn new or invoking directly.

📝 License

Copyright of blog posts © 2022 Niko Heikkilä <yo@nikoheikkila.fi>.

Source code of this project is MIT licensed.


This README was generated with ❤️ by readme-md-generator.