Building a cute digital garden.

digital-garden rust
2 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub
Add Documentation about 1 month ago

AI Summary: Document the existing codebase for a static website generator built from notes, focusing on public APIs, modules, functions, and types. This includes adding documentation comments explaining purpose, parameters, return values, and usage examples, and implementing a lint check to enforce documentation.

Complexity: 3/5
documentation enhancement good first issue

Building a cute digital garden.

Rust
#digital-garden#rust
Sort Navigation about 1 month ago

AI Summary: Implement alphabetical sorting of navigation items in a static website generator built from Markdown notes. The current navigation order is inconsistent, and the task involves modifying the existing code to sort navigation elements alphabetically before generating the HTML output.

Complexity: 2/5
enhancement good first issue

Building a cute digital garden.

Rust
#digital-garden#rust