DuckBlog is my personal blog. If you encounter any problems, please open an issue.
If you find any factual errors or typos, please open an issue
To run the blog locally, you need to install rustup. Then run:
PORT=8010 cargo r --release
or start it in a docker container:
docker-compose up -d