The delightful curated list of delightful curated lists https://delightful.club
 
 
 
 
 
Go to file
Yarmo Mackenbach 2195a86d5f
fix: update script to zola 0.17.2
2023-05-08 12:44:01 +02:00
src Add OpenGraph meta tags 2021-09-11 13:46:50 +02:00
website feat: migrate to rust 1.69.0 and zola 0.17.2 2023-05-08 12:41:20 +02:00
.gitignore Improve gitignore 2021-09-05 17:09:43 +02: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
Dockerfile feat: migrate to rust 1.69.0 and zola 0.17.2 2023-05-08 12:41:20 +02:00
LICENSE.md Initial commit 2021-09-05 16:24:18 +02:00
README.md feat: migrate to rust 1.69.0 and zola 0.17.2 2023-05-08 12:41:20 +02:00
build_docker.sh fix: update script to zola 0.17.2 2023-05-08 12:44:01 +02:00
config.toml به روزرسانی config.toml 2023-03-22 11:02:25 +00:00

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.69.0 cargo run
docker run --rm -u "$(id -u):$(id -g)" -v $PWD:/app -w /app/website balthek/zola:0.17.2 build

Contribute

To add a new delightful list, append it at the end of the config.toml file and submit a PR.