weblog icon indicating copy to clipboard operation
weblog copied to clipboard

A stupidly simple plain text-based blog engine. No HTML included.

Results 7 weblog issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted

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

enhancement

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

enhancement
help wanted

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

enhancement
help wanted

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

enhancement
help wanted
someday/maybe