.gitignore
CHANGELOG.md
Makefile
Pipfile
README.md
config-default.toml
setup.py
dev/pypi
doc/index.adoc
src/stag/__init__.py
src/stag/_version.py
src/stag/config.py
src/stag/ecs.py
src/stag/stag.py
src/stag/utils.py
src/stag/plugins/__init__.py
src/stag/plugins/_jinja_functions.py
src/stag/plugins/base.py
src/stag/plugins/copy.py
src/stag/plugins/jinja.py
src/stag/plugins/macros.py
src/stag/plugins/markdown.py
src/stag_ssg.egg-info/PKG-INFO
src/stag_ssg.egg-info/SOURCES.txt
src/stag_ssg.egg-info/dependency_links.txt
src/stag_ssg.egg-info/entry_points.txt
src/stag_ssg.egg-info/requires.txt
src/stag_ssg.egg-info/top_level.txt
tests/conftest.py
tests/test_jinja.py
tests/test_jinja_functions.py
tests/test_macros.py
tests/test_site.py
tests/helpers/__init__.py
tests/helpers/testutils.py