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...