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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2020-04-01 10:57:11 +0300
committerthingsym <thingsym@gmail.com>2020-04-01 10:57:11 +0300
commit284f9b84f395428123481ae346f3d7f3c26da713 (patch)
tree3d00cf1a0e1501b439fa3e5cd99a5a62bf4e73c1 /exampleSite/content/sample
parent52d4bd84e76125fef44d4b558ee6e8dac6b11423 (diff)
docs: update sample document
Diffstat (limited to 'exampleSite/content/sample')
-rw-r--r--exampleSite/content/sample/custom-shortcodes.md9
-rw-r--r--exampleSite/content/sample/search-shortcode.md13
2 files changed, 22 insertions, 0 deletions
diff --git a/exampleSite/content/sample/custom-shortcodes.md b/exampleSite/content/sample/custom-shortcodes.md
index 0fb2a0a..351096d 100644
--- a/exampleSite/content/sample/custom-shortcodes.md
+++ b/exampleSite/content/sample/custom-shortcodes.md
@@ -18,6 +18,15 @@ description: "calling custom Shortcodes into your content files."
<strong>Lorem ipsum dolor sit amet</strong>, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <a href="https://github.com/thingsym/hugo-theme-techdoc">Ut enim ad minim venia</a>, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
{{< /panel >}}
+### Alert panel using Markdown (use the `%` character)
+
+{{% panel title="primary" %}}
+[I'm an inline-style link with title](https://www.google.com "Google's Homepage")
+
+- One
+- Two
+- Three
+{{% /panel %}}
### Alert panel with titles and colors
diff --git a/exampleSite/content/sample/search-shortcode.md b/exampleSite/content/sample/search-shortcode.md
new file mode 100644
index 0000000..877edcb
--- /dev/null
+++ b/exampleSite/content/sample/search-shortcode.md
@@ -0,0 +1,13 @@
+---
+title: "Search Shortcode"
+date: 2020-03-30T18:49:06Z
+showPagination: false
+---
+
+{{% panel status="primary" title="Note" icon="far fa-lightbulb" %}}
+Search Shortcode powered by [Algolia](https://www.algolia.com/)
+
+You can create a search page just by adding `search` shortcode.
+{{% /panel %}}
+
+{{< search >}}{{< /search >}}