Not Another Static Generator
Find a file
2018-07-22 18:03:06 +01:00
templates re-adding index.php magic instead of nginx rules; given that I need to use php 2018-07-22 14:52:32 +01:00
.gitignore re-added enclosure for feed and webmention.io parsing for new comments before moving into rendering 2018-07-22 17:59:26 +01:00
__init__.py v4.0a1 2018-07-20 16:47:25 +01:00
exiftool.py v4.0a 2018-07-20 16:45:42 +01:00
LICENSE re-licencing to LGPLv3 2018-06-24 20:02:57 +01:00
nasg.py re-added enclosure for feed and webmention.io parsing for new comments before moving into rendering 2018-07-22 17:59:26 +01:00
README.md readme update 2018-07-22 18:03:06 +01:00
requirements.txt v4.0a 2018-07-20 16:45:42 +01:00
settings.py v4.0a1 2018-07-20 16:47:25 +01:00

NASG - not another static generator...

This is my semi-static generator, written in Python. Semi, because it generates 2 extra PHP files:

  • search.php to read and FTS4 based sqlite database for search
  • index.php to properly handle HTTP 410 and 301 headers for gone/redirect content

Content is YAML + Markdown.

External requirement: exiftool, because nothing else reads Lens data yet.