Personal homepage and static website generator for noah.is
https://noah.is/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
static/images | 5 years ago | |
templates | 5 years ago | |
.gitignore | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
build.py | 5 years ago | |
watch.sh | 5 years ago |
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 fromtemplates/
and copy all of the files fromstatic/
into a shared public root directory calledpublic/
- Upload
public/*
to your web server.
Features
- Pretty path names (
templates/about.html
->public/about/index.html
)
License
MIT