LICENSE
README.md
pyproject.toml
shodo_ssg/__init__.py
shodo_ssg/api.py
shodo_ssg/assembler.py
shodo_ssg/asset_writer.py
shodo_ssg/cli.py
shodo_ssg/data_loader.py
shodo_ssg/front_matter_processor.py
shodo_ssg/html_root_layout_builder.py
shodo_ssg/pagination_handler.py
shodo_ssg/server.py
shodo_ssg/start_shodo_project.py
shodo_ssg/static_site_generator.py
shodo_ssg/template_context.py
shodo_ssg/template_handler.py
shodo_ssg.egg-info/PKG-INFO
shodo_ssg.egg-info/SOURCES.txt
shodo_ssg.egg-info/dependency_links.txt
shodo_ssg.egg-info/entry_points.txt
shodo_ssg.egg-info/requires.txt
shodo_ssg.egg-info/top_level.txt
shodo_ssg/project_template/build_settings.json
shodo_ssg/project_template/serve.py
shodo_ssg/project_template/site_builder.py
shodo_ssg/project_template/src/favicon.ico
shodo_ssg/project_template/src/store/config.json
shodo_ssg/project_template/src/store/home.json
shodo_ssg/project_template/src/store/items.json
shodo_ssg/project_template/src/theme/markdown/articles/blog/fifth-blog.md
shodo_ssg/project_template/src/theme/markdown/articles/blog/first-blog.md
shodo_ssg/project_template/src/theme/markdown/articles/blog/fourth-blog.md
shodo_ssg/project_template/src/theme/markdown/articles/blog/sixth-blog.md
shodo_ssg/project_template/src/theme/markdown/articles/blog/third-blog.md
shodo_ssg/project_template/src/theme/markdown/articles/blog/subject/second-blog.md
shodo_ssg/project_template/src/theme/markdown/partials/homepage/content.md
shodo_ssg/project_template/src/theme/static/assets/images/calligraphy-icon.svg
shodo_ssg/project_template/src/theme/static/scripts/main.js
shodo_ssg/project_template/src/theme/static/styles/footer.css
shodo_ssg/project_template/src/theme/static/styles/header.css
shodo_ssg/project_template/src/theme/static/styles/main.css
shodo_ssg/project_template/src/theme/static/styles/pagination.css
shodo_ssg/project_template/src/theme/views/home.jinja
shodo_ssg/project_template/src/theme/views/articles/layout.jinja
shodo_ssg/project_template/src/theme/views/articles/blog/subject/layout.jinja
shodo_ssg/project_template/src/theme/views/pages/blog.jinja
shodo_ssg/project_template/src/theme/views/pages/collections.jinja
shodo_ssg/project_template/src/theme/views/pages/feed.jinja
shodo_ssg/project_template/src/theme/views/partials/footer.jinja
shodo_ssg/project_template/src/theme/views/partials/svg/rss-icon.jinja
tests/test_api.py
tests/test_assembler.py
tests/test_asset_writer.py
tests/test_cli.py
tests/test_data_loader.py
tests/test_front_matter_processor.py
tests/test_html_root_layout_builder.py
tests/test_pagination_handler.py
tests/test_static_site_generator.py
tests/test_template_context.py
tests/test_template_handler.py