|
před 2 roky | |
---|---|---|
static/images | před 2 roky | |
templates | před 2 roky | |
.gitignore | před 2 roky | |
Makefile | před 2 roky | |
README.md | před 2 roky | |
build.py | před 2 roky | |
watch.sh | před 2 roky |
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