Blog
This repository hosts the code for my personal blog, powered by GitHub Pages. It features my thoughts, projects, and insights on various topics. Feel free to explore and engage with the content.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Before you can run the project locally, you need to install the following dependencies:
To install the project, run the following command:
poetry install
The project is deployed automatically via GitHub Actions. To deploy the project manually, run the following command:
poetry run mkdocs gh-deploy
- GitHub Pages - Hosting
- mkdocs - Static Site Generator
- mkdocs-material - Theme