Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 508 Bytes

Readme.md

File metadata and controls

15 lines (13 loc) · 508 Bytes

DuckBlog

DuckBlog is my personal blog. If you encounter any problems, please open an issue.

Errors

If you find any factual errors or typos, please open an issue

Running

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