summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-09Remove CustomFlask, simplify and renome CustomFlatPagesHEADmasterJohannes Löthberg2-41/+34
Not much use in wrapping everything in the CustomFlask class, so put everything at the top level of __init__.py. Rename CustomFlatPages to JournalFlatPages and only use it for the journal FlatPages instance. Also move the journal_entries and journal_tags members to JournalFlatPages, renaming them to just entries and tags. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-09Make /index the same as /Johannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-09Add all entriesJohannes Löthberg6-0/+58
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-09Initial commitJohannes Löthberg12-0/+378
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>