|
2 лет назад | |
---|---|---|
static/images | 2 лет назад | |
templates | 2 лет назад | |
.gitignore | 2 лет назад | |
Makefile | 2 лет назад | |
README.md | 2 лет назад | |
build.py | 2 лет назад | |
watch.sh | 2 лет назад |
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