The default page with TOC and sidebar
Table of content
This page is rendered with the function one-default-doc
specified
in the org property ONE
.
Do you want to know more about one.el?
Check the documentation at https://one.tonyaldon.com.
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