mirror of https://github.com/onweru/compose.git

weru
28.45.2020 90b9b96de7c9be326f08c7cf4d979a6b52251921
create page
1 files added
26 ■■■■■ changed files
exampleSite/content/docs/compose/organize-content.md 26 ●●●●● patch | view | raw | blame | history
exampleSite/content/docs/compose/organize-content.md
New file
@@ -0,0 +1,26 @@
+++
title = "Content organization"
weight = 4
+++
This theme is primarily meant for documentation.
#### Documentation
All your documentation content should be authored within the `docs` directory.
Unlike other regular pages, the documentation pages will have a left sidebar. This sidebar will list links to all the pages in the documentation pages. Beneath each link, there will be a collapsible list of __table of contents'__ links. These nested lists will unfold automatically on the active/current page.
#### Home Page
At the root level there's an `_index.md` page which is the homepage. Feel free to edit it as you like.
#### Other pages
You can also add as many regular pages as you like e.g `about.md`, `contact.md`...
Take advantage of [shortcodes](./shortcodes) to customize the layouts of these pages and any other.
#### Does this theme support blogging function?
Currently, no.