|
il y a 2 ans | |
---|---|---|
static/images | il y a 2 ans | |
templates | il y a 2 ans | |
.gitignore | il y a 2 ans | |
Makefile | il y a 2 ans | |
README.md | il y a 2 ans | |
build.py | il y a 2 ans | |
watch.sh | il y a 2 ans |
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