You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Manos Pitsidianakis 99f2781c74
Remove text segment from latest post
3 years ago
css default.css: fix white background on article children 3 years ago
images Initial commit 3 years ago
pages Initial commit 3 years ago
posts Remove text segment from latest post 3 years ago
src Add floating toc in documentation.html 3 years ago
templates Add floating toc in documentation.html 3 years ago
.gitignore Initial commit 3 years ago
Cargo.lock Initial commit 3 years ago
Cargo.toml Initial commit 3 years ago
README.md Initial commit 3 years ago
make_manpage.sh Initial commit 3 years ago

README.md

Build

FORCE=1 cargo run

Check for dead links:

CHECK=1 cargo run

Run

cd _site/
python3 -m http.server 8000