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-04 20:08:44 +0300
committermountainbug95 <tannersmithtn95@gmail.com>2019-10-04 20:08:44 +0300
commitd2ba5cf6e9a8702d8a247867ff83828a6c1f9403 (patch)
treed846d9217f42861547196ac8a5760c77a6fb4b16 /config.yaml
parenta814c828cae109b91112f3fceb380e5c24240b5d (diff)
Rework site social iconssocial-icons
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml38
1 files changed, 7 insertions, 31 deletions
diff --git a/config.yaml b/config.yaml
index 3690438..61ef956 100644
--- a/config.yaml
+++ b/config.yaml
@@ -3,36 +3,12 @@ languageCode: "en-us"
title: "Narative"
pygmentsstyle: 'monokai'
paginate: 6
+social:
+ twitter: "#"
+ github: "#"
+ instagram: "#"
+ linkedin: "#"
+ dribbble: "#"
+ youtube: "#"
taxonomies:
author: authors
-params:
- postsPerPage: 2
- social:
- - title: twitter
- url: "#"
- - title: github
- url: "#"
- - title: instagram
- url: "#"
- - title: linkedin
- url: "#"
- - title: dribbble
- url: "#"
- - title: youtube
- url: "#"
- colors:
- primary: "#000"
- secondary: "#73737D"
- grey: "#73737D"
- backgroundColor: "#fafaf"
- accent: "#6166DC"
- hover: "rgba(0, 0, 0, 0.07)"
- articleText: "#08080B"
- track: "rgba(8, 8, 11, 0.3)"
- progress: "#000"
- card: "#fff"
- error: "#EE565B"
- success: "#46B17B"
- errorBackground: "rgba(238, 86, 91, 0.1)"
- horizontalRule: "rgba(8, 8, 11, 0.15)"
- inputBackground: "rgba(0, 0, 0, 0.05)"