tinysite: a really small static website generator
Find a file
qwertydotplus 65efe4c31a tinysite!
2026-02-01 04:33:54 -05:00
dest tinysite! 2026-02-01 04:33:54 -05:00
src tinysite! 2026-02-01 04:33:54 -05:00
readme.md tinysite! 2026-02-01 04:33:54 -05:00
tinysite.py tinysite! 2026-02-01 04:33:54 -05:00

tinysite

a very small static site generator

dependencies

  • python 3
  • the pandoc python library
    • install using python3 -m pip install pandoc
  • the pandoc executable
    • install using whichever command fits your distro: debian/ubuntu: apt install pandoc fedora: dnf install pandoc arch: pacman -S pandoc alpine: apk add pandoc

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