Age | Commit message (Expand) | Author |
---|---|---|
2023-12-05 | strike: fix crash when subdirectories exist | Starfall |
2023-12-05 | strike: 'import os' instead of 'from os import' | Starfall |
2023-12-05 | strike: rename location -> file in handle_file() | Starfall |
2023-12-05 | strike: use pathlib.Path for better readability where simple | Starfall |
2023-12-05 | strike: minor refactoring | Starfall |
2023-12-05 | strike: implement basic key=value front matter | Starfall |
2023-12-05 | strike: implement meta[title] and meta[data] from file information | Starfall |
2023-12-05 | strike: statement of intent for a few more variables | Starfall |
2023-12-05 | strike: read and process from config file | Starfall |
2023-12-05 | strike: clean up source a bit | Starfall |
2023-12-05 | strike: use argparser instead of hardcoding directories and filenames | Starfall |
2023-12-05 | strike: reduce indentation level slightly | Starfall |
2023-12-05 | strike: move template from fstring to file | Starfall |
2023-12-05 | strike: simple example of fstring template | Starfall |