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 06:03:28 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-23 06:03:28 +0300
commit68d3335e87fe88ca278e4ee4034d1557ccfc0345 (patch)
treebec8fd8d6972a1f21ad73fc27f560df9951d84ba /exampleSite
parent0191ebe9ee25911e1eac8eaa6e946f2643700de6 (diff)
Config updates
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yaml33
1 files changed, 16 insertions, 17 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index cb881b2..e6f04d1 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -1,29 +1,28 @@
-baseURL: "https://example.com"
-languageCode: "en-us"
-title: "Vanilla Bootstrap"
-theme: "vanilla-bootstrap"
+baseURL: https://example.com
+languageCode: en-us
+title: Vanilla Bootstrap
+theme: vanilla-bootstrap-hugo-theme
taxonomies:
- tag: "tags"
+ tag: tags
-permalinks:
- page: "/:filename/"
- post: "/:filename/"
+permalinks:
+ post: /:filename/
menu:
main:
- - name: "Posts"
- url: "/post/"
+ - name: Posts
+ url: /post/
weight: 1
- - name: "Tags"
- url: "/tags/"
+ - name: Tags
+ url: /tags/
weight: 2
- - name: "About"
- url: "/about/"
+ - name: About
+ url: /about/
weight: 3
- - name: "RSS"
- url: "/index.xml"
+ - name: RSS
+ url: /index.xml
weight: 4
params:
- containerMaxWidth: "800px" \ No newline at end of file
+ containerMaxWidth: 800px \ No newline at end of file