1
0
Fork
You've already forked delightful-club
0
The delightful curated list of delightful curated lists
  • HTML 53.9%
  • Rust 27.1%
  • Shell 12.2%
  • Dockerfile 4.2%
  • CSS 2.6%
2022年12月04日 16:38:10 +00:00
src Add OpenGraph meta tags 2021年09月11日 13:46:50 +02:00
website Allow broken internal links 2022年12月04日 11:47:06 +01:00
.gitignore Improve gitignore 2021年09月05日 17:09:43 +02:00
build_docker.sh Fix typo 2022年03月06日 11:35:36 +01:00
Cargo.lock Initial commit 2021年09月05日 16:24:18 +02:00
Cargo.toml Initial commit 2021年09月05日 16:24:18 +02:00
config.toml Add delightful-c4 2022年12月01日 11:54:35 +00:00
Dockerfile Improve build process 2022年03月06日 11:30:45 +01:00
LICENSE.md Initial commit 2021年09月05日 16:24:18 +02:00
README.md Add README 2021年09月05日 18:14:34 +02:00

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.