Commit Graph

120 Commits

Author SHA1 Message Date
Jan-Lukas Else c73e53ce3c Add config option to enable redirect to random post 2021-01-20 13:38:24 +01:00
Jan-Lukas Else 89b48b1d37 One editor per blog 2021-01-17 12:53:07 +01:00
Jan-Lukas Else d1850300e5 Drafts 2021-01-15 21:56:46 +01:00
Jan-Lukas Else a34dc887b0 Add archives for months and months + days 2020-12-26 20:40:22 +01:00
Jan-Lukas Else 9e4a03549f Improve error rendering 2020-12-24 10:09:34 +01:00
Jan-Lukas Else 818a1c23c2 Use static home page 2020-12-23 16:53:10 +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 9da9e37f32 Short URLs 2020-12-22 22:15:29 +01:00
Jan-Lukas Else c8df151c57 Add year and month archives 2020-12-13 15:16:47 +01:00
Jan-Lukas Else ec5b9a6868 Improve taxonomy lists 2020-11-22 09:11:57 +01:00
Jan-Lukas Else fc6c883eca Fix paths 2020-11-17 17:43:30 +01:00
Jan-Lukas Else a1cf7ff71f Update Paginator library 2020-11-17 17:38:17 +01:00
Jan-Lukas Else bca9421147 Fix 2020-11-17 14:52:17 +01:00
Jan-Lukas Else 3a866fb3c0 Custom webmention sending implementation and other improvements 2020-11-16 18:34:29 +01:00
Jan-Lukas Else 7c6102b9db Fix index navigation 2020-11-15 12:46:24 +01:00
Jan-Lukas Else 764c9f7536 Full text search 2020-11-15 11:34:48 +01:00
Jan-Lukas Else c6d25c0385 Fix photos 2020-11-10 16:48:59 +01:00
Jan-Lukas Else 5b9ac19cb8 Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
Jan-Lukas Else 5ea44630d7 Webmentions, Telegram Notifications, etc. 2020-11-06 18:45:31 +01:00
Jan-Lukas Else f300c3d498 Improve templates and stuff 2020-11-01 18:37:21 +01:00
Jan-Lukas Else d13b0a5394 Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
Jan-Lukas Else 96259912cb Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
Jan-Lukas Else 912b24b9b4 Improve summary algorithm 2020-10-18 11:54:29 +02:00
Jan-Lukas Else 1a3178eea7 Improve post counting 2020-10-17 20:22:00 +02:00
Jan-Lukas Else 4cb605c38b Post translations, little progress on templates 2020-10-16 20:34:34 +02:00
Jan-Lukas Else dff1da6f68 Simplify routing code a bit 2020-10-15 19:50:34 +02:00
Jan-Lukas Else 50b4bce82f Small things 2020-10-15 17:32:46 +02:00
Jan-Lukas Else fe5a1baab2 Fix templates 2020-10-12 18:47:23 +02:00
Jan-Lukas Else e0f81ad768 Fix photos and update dependencies 2020-10-12 18:01:32 +02:00
Jan-Lukas Else 95909420ba A lot of progress 2020-10-06 19:07:48 +02:00
Jan-Lukas Else b50f4f55bb ActivityStreams variant for posts 2020-09-24 17:13:03 +02:00
Jan-Lukas Else 9002142524 Move sitemap code 2020-09-22 17:15:17 +02:00
Jan-Lukas Else 6e4bbc63ca Add sitemap 2020-09-22 17:08:34 +02:00
Jan-Lukas Else 1c8da99620 Photos page 2020-09-21 18:03:05 +02:00
Jan-Lukas Else 4393d28186 Fix pagination, use blog title and descriptions in feed as fallback 2020-09-20 21:37:04 +02:00
Jan-Lukas Else 8ef592cb22 Improve speed of sqlite queries using indexes and a trigger to find out the section of a post 2020-09-20 21:23:37 +02:00
Jan-Lukas Else bba5eaa078 Fix taxonomies, post order etc. 2020-09-19 14:56:31 +02:00
Jan-Lukas Else f38e8e5a20 Add Menu 2020-09-19 13:37:58 +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 4f71a2a090 Add method to generate post summaries, extend feeds 2020-09-15 17:01:53 +02:00
Jan-Lukas Else 4b7507c781 Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
Jan-Lukas Else e1a77bf48a Index template: Link to feeds in head 2020-09-02 17:56:18 +02:00
Jan-Lukas Else 341d9ab3f5 Add RSS/Atom/JSON Feed 2020-09-02 17:48:37 +02:00
Jan-Lukas Else 1d31cbe20a Taxonomies, sections and blog with title and description 2020-09-01 18:14:49 +02:00
Jan-Lukas Else 484da515aa Taxonomies! 2020-08-31 21:12:43 +02:00
Jan-Lukas Else c98f3eaca2 Sections 2020-08-25 20:55:32 +02:00
Jan-Lukas Else 8c5be81403 Fix pagination and sort by updated column 2020-08-25 20:02:02 +02:00
Jan-Lukas Else b60fce2fbb Rename method 2020-08-24 21:19:36 +02:00
Jan-Lukas Else a4a01d2c67 Lower case for all sql 2020-08-24 21:18:09 +02:00
Jan-Lukas Else caad3415c0 Add custom pagination adapter to use less memory and be faster 2020-08-24 20:49:33 +02:00
Jan-Lukas Else 7a8cfb1f05 Add pagination to index 2020-08-05 19:54:04 +02:00
Jan-Lukas Else 626000ab96 Add simple index (or /blog) site 2020-08-05 19:23:39 +02:00
Jan-Lukas Else fa10bd03d3 Add method to request all posts, optimize query to only execute one db query 2020-08-05 18:41:45 +02:00
Jan-Lukas Else c69480a824 Basic auth, delete posts via api, purge cache after post create / delete 2020-08-01 15:16:21 +02:00
Jan-Lukas Else 484ca8948a Add API to allow creating posts 2020-07-31 21:44:16 +02:00
Jan-Lukas Else 12c4415cd3 Fix rendering, render 404 errors, flatten redirects 2020-07-31 21:02:47 +02:00
Jan-Lukas Else 0175ce1729 Move buffering and execution of templates to own func 2020-07-31 19:46:12 +02:00
Jan-Lukas Else c3449faec6 Minify HTML of posts 2020-07-31 16:23:29 +02:00
Jan-Lukas Else e761e20fdc Initial state of rendering 2020-07-31 15:48:01 +02:00
Jan-Lukas Else c0c4fa04e0 Various code improvements 2020-07-30 21:18:58 +02:00
Jan-Lukas Else 65ce24d410 Cache middleware now records the response and writes that to the DB 2020-07-30 16:43:04 +02:00
Jan-Lukas Else 7becbd6aad Implement basic db-based cache 2020-07-29 22:45:26 +02:00
Jan-Lukas Else 6c4a9476b4 Posts can have parameters 2020-07-29 18:28:51 +02:00
Jan-Lukas Else 00add1c312 Fix 2020-07-29 17:55:10 +02:00
Jan-Lukas Else afab7686f8 Add redirects table and simple redirect functionality 2020-07-29 17:39:46 +02:00
Jan-Lukas Else 8dbf795902 Allow root post 2020-07-29 17:26:33 +02:00
Jan-Lukas Else 9ee3c0c730 Configure routes based on post paths from DB 2020-07-29 17:17:48 +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
Jan-Lukas Else 82f612bda8 The beginning of something awesome 2020-07-28 21:17:07 +02:00