LICENSE.md
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.py
calico/__init__.py
calico/app.py
calico/apps.py
calico/cmd.py
calico/converters.py
calico/exceptions.py
calico/favicon.py
calico/hookspecs.py
calico/mappers.py
calico/models.py
calico/sitemaps.py
calico/thumbnailer.py
calico/urls.py
calico/utils.py
calico/views.py
calico/management/__init__.py
calico/management/commands/__init__.py
calico/management/commands/build_nginx_redirect_map.py
calico/management/commands/collectwidgetscss.py
calico/templates/base.html
calico/templates/calico/area.html
calico/templates/calico/favicon.html
calico/templates/calico/manifest.webmanifest
calico/templates/calico/page.html
calico/templates/calico/sourceset.html
calico/templates/calico/website.py
calico/templates/calico/content/__404__.md
calico/templates/calico/content/index.md
calico/templates/calico/content/site.yml
calico/templates/calico/content/_header/menu.md
calico/templates/calico/plugins/__init__.py
calico/templates/calico/public/.gitkeep
calico/templates/calico_plugin/__init__.py
calico/templates/calico_plugin/apps.py
calico/templates/calico_plugin/templates/widgets/.gitkeep
calico/templates/widgets/link.html
calico/templates/widgets/main_nav.html
calico/templates/widgets/section.html
calico/templates/widgets/svglink.html
calico/templates/widgets/text.html
calico/templates/widgets/svg/bsky.html
calico/templates/widgets/svg/github.html
calico/templates/widgets/svg/gitlab.html
calico/templates/widgets/svg/mastodon.html
calico/templates/widgets/svg/moon.html
calico/templates/widgets/svg/rss.html
calico/templates/widgets/svg/sun.html
calico/templatetags/__init__.py
calico/templatetags/calico.py
calico_ssg.egg-info/PKG-INFO
calico_ssg.egg-info/SOURCES.txt
calico_ssg.egg-info/dependency_links.txt
calico_ssg.egg-info/entry_points.txt
calico_ssg.egg-info/requires.txt
calico_ssg.egg-info/top_level.txt
calico_system_plugins/__init__.py
calico_system_plugins/blog/__init__.py
calico_system_plugins/blog/apps.py
calico_system_plugins/blog/feeds.py
calico_system_plugins/blog/utils.py
calico_system_plugins/blog/templates/blog/articles_list.html
calico_system_plugins/blog/templates/widgets/blog/excerpt.html
calico_system_plugins/blog/templates/widgets/blog/index.html
calico_system_plugins/blog/templates/widgets/blog/latest.html
calico_system_plugins/blog/templates/widgets/blog/post.html
calico_system_plugins/blog/templates/widgets/blog/tags.html
calico_system_plugins/blog/templatetags/__init__.py
calico_system_plugins/blog/templatetags/calico_blog.py
calico_system_plugins/collections/__init__.py
calico_system_plugins/collections/apps.py
calico_system_plugins/collections/templates/widgets/collection/grouped_top_x.html
calico_system_plugins/collections/templates/widgets/collection/item.html
calico_system_plugins/collections/templates/widgets/collection/top_x.html
calico_system_plugins/collections/templatetags/__init__.py
calico_system_plugins/collections/templatetags/calico_collections.py
calico_system_plugins/picocss/__init__.py
calico_system_plugins/picocss/apps.py
calico_system_plugins/picocss/static/css/pico-calico.css
calico_system_plugins/picocss/templates/widgets/article.html
calico_system_plugins/picocss/templates/widgets/hero.html
calico_system_plugins/picocss/templates/widgets/light_switch.html
calico_system_plugins/picocss/templates/widgets/footer/social.html
tests/test_build_command.py
tests/test_init_command.py
tests/test_plugins.py
tests/test_run_command.py