about summary refs log tree commit diff
path: root/src/article.py
AgeCommit message (Collapse)Author
19 hoursfix: don't require the git binaryuser@node5.net
22 hoursarticle metadata - modified date fallback if articles aren't git trackeduser@node5.net
fallback to file system modified data
23 hoursarticle metadata - get modified date from git instead of file systemuser@node5.net
after migrating to nix, it resolved to 1970-01-01, it's better to get the modified date directly from git regardless
2026-05-12Nixify app: Add flake, load content from dynamic pathuser@node5.net
- Package with flake - Load content from a path given with an environment variable, with the intention of loading this from a derivation
2024-07-07article description - add markdown supportuser
2024-04-09fix sub folder thumbnails missinguser
2024-04-09proper logginguser
2024-03-11article thumbnail file extension agnosticuser
2024-03-11rename article_generator.py module -> article, make functions into article ↵user
generator class