Open Issues Need Help
View All on GitHubAI Summary: The user is requesting the implementation of an RSS feed feature. Despite the minimal issue body, the title clearly indicates the desired functionality. The 'good first issue' label suggests it's considered a relatively straightforward task for new contributors.
AI Summary: This issue requests the implementation of minification for HTML and CSS files. The primary goal is to reduce the overall size of exported files, thereby optimizing the project's output.
AI Summary: This issue proposes refactoring the `gossrng` command-line tool by extracting its initialization functionality, currently accessed via `gossrng -m init`, into a new, standalone CLI tool named `gossrng-init`. The primary goals are to reduce the main `gossrng` binary's size and improve the speed of the CI/CD pipeline. This is marked as a good first issue.
AI Summary: This issue requests the creation of a new template specifically for the `/articles` section. The template should be designed to display essential information for each article, such as its title, description, date, and other relevant details.
AI Summary: This issue requests the implementation of pagination for the `/articles` endpoint. The initial requirement is to limit the number of article links displayed to 20 per page.
AI Summary: This issue requests the implementation of a `sitemap.xml` file for the website. The task involves creating a function to dynamically generate the sitemap's content, which lists the site's pages, and then serving this file at the `/sitemap.xml` endpoint. The "export" aspect likely refers to making the generated sitemap content available, possibly for caching or direct file access.
AI Summary: The issue proposes adding support for user-defined configuration of the code syntax highlighter. This configuration should allow users to specify a theme and various Chroma HTML formatter options, loaded from a dedicated JSON file like `./content-template/highlighter.json` within the user's project.