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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo De Souza <43355143+de-souza@users.noreply.github.com>2019-02-17 20:50:38 +0300
committerLéo De Souza <43355143+de-souza@users.noreply.github.com>2019-02-17 20:50:38 +0300
commitb03f52b4aa25536b3370530b7cbc998b740267e9 (patch)
tree35b5ae425e43bccd09c671768b66747b6114d285 /config.yaml
Initial commit
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..a50e585
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,24 @@
+params:
+ color: teal
+ footer: Copyright © 2019 <a href="/about/" rel="author">Your Name Here</a>
+ – Except where otherwise noted, content on this site is licensed under a
+ <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
+ Creative Commons Attribution 4.0 International License</a>.
+
+menu:
+ nav:
+ - name: About
+ url: /about/
+ weight: 1
+ - name: Posts
+ url: /post/
+ weight: 2
+ - name: Tags
+ url: /tags/
+ weight: 3
+ - name: Categories
+ url: /categories/
+ weight: 4
+ - name: RSS
+ url: /index.xml
+ weight: 5 \ No newline at end of file