aboutsummaryrefslogtreecommitdiff
path: root/src/modules/blog
Commit message (Collapse)AuthorAgeFilesLines
* feat(blog): Add canonical and alias slug routing from Notion Slugs with ↵Fuwn2026-02-182-33/+252
| | | | title fallback
* perf(blog): Make manual and startup Notion refresh non-blocking with ↵Fuwn2026-02-141-13/+47
| | | | in-progress guard
* feat(blog): Add hidden query flag to trigger manual Notion syncFuwn2026-02-141-2/+32
|
* fix(blog): Remove extra whitespace on category pages without descriptionsFuwn2026-02-141-32/+100
|
* feat(blog): Sort blog listings and recent posts by true chronological dateFuwn2026-02-143-27/+182
|
* feat(blog): Treat Notion Hidden posts as private across site and RSSFuwn2026-02-142-9/+144
|
* fix(blog): Hide parameterised blog routes from directory listingFuwn2026-02-121-2/+2
|
* feat(blog): Configurable Notion refresh interval via environment variableFuwn2026-02-121-9/+7
|
* feat: Replace static blog system with Notion-backed dynamic contentFuwn2026-02-112-383/+338
|
* refactor: Bump nightlky Rust toolchain channel and fix lintsFuwn2026-01-212-26/+34
|
* fix: Various optimisationsFuwn2026-01-121-53/+51
|
* feat(blog): Change post metadata display formatFuwn2025-05-101-3/+3
|
* feat(index): add recent posts sectionFuwn2024-11-032-4/+36
|
* feat(blog): priority fieldFuwn2024-11-032-5/+26
|
* feat(blogs): finger_archiveFuwn2024-06-281-1/+12
|
* build: nix flakeFuwn2024-06-171-1/+1
|
* refactor: remove file headerFuwn2024-06-172-37/+1
|
* blog: create The Daily blogFuwn2024-06-171-16/+24
|
* refactor: constants for root urlsFuwn2024-06-161-4/+5
|
* fix(blog): use real title for xml titleFuwn2024-06-161-23/+20
|
* feat(rustc): bump nightlyFuwn2024-03-051-2/+2
|
* fix(blog): use real title for descriptionFuwn2023-05-171-1/+6
|
* deps(windmark): bump to 0.3.9Fuwn2023-05-171-2/+2
|
* style: rewrite formatterFuwn2023-04-171-25/+19
|
* refactor(response): rewrite unnecessary macro to functionFuwn2023-04-161-6/+6
|
* deps(rust): bump to nightly-2023-04-15Fuwn2023-04-161-32/+18
|
* deps(windmark): bump 0.2.5 -> 0.3.1Fuwn2023-04-061-45/+37
|
* deps(windmark): bump 0.2.1 -> 0.2.2Fuwn2023-03-301-4/+3
|
* refactor(blog): macro-ify headerFuwn2022-08-211-20/+14
|
* feat(module.rs): display custom entry name on listing pageFuwn2022-08-161-8/+10
|
* feat(blog): rss feed for blogsFuwn2022-07-081-5/+74
|
* format(modules): casing of top level headersFuwn2022-06-141-2/+2
|
* feat(blog): description for tracked mountsFuwn2022-06-121-27/+42
|
* refactor(content): move blogsFuwn2022-06-121-3/+3
|
* feat(blog): sub-blog configurationFuwn2022-06-122-0/+349