The default page
This page is rendered with the default render function one-default
specified in ONE
org property.
Do you want a table of content?
As you can see, one-default
doesn't add a table of content (TOC). If
you want a default render function that adds the TOC to the page you can
use the render function one-default-with-toc
presented in The default
page with a TOC.
Headline foo
Headline bar
Some content.
Headline baz
tree
.
├── assets
│ └── one.css
├── one.org
└── public
├── blog
│ ├── default
│ │ └── index.html
│ ├── default-home-list-pages
│ │ └── index.html
│ ├── one-default-doc
│ │ └── index.html
│ ├── one-default-with-sidebar
│ │ └── index.html
│ └── one-default-with-toc
│ └── index.html
├── index.html
└── one.css
8 directories, 9 files