Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-09 01:57:42 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-09 01:57:42 +0300
commitbcc0b26e8d52963934884f4e446c464184eef37d (patch)
treeff72cc8c5781c73f0af4fb85067de583903e6c7a
parent189fcfd8144e4a5821f43b4537371ef305cd915d (diff)
fix home page
-rw-r--r--exampleSite/content/docport-theme/_index.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/exampleSite/content/docport-theme/_index.md b/exampleSite/content/docport-theme/_index.md
index bc4d52e..78f89d2 100644
--- a/exampleSite/content/docport-theme/_index.md
+++ b/exampleSite/content/docport-theme/_index.md
@@ -7,21 +7,21 @@ weight: 1
[DocPort](https://github.com/vjeantet/hugo-theme-docport), a professional documentation theme built for Hugo. \
It provides a simple navigation, automatic search engine, a high level of configuration and a bunch of shortcodes crafted for documentation (attachment, presentations, child pages, notice, alerts, diagrams...).
-{{%notice%}}DocPort works with a "page tree structure" to organize content : All contents are pages, which belong to other pages. \[read more about this]({{%relref "content-and-customization"%}}). {{%/notice%}}
+{{%notice%}}DocPort works with a "page tree structure" to organize content : All contents are pages, which belong to other pages. [read more about this]({{%relref "content-and-customization"%}}). {{%/notice%}}
## Main features
-* \[Search Engine]({{%relref "content-and-customization/02-navigation-search/search" %}})
-* **Unlimited menu levels**, \[subpages]({{%relref "content-and-customization/00-adding-content/#subpages"%}})
-* \[Placeholders]({{%relref "content-and-customization/02-navigation-search/" %}}) to inject HTML, CSS, JS in theme without modifying it.
-* Responsive, \[Customizable look and feel, colors]({{%relref "content-and-customization/03-look-and-feel/colors/" %}})
-* \[RevealJS presentation]({{%relref "content-and-customization/00-adding-content/page-slide/"%}}) from markdown (embededed or fullscreen page)
-* \[Image resizing, shadow...]({{%relref "content-and-customization/00-adding-content/page-images/" %}})
+* [Search Engine]({{%relref "content-and-customization/02-navigation-search/search" %}})
+* **Unlimited menu levels**, [subpages]({{%relref "content-and-customization/00-adding-content/#subpages"%}})
+* [Placeholders]({{%relref "content-and-customization/02-navigation-search/" %}}) to inject HTML, CSS, JS in theme without modifying it.
+* Responsive, [Customizable look and feel, colors]({{%relref "content-and-customization/03-look-and-feel/colors/" %}})
+* [RevealJS presentation]({{%relref "content-and-customization/00-adding-content/page-slide/"%}}) from markdown (embededed or fullscreen page)
+* [Image resizing, shadow...]({{%relref "content-and-customization/00-adding-content/page-images/" %}})
* A bunch of shortcodes
- *\[Mermaid diagram]({{%relref "shortcodes/mermaid/_index.md" %}}) (flowchart, sequence, gantt)*
- \[Attachments files]({{%relref "shortcodes/attachments/_index.md" %}}), \[Icons]({{%relref "shortcodes/icon/_index.md" %}}), \[Buttons]({{%relref "shortcodes/button/_index.md" %}}), \[Alerts]({{%relref "shortcodes/alert/_index.md" %}}), \[Panels]({{%relref "shortcodes/panel/_index.md" %}}), \[Tip/Note/Info/Warning boxes]({{%relref "shortcodes/notice/_index.md" %}}), \[Expand]({{%relref "shortcodes/expand/_index.md" %}}), \[List child pages]({{%relref "shortcodes/children/_index.md" %}})
- *\[Excerpt]({{%relref "shortcodes/excerpt/_index.md"%}}) ! Include segment of content from one page in another*
- \[columns]({{%relref "shortcodes/columns/_index.md"%}}), \[tabs]({{%relref "shortcodes/tabs/_index.md"%}})
+ *[Mermaid diagram]({{%relref "shortcodes/mermaid/_index.md" %}}) (flowchart, sequence, gantt)*
+ [Attachments files]({{%relref "shortcodes/attachments/_index.md" %}}), [Icons]({{%relref "shortcodes/icon/_index.md" %}}), [Buttons]({{%relref "shortcodes/button/_index.md" %}}), [Alerts]({{%relref "shortcodes/alert/_index.md" %}}), [Panels]({{%relref "shortcodes/panel/_index.md" %}}), [Tip/Note/Info/Warning boxes]({{%relref "shortcodes/notice/_index.md" %}}), [Expand]({{%relref "shortcodes/expand/_index.md" %}}), [List child pages]({{%relref "shortcodes/children/_index.md" %}})
+ *[Excerpt]({{%relref "shortcodes/excerpt/_index.md"%}}) ! Include segment of content from one page in another*
+ [columns]({{%relref "shortcodes/columns/_index.md"%}}), [tabs]({{%relref "shortcodes/tabs/_index.md"%}})
## Contribute to this documentation