A digital garden built with 11ty and fully compatible with Obsidian. It allows you to organize, connect, and share your notes effortlessly. Using markdown, you can create a fast, lightweight static site to showcase your ideas with clean and customizable layouts. Perfect for anyone who loves structured and interconnected note-taking.
The name Suan comes from the Thai word "สวน," meaning "garden," symbolizing a space to grow and nurture ideas.
Project Status: Currently under development.
Based on Eleventy Base Blog
git clone https://github.com/thaitype/suan.git
cd suan
git remote rename origin upstream
git remote add origin <your-repo-url>
git push -u origin main
git pull upstream main
-
Asset Co-location: 11ty/eleventy#3573
- 11ty image plugin already support Asset Co-location but when you use space in image name it will not work. So, you have to use
-
or_
instead of space in image name. 11ty/eleventy-img#253 zachleat said that it will be fixed in v6
- 11ty image plugin already support Asset Co-location but when you use space in image name it will not work. So, you have to use