weblog
weblog copied to clipboard
A stupidly simple plain text-based blog engine. No HTML included.
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...
Greetings, Can you please make it possible to use this awesome weblog software as a static site generator, like with Jekyll(Ruby), for deploying the blog through services like GitHub Pages/Cloudflare...