Personal homepage and static website generator for noah.is https://noah.is/
 
 
 
 
 
Go to file
Noah 940a33b51f Add README 2018-07-03 19:44:28 -07:00
static/images Initial commit 2018-07-03 19:41:33 -07:00
templates Initial commit 2018-07-03 19:41:33 -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 Add README 2018-07-03 19:44:28 -07:00
build.py Initial commit 2018-07-03 19:41:33 -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)

License

MIT