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>2018-12-19 14:53:55 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2018-12-19 14:54:35 +0300
commit0fbd9587d9795c2200c5b92c1ee8d9feaa7ed903 (patch)
treee5d145b1e02751ca0aa48d5510f56bfcfaac8d68 /exampleSite
parent8d105a4bab1640d35c453396c4d9d0ba855155fb (diff)
rename partial banner to hero
Rename partial banner to hero and make background image customizable.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2a3a0b4..abf52ff 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -35,7 +35,12 @@ themesDir = "../.."
[params]
+[params.hero] # Hero options
+ show = true
+ background = "undraw_freelancer_b0my.svg"
+
[params.cta] # Call To Action
+ show = true
cta = "Contact"
link = "example@gmail.com"
type = "email"