Personal homepage and static website generator for noah.is https://noah.is/
 
 
 
 
 
Go to file
Noah fb8bb53ab8 Update website 2023-06-28 23:29:41 -07:00
static Update website 2023-06-28 23:29:41 -07:00
templates Update website 2023-06-28 23:29:41 -07:00
.gitignore Initial commit 2018-07-03 19:41:33 -07:00
Makefile Initial commit 2018-07-03 19:41:33 -07:00
README.md Update website 2023-06-28 23:29:41 -07:00
build.py Update website 2023-06-28 23:29:41 -07:00
watch.sh Initial commit 2018-07-03 19:41:33 -07:00

README.md

noah.is

  • Everything in templates/ is assumed to be a Jinja2 template.
  • Everything in static/ is assumed to be a file to be taken literally.
  • Run make build to compile all the templates from templates/ and copy all of the files from static/ into a shared public root directory called public/
  • Upload public/* to your web server.

Features

  • Pretty path names (templates/about.html -> public/about/index.html)

Setup Instructions

For Fedora: sudo dnf install python3-jinja2 inotify-tools

License

MIT