Skip to content

Nereuxofficial/duckblog

Repository files navigation

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