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