Twiglots structure
All Twiglots are stored in the /twiglots/
folder.
Twiglots are the sections and pages of your website. All Twiglots are stored in Markdown files within their own folders. Twiglots within folders are displayed as categories whilst those not folders are displayed as sections on the index page.
Here we have an about section and a documentation category containing it's own Twiglots.
├── twiglots
│ ├── about.md
│ ├── documentation
│ │ ├── 1.md
│ │ ├── 2.md
│ │ ├── 3.md
│ │ ├── 4.md
│ │ ├── 5.md
│ │ └── 6.md
Twiglot types
There are 5 types of Twiglots
Type | Displays |
---|---|
Section | Markdown in section on index page |
Text | Markdown |
Product | Markdown and price |
Video | Markdown and embedded media |
Images | Markdown and image gallery |