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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-23 09:03:13 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-23 09:03:13 +0300
commit8a70f83bbe079f8329741f27ad641278c6d6e755 (patch)
tree79b69206dcabd74d334e1cbc14588083dd0c99d2 /exampleSite
parent5b5639b7e02845238476f7dc4f58ea77268264e5 (diff)
First draft
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yaml20
-rw-r--r--exampleSite/content/post/_index.md3
2 files changed, 15 insertions, 8 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index e6f04d1..f1302bb 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -1,6 +1,6 @@
baseURL: https://example.com
languageCode: en-us
-title: Vanilla Bootstrap
+title: Vanilla
theme: vanilla-bootstrap-hugo-theme
taxonomies:
@@ -11,18 +11,22 @@ permalinks:
menu:
main:
- - name: Posts
- url: /post/
+ - name: Home
+ url: /
weight: 1
+ - name: Blog
+ url: /post/
+ weight: 2
- name: Tags
url: /tags/
- weight: 2
+ weight: 3
- name: About
url: /about/
- weight: 3
- - name: RSS
- url: /index.xml
weight: 4
params:
- containerMaxWidth: 800px \ No newline at end of file
+ includeBootstrapJs: false
+ containerMaxWidth: 700px
+ dateFormat: January 2, 2006
+ homeText: Welcome to the Vanilla theme demo. Have a look around. Maybe even eat some ice cream.
+ footerText: Made with [Hugo](https://gohugo.io/) and [Vanilla](https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme). Deployed to [Netlify](https://www.netlify.com/). \ No newline at end of file
diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/post/_index.md
new file mode 100644
index 0000000..6f1bd49
--- /dev/null
+++ b/exampleSite/content/post/_index.md
@@ -0,0 +1,3 @@
+---
+title: Blog
+--- \ No newline at end of file