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 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
PREVRANDOMNEXT