forked from yarmo/delightful-club
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 week ago | |
---|---|---|
src | 10 months ago | |
website | 4 months ago | |
.gitignore | 10 months ago | |
Cargo.lock | 10 months ago | |
Cargo.toml | 10 months ago | |
Dockerfile | 4 months ago | |
LICENSE.md | 10 months ago | |
README.md | 10 months ago | |
build_docker.sh | 4 months ago | |
config.toml | 1 week ago |
README.md
delightful-club
The delightful curated list of delightful curated lists
Build
Run:
cargo run
cd ./website
zola build
If you want to use docker, run:
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app -w /app rust:1.54.0 cargo run
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app -w /app/website balthek/zola:0.14.0 build
Contribute
To add a new delightful list, append it at the end of the config.toml
file and submit a PR.