1
Fork 0
Commit graph

25 commits

Author SHA1 Message Date
703099f02b
Use jinja2 for templating 2024-05-24 20:50:53 +01:00
a84bae8f04
Actually install DDT 2024-04-30 21:23:31 +01:00
22731310ba
Extract TOC 2024-04-30 21:23:21 +01:00
3a32e32fca
Add content cache 2024-04-15 21:22:45 +01:00
325fec5271
Reuse connection between requests 2024-04-15 21:22:04 +01:00
0cefa8d125
Use contentless FTS 2024-03-31 15:08:01 +01:00
eef673db2f
Cache page templates 2024-03-31 15:02:48 +01:00
79aab1e15e
Only index plain content 2024-03-31 14:49:57 +01:00
7475d70c95
Install DDT 2024-03-31 14:20:03 +01:00
10baac9617
Render page content as template 2024-03-31 14:01:58 +01:00
ff90e8422b
Render markdown during page import 2024-03-24 21:59:25 +00:00
aaf0bb4571
Improve markdown rendering performance
Reuse the markdown instance and cache data
2024-03-24 18:36:48 +00:00
b4b9ee3f2b
Separate default DB 2024-01-10 22:01:01 +00:00
779ee06149
Support many-to-many with tags 2024-01-10 21:59:54 +00:00
56abc03f31
Only index pages on creation 2024-01-02 23:15:37 +00:00
8cc32be33f
Add logging config 2024-01-02 23:13:55 +00:00
58fda689bf
Fix slug for data file 2023-12-12 18:22:37 +00:00
67dfd04bbb
Store page slug 2023-12-12 18:14:34 +00:00
4c25b7cd91
Render content 2023-12-12 18:11:44 +00:00
d5988001a3
Hide warnings 2023-12-12 18:04:30 +00:00
aab93a4d3e
Add FTS with sqlite 2023-12-08 14:53:17 +00:00
741488f40b
Rename project 2023-12-07 13:29:15 +00:00
861dedecf1
Check content is actually accessible
Gunicorn's `--preload` only creates a single DB, which is good
2023-12-07 00:01:51 +00:00
670003c0f4
Add a file to check proper frontmatter syntax works
PS: It does
2023-12-06 23:42:31 +00:00
64857f724a
Bootstrap a testing project 2023-12-06 23:30:01 +00:00