-
__main__.py
None
-
__init__.py
None
-
header.py
None
-
cli.py
None
-
summary.py
Run it
python -m markata.cli.summary
Configuration
There are two main things currently supported by summary, It can count the number of posts based on a filter (
filter_count'), and it can automatically list all the values of an attribute and the number of posts that have that attribute (
grid_attr`). -
runner.py
None
-
server.py
None
-
migrate_to_slugify.py
Slugify migration for projects moving from markata<0.5.0 into markata>=0.5.0
-
__main__.py
None
-
__init__.py
Markata is a tool for handling directories of markdown.
-
hookspec.py
Define hook specs.
-
errors.py
None
-
lifecycle.py
The LifeCycle is a core component for the internal workings of Markata. It sets fourth the hooks available, the methods to run them on the Markata instance, and the order they run in.
-
__about__.py
None
-
standard_config.py
Standard Config. A module to load tooling config from a users project space.