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-08-20 19:34:15 +0300
committervjeantet <valere.jeantet@gmail.com>2020-08-20 19:34:15 +0300
commit0a3ec3ef57b3db2ed8bff0bd58607fbe9b912ab7 (patch)
tree6482d82f607aa31979e092bcd0f61577b2c8e358
parent4565c6f130ae49bdb7c6efe88107f8ade4dda0e5 (diff)
parent4e161deb349581ba1dc7855a3dfb5e68fda63f8c (diff)
Merge branch 'master' of https://github.com/vjeantet/hugo-theme-docport
-rw-r--r--exampleSite/content/_layout/footer/_index.md7
-rw-r--r--exampleSite/content/_layout/sidebar-after/_index.md7
-rw-r--r--exampleSite/content/_layout/sidebar-before/_index.md9
-rw-r--r--exampleSite/content/search/_index.md20
-rw-r--r--exampleSite/content/search/obscuripes13g.jpgbin0 -> 216914 bytes
5 files changed, 28 insertions, 15 deletions
diff --git a/exampleSite/content/_layout/footer/_index.md b/exampleSite/content/_layout/footer/_index.md
index 9ef0862..d0fc98a 100644
--- a/exampleSite/content/_layout/footer/_index.md
+++ b/exampleSite/content/_layout/footer/_index.md
@@ -1,5 +1,8 @@
-+++
-+++
+---
+title: Footer
+date: 2020-08-20T15:41:15.543Z
+description: Footer
+---
<style type="text/css">
.footer-gray {
diff --git a/exampleSite/content/_layout/sidebar-after/_index.md b/exampleSite/content/_layout/sidebar-after/_index.md
index a7b4009..7be3f77 100644
--- a/exampleSite/content/_layout/sidebar-after/_index.md
+++ b/exampleSite/content/_layout/sidebar-after/_index.md
@@ -1,5 +1,8 @@
-+++
-+++
+---
+title: Sidebar after
+date: 2020-08-20T11:07:48.092Z
+description: Sidebar after
+---
<center>
<!-- Place this tag where you want the button to render. -->
diff --git a/exampleSite/content/_layout/sidebar-before/_index.md b/exampleSite/content/_layout/sidebar-before/_index.md
index ac36e06..31b3bbd 100644
--- a/exampleSite/content/_layout/sidebar-before/_index.md
+++ b/exampleSite/content/_layout/sidebar-before/_index.md
@@ -1,2 +1,7 @@
-+++
-+++
+---
+title: Sidebar before
+date: 2020-08-20T11:08:17.209Z
+description: Sidebar before
+---
+[//]: # (This a comment)
+
diff --git a/exampleSite/content/search/_index.md b/exampleSite/content/search/_index.md
index c85301a..62d7f10 100644
--- a/exampleSite/content/search/_index.md
+++ b/exampleSite/content/search/_index.md
@@ -1,14 +1,16 @@
-+++
-title = "About the Search Engine"
-description = ""
-weight = 40
-post ="<i class='material-icons' >star_border</i> "
-+++
-
+---
+title: About the Search Engine
+description: search engine
+weight: 40
+date: 2020-08-20T16:31:33.621Z
+post: "<i class='material-icons' >star_border</i> "
+---
{{%excerpt-include filename="getting-start/configuration/_index.md" /%}}
-
Docdock theme uses the last improvement available in hugo version 20+ to generate a json index file ready to be consumed by lunr.js javascript search engine.
+{{%note%}}hugo generate lunrjs index.json at the root of `public` folder if the site only has one language or within each language subfolder. <br/>When you build the site with `hugo server`, hugo generates it internally and of course it don't show up in the filesystem{{%/note%}}
+
+
-{{%note%}}hugo generate lunrjs index.json at the root of `public` folder if the site only has one language or within each language subfolder. <br/>When you build the site with `hugo server`, hugo generates it internally and of course it don't show up in the filesystem{{%/note%}} \ No newline at end of file
+![](obscuripes13g.jpg) \ No newline at end of file
diff --git a/exampleSite/content/search/obscuripes13g.jpg b/exampleSite/content/search/obscuripes13g.jpg
new file mode 100644
index 0000000..d184d4a
--- /dev/null
+++ b/exampleSite/content/search/obscuripes13g.jpg
Binary files differ