|
пре 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