about summary refs log tree commit diff
path: root/strike.py
AgeCommit message (Expand)Author
2023-12-05strike: implement basic key=value front matterStarfall
2023-12-05strike: implement meta[title] and meta[data] from file informationStarfall
2023-12-05strike: statement of intent for a few more variablesStarfall
2023-12-05strike: read and process from config fileStarfall
2023-12-05strike: clean up source a bitStarfall
2023-12-05strike: use argparser instead of hardcoding directories and filenamesStarfall
2023-12-05strike: reduce indentation level slightlyStarfall
2023-12-05strike: move template from fstring to fileStarfall
2023-12-05strike: simple example of fstring templateStarfall