Hi everyone,
I’m putting together an open source theme designed for technical writers and documentation engineers. It’s called MiloDocs (repo), powered by TailwindCSS & VanillaJS.
This theme will eventually contain all of the knowledge I’ve accumulated while using Hugo for docs use cases. This will include some walkthroughs on how to set up multi-version docs and a more in-depth guide to setting up chatGPT on your docs.
MiloDocs is still very much a WIP, but I’d love to hear what you think so far and if you have any layout requests. I’ll be updating this thread over time as I continue to add things.
(This is also my first real open source project, so advice in general is welcome).
Features
- Native Algolia UI
- Native chatGPT UI
- Light/Dark mode
- Automated sidebar menus
Shortcodes
- include: inline code samples from source files with start/stop options.
- pdoc: link targeting for embedded pdoc python ref docs.
- tabs: tabbed content ui
- prod: handler for product names from site config
- version: handler for collection-scoped or globally-scoped release versions
- notice: admonitions of various types
… More to come!
Content Layouts
- Glossary: stacked list UI with a-z anchors for quick browsing
- Tutorials: Coming Soon.