Commit Graph

42 Commits

Author SHA1 Message Date
Jan-Lukas Else 609780db79 Add AI-generated-summary plugin (aitldr), many new plugin hooks and update dependencies 2023-03-24 21:25:20 +01:00
Jan-Lukas Else ffe7065621 Replace some buffers with pipes (should reduce memory usage) 2023-01-24 09:42:45 +01:00
Jan-Lukas Else a45d28d04f Add UI plugins (#33) and improve documentation for plugins (#32) 2022-08-12 15:42:06 +02:00
Jan-Lukas Else 7df2ec5a90 Update indieauth dependency to new major version 2022-03-18 08:17:22 +01:00
Jan-Lukas Else 474155306d Go 1.18 2022-03-16 08:28:03 +01:00
Jan-Lukas Else e3eb3a5b4e Refactor code highlighting 2022-03-10 11:56:17 +01:00
Jan-Lukas Else 856b504877 More pooled buffers, benchmarks and optional pprof server 2022-02-23 21:33:02 +01:00
Jan-Lukas Else 6fc1e0dc03 Use custom compression middleware 2022-02-18 16:35:53 +01:00
Jan-Lukas Else 51eaf24ff2 Some improvements and data race fixes 2022-02-12 12:37:13 +01:00
Jan-Lukas Else d8caf1e6f5 More optimizations 2022-02-12 00:48:59 +01:00
Jan-Lukas Else 68daab64e3 Use more writers and streaming when possible 2022-02-11 16:19:10 +01:00
Jan-Lukas Else 66cdf89863 Fix some small things 2022-01-26 19:59:09 +01:00
Jan-Lukas Else 763188169f Some performance and memory improvements 2022-01-26 12:02:12 +01:00
Jan-Lukas Else aabdde7d39 Fix styles 2021-11-16 10:37:30 +01:00
Jan-Lukas Else 0414d2fe85 Add code highlighting 2021-11-15 21:48:16 +01:00
Jan-Lukas Else 7623ca6f70 Use posts_fts table just to get the result paths 2021-11-14 08:40:19 +01:00
Jan-Lukas Else 74ea0f5576 Improved TTS 2021-09-07 22:16:28 +02:00
Jan-Lukas Else 286c0f821a Fix formatting of contact messages 2021-09-01 11:14:49 +02:00
Jan-Lukas Else 116b9eb8cc Add test for markdown images 2021-09-01 08:29:21 +02:00
Jan-Lukas Else 4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +02:00
Jan-Lukas Else 4c1f7fcde4 Strip down Goldmark for titles, to just provide typographer and emoji support 2021-08-05 07:05:39 +02:00
Jan-Lukas Else 663e6932bf Fix rendering Markdown title 2021-08-04 23:26:38 +02:00
Jan-Lukas Else 4205fb173f Priorities for posts (pinned posts), comments on blogroll, stats and map & some refactorings and fixes 2021-07-12 16:19:28 +02:00
Jan-Lukas Else 67f2b1fbdb Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
Jan-Lukas Else ca99b726a8 Small fixes and higher test coverage 2021-06-14 16:29:22 +02:00
Jan-Lukas Else 9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
Jan-Lukas Else 261a1d8b52 Use patched goldmark-emoji 2021-05-24 19:34:36 +02:00
Jan-Lukas Else 3858ffd9b8 Use markdown-mark module 2021-05-22 18:21:25 +02:00
Jan-Lukas Else 2781233e8a Support mark tag markdown syntax 2021-05-20 20:18:13 +02:00
Jan-Lukas Else 59e491ee0a Improve blogstats and load table using JS (because it's slow) 2021-05-09 09:08:31 +02:00
Jan-Lukas Else c24238fb0b Update Emojilib 2020-12-31 17:15:05 +01:00
Jan-Lukas Else 315fb575cb Don't render absolute links on HTML post pages, but in feeds and activitystreams 2020-12-23 14:36:27 +01:00
Jan-Lukas Else 04d2079111 Update markdown code a bit 2020-12-14 22:05:54 +01:00
Jan-Lukas Else 8da8a0de26 Enable Linkify markdown extension 2020-11-28 09:02:12 +01:00
Jan-Lukas Else 753424f715 Disable markdown linkify extension 2020-10-18 12:10:00 +02:00
Jan-Lukas Else da18db0f74 Use custom renderer for images too 2020-09-21 17:05:50 +02:00
Jan-Lukas Else dbbc498994 Custom link rendering 2020-09-21 16:53:20 +02:00
Jan-Lukas Else 54acbc5808 Fix emojis 2020-09-18 13:11:25 +02:00
Jan-Lukas Else 70f220e693 API endpoint to read posts
API endpoint to create posts from Hugo markdown file
Method to create redirects
Dependency updates
...
2020-09-18 12:34:52 +02:00
Jan-Lukas Else 5bb295b4ed Simplify emojify 2020-08-24 21:09:30 +02:00
Jan-Lukas Else 04ec81a43b Switch to chi 2020-07-29 16:41:36 +02:00
Jan-Lukas Else 081259fca7 Render markdown 2020-07-28 21:38:12 +02:00