From bcc0b26e8d52963934884f4e446c464184eef37d Mon Sep 17 00:00:00 2001 From: vjeantet Date: Wed, 9 Sep 2020 00:57:42 +0200 Subject: fix home page --- exampleSite/content/docport-theme/_index.md | 22 +++++++++++----------- 1 file 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 -- cgit v1.2.3