Go to file
Kris Warner 0baa1a05f7 Fix link to sample config 2023-08-14 19:19:20 +00:00
css default.css: fix white background on article children 2020-07-30 13:58:14 +03:00
images Initial commit 2020-07-30 13:49:51 +03:00
pages Fix link to sample config 2023-08-14 19:19:20 +00:00
posts Remove text segment from latest post 2020-07-30 13:58:33 +03:00
src Add floating toc in documentation.html 2020-07-30 13:50:00 +03:00
templates Add floating toc in documentation.html 2020-07-30 13:50:00 +03:00
.gitignore Initial commit 2020-07-30 13:49:51 +03:00
Cargo.lock Initial commit 2020-07-30 13:49:51 +03:00
Cargo.toml Initial commit 2020-07-30 13:49:51 +03:00
README.md Initial commit 2020-07-30 13:49:51 +03:00
make_manpage.sh Initial commit 2020-07-30 13:49:51 +03:00

README.md

Build

FORCE=1 cargo run

Check for dead links:

CHECK=1 cargo run

Run

cd _site/
python3 -m http.server 8000