Personal homepage and static website generator for noah.is https://noah.is/
 
 
 
 
 
ファイルへ移動
Noah 0f96387087 Add favicon 2018-07-03 19:46:13 -07:00
static/images Initial commit 2018-07-03 19:41:33 -07:00
templates Add favicon 2018-07-03 19:46:13 -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