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

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormountainbug95 <tannersmithtn95@gmail.com>2019-10-08 17:35:09 +0300
committermountainbug95 <tannersmithtn95@gmail.com>2019-10-08 17:35:09 +0300
commit3215b26afac2f1e5808b21b65993fb6dcf1c3539 (patch)
tree160c8307a3d4a9a2d89c8b6d6a5b4f5b0d1f7e9e
parentd3ed8ad0c47a25e2c8fd9817f878ff4d294d302d (diff)
Move site social links to their own filebrowser-fixes
-rw-r--r--config.yaml7
-rw-r--r--config/_default/social.yaml6
2 files changed, 6 insertions, 7 deletions
diff --git a/config.yaml b/config.yaml
index f27a46e..bf4747c 100644
--- a/config.yaml
+++ b/config.yaml
@@ -3,13 +3,6 @@ languageCode: "en-us"
title: "Hugo Novela"
pygmentsstyle: 'monokai'
paginate: 6
-social:
- twitter: "#"
- github: "#"
- instagram: "#"
- linkedin: "#"
- dribbble: "#"
- youtube: "#"
taxonomies:
author: authors
diff --git a/config/_default/social.yaml b/config/_default/social.yaml
new file mode 100644
index 0000000..a26553c
--- /dev/null
+++ b/config/_default/social.yaml
@@ -0,0 +1,6 @@
+twitter: "#"
+github: "#"
+instagram: "#"
+linkedin: "#"
+dribbble: "#"
+youtube: "#" \ No newline at end of file