René Coignard
René Coignard
Currently, Weblog only supports single-word categories. When a category consists of multiple words, such as "my posts," it should be accessible via /my-posts/ in the URL and be displayed as...
Currently, Weblog does not support serving custom static pages at specific URLs like `/page-name/`. Adding this functionality would allow for custom text content to be displayed at specified URL paths,...
Currently, the Nginx configuration contains a set of rewrite rules to handle various URL patterns. The configuration for these rewrite rules looks like this: ```nginx location @rewrite { rewrite ^/(.+)\.txt/$...
The current codebase lacks automated tests, making it difficult to ensure the stability and reliability of the application as new features are added or existing code is modified. To improve...
There is need to implement the ability to mark blog posts as "pinned." Pinned posts should always appear at the top of the list on the homepage and within their...
## Features - [ ] Add Blogroll support - [ ] ActivityPub protocol integration? - [ ] Add support for multi-word category names - [ ] Add automatic backup of...