Go to file
fireglow ebc70d9eec Fix location of sample configuration file 2020-11-24 22:03:16 +02: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 location of sample configuration file 2020-11-24 22:03:16 +02: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