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:
authorRisto Binovski <44679817+RistoBIn@users.noreply.github.com>2019-09-03 15:22:52 +0300
committerzwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com>2019-09-03 15:22:52 +0300
commitd732dd0847aa8e5446d42be23f745c3eab91bab1 (patch)
treee19dba83c3c7a1bf0f6dbc712959e1e1d5156c00 /exampleSite
parent55e1a661773e78751c9b66a60ecbb507e5bd214c (diff)
Add Stackbit Integration (#7)
* update for stackbit * update stackbit.yml * rename stackbit.yaml * fix stackbit.yaml issue * stackbit deploy button in ReadMe * fix stackbit button description in Readme * fix netlify.toml * remove themesdir in exmaplesite/config * build commad in netlfy.toml * update README.md about stackbit * update table of contents
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/about.md8
-rw-r--r--exampleSite/content/post/goisforlovers.md16
-rw-r--r--exampleSite/content/post/hugoisforlovers.md16
3 files changed, 20 insertions, 20 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index a9933bf..5ae8e2c 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -1,7 +1,7 @@
-+++
-title = "About"
-date = "2014-04-09"
-+++
+---
+title: "About"
+date: "2014-04-09"
+---
## This Theme
diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/post/goisforlovers.md
index 59e6f8d..530ddc6 100644
--- a/exampleSite/content/post/goisforlovers.md
+++ b/exampleSite/content/post/goisforlovers.md
@@ -1,11 +1,11 @@
-+++
-title = "(Hu)go Template Primer"
-date = "2014-04-02"
-publishdate = "2014-04-02"
-lastmod = "2014-04-02"
-draft = false
-tags = ["go", "templates", "hugo"]
-+++
+---
+title: "(Hu)go Template Primer"
+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
its template engine. It is an extremely lightweight engine that provides a very
diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/post/hugoisforlovers.md
index baaa7b1..8a6c480 100644
--- a/exampleSite/content/post/hugoisforlovers.md
+++ b/exampleSite/content/post/hugoisforlovers.md
@@ -1,11 +1,11 @@
-+++
-title = "Getting Started with Hugo"
-date = "2014-04-02"
-publishdate = "2014-04-02"
-lastmod = "2014-04-02"
-draft = false
-tags = ["hugo", "git", "fun"]
-+++
+---
+title: "Getting Started with Hugo"
+date: "2014-04-02"
+publishdate: "2014-04-02"
+lastmod: "2014-04-02"
+draft: false
+tags: ["hugo", "git", "fun"]
+---
## Step 1. Install Hugo