.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
MANIFEST.in
Makefile
README.md
RELEASE.md
lektor_atom.py
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/tests.yml
lektor_atom.egg-info/PKG-INFO
lektor_atom.egg-info/SOURCES.txt
lektor_atom.egg-info/dependency_links.txt
lektor_atom.egg-info/entry_points.txt
lektor_atom.egg-info/requires.txt
lektor_atom.egg-info/top_level.txt
tests/conftest.py
tests/test_lektor_atom.py
tests/demo-project/Website.lektorproject
tests/demo-project/configs/atom.ini
tests/demo-project/content/contents.lr
tests/demo-project/content/custom-blog/contents.lr
tests/demo-project/content/custom-blog/filtered_post/contents.lr
tests/demo-project/content/custom-blog/page/contents.lr
tests/demo-project/content/custom-blog/post1/contents.lr
tests/demo-project/content/custom-blog/post2/contents.lr
tests/demo-project/content/typical-blog/contents.lr
tests/demo-project/content/typical-blog/post1/contents.lr
tests/demo-project/content/typical-blog/post2/contents.lr
tests/demo-project/content/typical-blog2/contents.lr
tests/demo-project/models/blog-post.ini
tests/demo-project/models/blog.ini
tests/demo-project/models/custom-blog-post.ini
tests/demo-project/models/custom-blog.ini
tests/demo-project/models/page.ini
tests/demo-project/templates/blog-post.html
tests/demo-project/templates/blog.html
tests/demo-project/templates/custom-blog-post.html
tests/demo-project/templates/custom-blog.html
tests/demo-project/templates/page.html