tinysite: a really small static website generator
| dest | ||
| src | ||
| readme.md | ||
| tinysite.py | ||
tinysite
a very small static site generator
dependencies
- python 3
- the
pandocpython library- install using
python3 -m pip install pandoc
- install using
- the pandoc executable
- install using whichever command fits your distro:
debian/ubuntu:
apt install pandocfedora:dnf install pandocarch:pacman -S pandocalpine:apk add pandoc
- install using whichever command fits your distro:
debian/ubuntu:
how to use
- place documents, images, etc. in a source folder
- run
./tinysite.py src dest - host using a webserver of your choice (
apache,nginx,python3 -m http.server) - done