The default page with a sidebar
This page is rendered with the render function one-default-with-sidebar
specified in the org property ONE
.
Do you want a sidebar and a TOC?
Perhaps you want a sidebar listing all the pages on your website and a
table of content, as many modern documentation sites do. If so, you
can use the default render function one-default-doc
presented in The
default page with TOC and sidebar.
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