|
vor 2 Jahren | |
---|---|---|
static/images | vor 2 Jahren | |
templates | vor 2 Jahren | |
.gitignore | vor 2 Jahren | |
Makefile | vor 2 Jahren | |
README.md | vor 2 Jahren | |
build.py | vor 2 Jahren | |
watch.sh | vor 2 Jahren |
templates/
is assumed to be a Jinja2 template.static/
is assumed to be a file to be taken literally.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/
public/*
to your web server.templates/about.html
-> public/about/index.html
)MIT