.bandit
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/github-action-lint.yml
.github/workflows/github-action-pypi.yaml
.github/workflows/github-action-test.yml
.github/workflows/github-action-type.yaml
src/mysgen/mysgen.py
src/mysgen.egg-info/PKG-INFO
src/mysgen.egg-info/SOURCES.txt
src/mysgen.egg-info/dependency_links.txt
src/mysgen.egg-info/requires.txt
src/mysgen.egg-info/top_level.txt
tests/conftest.py
tests/test_integration.py
tests/test_unit.py
tests/fixtures/test_config.json
tests/fixtures/content/data/datapage/data.txt
tests/fixtures/content/data/datapost/data.txt
tests/fixtures/content/images/imagepost/testimage.png
tests/fixtures/content/pages/archive.md
tests/fixtures/content/pages/datapage.md
tests/fixtures/content/pages/home.md
tests/fixtures/content/pages/page.md
tests/fixtures/content/posts/datapost.md
tests/fixtures/content/posts/imagepost.md
tests/fixtures/content/posts/post.md
tests/fixtures/output/index.html
tests/fixtures/output/archive/index.html
tests/fixtures/output/datapage/index copy.html
tests/fixtures/output/page/index.html
tests/fixtures/output/posts/datapost/index.html
tests/fixtures/output/posts/datapost/data/data.txt
tests/fixtures/output/posts/imagepost/index.html
tests/fixtures/output/posts/imagepost/images/testimage.png
tests/fixtures/output/posts/imagepost/images/testimage_small.png
tests/fixtures/output/posts/post/index.html
tests/fixtures/theme/templates/archive.html
tests/fixtures/theme/templates/archive_kernel.html
tests/fixtures/theme/templates/article.html
tests/fixtures/theme/templates/article_kernel.html
tests/fixtures/theme/templates/base.html
tests/fixtures/theme/templates/index.html
tests/fixtures/theme/templates/page.html