Mango Umbrella
Mango Umbrella is a self-evolving recursive umbrella system that powers Mango Umbrella.
The umbrella has a goal of making it easy to organize and demonstrate the things I craft. It is hugely inspired by Devine Lu Linvega's amazing work on XXIIVV.
At the highest level, umbrella has a concept of universes. Each universe represents a product. There are current two universes: Mango Baby, and Umbrella Universe. Not all products have a universe.
Each umbrella universe also supports two levels of nodes. Nodes can be public or private. The Implementation Notes is an example of a sub-node.
Umbrella Universe has posts and snippets. Each post is associated with a top-level node.
Mango Umbrella also has an in-house iOS/macOS app that manages the content.
Current roadmap
- Add a "back to parent" link on sub-node pages.
- Support native node references in markdown, and have linked nodes auto updated.
- Support Issues and move task management to Umbrella.
- (Refactoring) Use a "metadata" field on nodes, and move App Store & Play Store IDs there.
- Associate posts with top-level nodes.
- Support universes on the node level.
- Less restrictions on sub-node slug uniqueness. When querying a sub node, query all nodes with the same slug. If there is a matched sub-node with the same parent, use that. Otherwise ignoring the parent, redirect to the page with matched parent slug.
- Move markdown rendering to server side. Choice of markdown parser: goldmark. Reasons:
- It's adopted by gohugo.io
- It supports custom extensions.
- Support custom
<figure>
syntax for images with captions. This is done via a custom goldmark plugin open sourced as goldemark-figure - Support image management on the client.