.gitignore
CHANGELOG
Makefile
Pipfile
README.md
config-default.toml
setup.py
dev/pypi
doc/manual.adoc
doc/plugins.adoc
src/stag/__init__.py
src/stag/_version.py
src/stag/config.py
src/stag/ecs.py
src/stag/reading.py
src/stag/signals.py
src/stag/stag.py
src/stag/utils.py
src/stag/writing.py
src/stag/plugins/_helpers.py
src/stag/plugins/macros.py
src/stag/plugins/md.py
src/stag/plugins/taxonomies.py
src/stag/plugins/xml.py
src/stag/writers/copy.py
src/stag/writers/jinja.py
src/stag/writers/template_functions.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_macros.py
tests/test_site.py
tests/test_site_gen.py
tests/test_template_functions.py
tests/helpers/__init__.py
tests/helpers/testutils.py
tests/sites/site_config/config.toml
tests/sites/site_config/expected_files.txt
tests/sites/site_config/content/index.md
tests/sites/site_config/content/otherpage.md
tests/sites/site_config/content/somepage/index.html
tests/sites/site_config/content/somepage/somefile.txt
tests/sites/site_config/static/style.css
tests/sites/site_noconfig/expected_files.txt
tests/sites/site_noconfig/content/index.md
tests/sites/site_noconfig/content/otherpage.md
tests/sites/site_noconfig/content/somepage/index.html
tests/sites/site_noconfig/content/somepage/somefile.txt
tests/sites/site_noconfig/static/style.css