LICENSE
MANIFEST.in
README.md
pyproject.toml
src/opla/__init__.py
src/opla/bibliography.py
src/opla/markdown.py
src/opla/opla.py
src/opla/payload.py
src/opla/shortcodes.py
src/opla/templating.py
src/opla/themes/base/templates/base.html.j2
src/opla/themes/base/templates/macro.j2
src/opla/themes/base/templates/partials/content.html.j2
src/opla/themes/base/templates/partials/custom_style.html.j2
src/opla/themes/base/templates/partials/footer.html.j2
src/opla/themes/base/templates/partials/header.html.j2
src/opla/themes/base/templates/partials/script.html.j2
src/opla/themes/base/templates/partials/style.html.j2
src/opla/themes/materialize/static/css/materialize.css
src/opla/themes/materialize/static/css/materialize.min.css
src/opla/themes/materialize/static/css/style.css
src/opla/themes/materialize/static/js/materialize.js
src/opla/themes/materialize/static/js/materialize.min.js
src/opla/themes/materialize/templates/index.html.j2
src/opla/themes/materialize/templates/partials/header.html.j2
src/opla/themes/materialize/templates/partials/script_materialize.html.j2
src/opla/themes/rawhtml/templates/index.html.j2
src/opla/themes/water/static/css/style.css
src/opla/themes/water/templates/index.html.j2
src/opla_ssg.egg-info/PKG-INFO
src/opla_ssg.egg-info/SOURCES.txt
src/opla_ssg.egg-info/dependency_links.txt
src/opla_ssg.egg-info/entry_points.txt
src/opla_ssg.egg-info/requires.txt
src/opla_ssg.egg-info/top_level.txt
tests/test_bibliography.py
tests/test_markdown.py
tests/test_opla.py
tests/test_payload.py
tests/test_shortcodes.py
tests/test_templating.py