From 90b9b96de7c9be326f08c7cf4d979a6b52251921 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 28 Dec 2020 14:45:53 +0000
Subject: [PATCH] create page

---
 exampleSite/content/docs/compose/organize-content.md |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/exampleSite/content/docs/compose/organize-content.md b/exampleSite/content/docs/compose/organize-content.md
new file mode 100644
index 0000000..d4b0db7
--- /dev/null
+++ b/exampleSite/content/docs/compose/organize-content.md
@@ -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.

--
Gitblit v1.10.0