forked from yarmo/delightful-club
The delightful curated list of delightful curated lists
- HTML 53.9%
- Rust 27.1%
- Shell 12.2%
- Dockerfile 4.2%
- CSS 2.6%
| src | Add OpenGraph meta tags | |
| website | Allow broken internal links | |
| .gitignore | Improve gitignore | |
| build_docker.sh | Fix typo | |
| Cargo.lock | Initial commit | |
| Cargo.toml | Initial commit | |
| config.toml | Add delightful-c4 | |
| Dockerfile | Improve build process | |
| LICENSE.md | Initial commit | |
| README.md | Add README | |
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.