.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
statiq/__init__.py
statiq/_version.py
statiq/abstract.py
statiq/builder.py
statiq/filters.py
statiq/page.py
statiq/plugin.py
statiq/static.py
statiq.egg-info/PKG-INFO
statiq.egg-info/SOURCES.txt
statiq.egg-info/dependency_links.txt
statiq.egg-info/entry_points.txt
statiq.egg-info/requires.txt
statiq.egg-info/top_level.txt
statiq/cli/__init__.py
statiq/cli/commands.py
statiq/examples/demo/config.py
statiq/examples/demo/pages/[slug].py
statiq/examples/demo/pages/index.py
statiq/examples/demo/pages/[category]/[page].py
statiq/examples/demo/pages/[category]/index.py
statiq/examples/demo/static/main.css
statiq/examples/demo/templates/[slug].html
statiq/examples/demo/templates/index.html
statiq/examples/demo/templates/[category]/[page].html
statiq/examples/demo/templates/[category]/index.html
statiq/templates/base.html
tests/statiq/test_filters.py
tests/statiq/test_plugin.py