Pages
  • one.el
  • List all website's pages on the home page
  • The default page
  • The default page with a TOC
  • The default page with a sidebar
  • The default page with TOC and sidebar
one.el
  • one.el
  • List all website's pages on the home page
  • The default page
  • The default page with a TOC
  • The default page with a sidebar
  • The default page with TOC and sidebar

The default page with TOC and sidebar

Table of content
  • Do you want to know more about one.el?
  • Headline foo
    • Headline bar
    • Headline baz

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
PREVRANDOM