Skip to content

drohmer/static_website_lhtml

Repository files navigation

Static website template with Jinja

Generate a website in directory _site/ from template sources written in html/jinja2/lhtml

Generating the website

python generate.py -i configure_default.yaml

or

cp configure_default.yaml configure.yaml
python generate.py

Clone

git clone --recurse-submodules https://github.com/drohmer/static_website_lhtml.git

or

git clone https://github.com/drohmer/static_website_lhtml.git
cd static_website_lhtml/
git submodule init
git submodule update

About

Static website generator based on Jinja and able to parse lhtml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published