+++ 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.