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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-13 19:45:21 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-13 19:45:21 +0300
commit19fea6b4dc1f5e7775864c01e8bd31c7f02da00e (patch)
tree77a3952728c26d208327ceb1922b8ebe2d9badf9 /exampleSite
parent2fa584f79747a883140617917432ae530c8b5320 (diff)
add Font Awesome optionsv2.2
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9953f06..06c0d61 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,9 +26,13 @@ themesDir = "../.." # Not necessary on production sites
cta = "Contact"
link = "contact" # Relative URL
-[params.separator] # Separator between section on the home page
+[params.separator] # Separators between section on the home page
show = false
+[params.fa] # Font Awesome options
+ version = "5.7.2"
+ integrity = "sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP"
+
[params.form] # Contact form
netlify = true # Use only if you are using Netlify
action = "https://formspree.io/your@email.com"