summaryrefslogtreecommitdiff
path: root/src/directive/pagestats.rs
AgeCommit message (Expand)AuthorFilesLines
2023-05-14refactor: make Site::markdown_pages be a hash map instead of vectorLars Wirzenius1-1/+0
2023-04-24feat: simplistic implementation of the pagestats directiveLars Wirzenius1-10/+30
2023-04-24feat: add a silly map directive implementationLars Wirzenius1-1/+1
2023-02-06feat: make pagestats log warning instead of returning errorLars Wirzenius1-2/+7
2023-01-07refactor: move directive errors to src/directive/mod.rsLars Wirzenius1-4/+3
2023-01-07refactor: rename SiteError to RikiErrorLars Wirzenius1-3/+3
2022-11-09refactor: directive processing returns Processed valueLars Wirzenius1-2/+2
2022-11-09refactor: use trait for all directive implementationsLars Wirzenius1-12/+7
2022-10-23fix: make unimplemented directives be a runtime errorLars Wirzenius1-1/+1
2022-09-02fix: placeholder directives other fixes to process all test stiesLars Wirzenius1-1/+1
2022-08-10feat: implement shortcut directiveLars Wirzenius1-2/+2
2022-08-06feat: placeholder directive pagestatsLars Wirzenius1-0/+27