Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.17 KB

Suan

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

Install

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

Update

git pull upstream main

Note

  • 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