Skip to content

Mononofu/kaihan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

開板 - kaihan

Custom static site generator used for https://www.furidamu.org/

For local testing, run:

python3 -m http.server 8787 --bind 127.0.0.1 --directory ~/tmp/rendered_blog/

RUST_LOG=info RUST_BACKTRACE=1 cargo run --release -- \
  --input ~/blog/ --output ~/tmp/rendered_blog/ \
  --siteurl http://localhost:8787

To publish, run:

RUST_LOG=info RUST_BACKTRACE=1 cargo run --release -- \
  --input ~/blog/ --output ~/tmp/rendered_blog/
./s3_upload.sh ~/tmp/rendered_blog/ www.furidamu.org

About

custom static site generator used for https://www.furidamu.org/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published