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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/about.md12
-rw-r--r--exampleSite/content/contact.md6
-rw-r--r--exampleSite/content/post/creating-a-new-theme.md1
-rw-r--r--exampleSite/content/post/goisforlovers.md1
-rw-r--r--exampleSite/content/post/hugoisforlovers.md1
-rw-r--r--exampleSite/content/post/migrate-from-jekyll.md1
-rw-r--r--exampleSite/content/post/script-to-add-a-page-level-variable-to-content-front-matter-in-hugo.md1
-rw-r--r--exampleSite/content/post/use-snap-to-install-the-hugo-edge-version-on-fedora-and-ubuntu.md1
8 files changed, 17 insertions, 7 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index e2dd6c6..a9933bf 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -1,8 +1,14 @@
+++
-title = "About Hugo"
+title = "About"
date = "2014-04-09"
+++
+## This Theme
+
+Thanks for visiting this theme demo. If you're interested, checkout my other stuff over at <https://zwbetz.com>
+
+## Hugo
+
Hugo is the **world’s fastest framework for building websites**. It is written in Go.
It makes use of a variety of open source projects including:
@@ -15,4 +21,8 @@ It makes use of a variety of open source projects including:
Learn more and contribute on [GitHub](https://github.com/gohugoio).
+---
+
+<small>
_Favicon made by [Freepik](https://www.freepik.com/), from [Flaticon](https://www.flaticon.com/), licensed by [CC 3.0](http://creativecommons.org/licenses/by/3.0/)._
+</small>
diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md
deleted file mode 100644
index ff98cab..0000000
--- a/exampleSite/content/contact.md
+++ /dev/null
@@ -1,6 +0,0 @@
-+++
-title = "Contact"
-date = "2014-04-09"
-+++
-
-Thanks for visiting this theme demo. If you're interested, checkout my other stuff over at <https://zwbetz.com> \ No newline at end of file
diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/post/creating-a-new-theme.md
index 9708182..d467834 100644
--- a/exampleSite/content/post/creating-a-new-theme.md
+++ b/exampleSite/content/post/creating-a-new-theme.md
@@ -4,6 +4,7 @@ date: 2014-09-28
publishdate: 2014-09-28
lastmod: 2014-09-28
draft: false
+tags: ["hugo", "theme", "command-line"]
---
diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/post/goisforlovers.md
index 47e8be5..59e6f8d 100644
--- a/exampleSite/content/post/goisforlovers.md
+++ b/exampleSite/content/post/goisforlovers.md
@@ -4,6 +4,7 @@ date = "2014-04-02"
publishdate = "2014-04-02"
lastmod = "2014-04-02"
draft = false
+tags = ["go", "templates", "hugo"]
+++
Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for
diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/post/hugoisforlovers.md
index 17aa245..baaa7b1 100644
--- a/exampleSite/content/post/hugoisforlovers.md
+++ b/exampleSite/content/post/hugoisforlovers.md
@@ -4,6 +4,7 @@ date = "2014-04-02"
publishdate = "2014-04-02"
lastmod = "2014-04-02"
draft = false
+tags = ["hugo", "git", "fun"]
+++
## Step 1. Install Hugo
diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/post/migrate-from-jekyll.md
index 962f959..2ac95b8 100644
--- a/exampleSite/content/post/migrate-from-jekyll.md
+++ b/exampleSite/content/post/migrate-from-jekyll.md
@@ -4,6 +4,7 @@ date: 2014-03-10
publishdate: 2014-03-10
lastmod: 2014-03-10
draft: false
+tags: ["hugo", "jekyll", "migration", "git", "templates"]
---
## Move static content to `static`
diff --git a/exampleSite/content/post/script-to-add-a-page-level-variable-to-content-front-matter-in-hugo.md b/exampleSite/content/post/script-to-add-a-page-level-variable-to-content-front-matter-in-hugo.md
index 5387ccf..f9ea6ce 100644
--- a/exampleSite/content/post/script-to-add-a-page-level-variable-to-content-front-matter-in-hugo.md
+++ b/exampleSite/content/post/script-to-add-a-page-level-variable-to-content-front-matter-in-hugo.md
@@ -4,6 +4,7 @@ date: 2018-10-10T12:43:20-05:00
publishdate: 2018-10-10
lastmod: 2018-10-11
draft: false
+tags: ["hugo", "command-line", "awk"]
---
This was originally a question posed on the [hugo discussion forums](https://discourse.gohugo.io/t/set-frontmatter-params-in-list-template/14645).
diff --git a/exampleSite/content/post/use-snap-to-install-the-hugo-edge-version-on-fedora-and-ubuntu.md b/exampleSite/content/post/use-snap-to-install-the-hugo-edge-version-on-fedora-and-ubuntu.md
index 2c93514..b9f49c4 100644
--- a/exampleSite/content/post/use-snap-to-install-the-hugo-edge-version-on-fedora-and-ubuntu.md
+++ b/exampleSite/content/post/use-snap-to-install-the-hugo-edge-version-on-fedora-and-ubuntu.md
@@ -6,6 +6,7 @@ lastmod: 2018-10-26
draft: false
aliases:
- /use-snap-to-install-the-hugo-edge-version-on-fedora/
+tags: ["hugo", "snap", "fedora", "ubuntu"]
---
If you are using the Fedora or Ubuntu Linux distributions -- I'm currently on Fedora 28 -- and would like to [help test the latest development version of Hugo](https://discourse.gohugo.io/t/help-test-upcoming-hugo-0-50/14880), or if you just want to be on the bleeding-edge of things, this post is for you.