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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Fürst <bernhard.fuerst@fuerstnet.de>2017-11-12 20:49:42 +0300
committerBernhard Fürst <bernhard.fuerst@fuerstnet.de>2017-11-12 20:49:42 +0300
commit6af0708975d4ab97982eb0c92cd6938c152e727d (patch)
tree94f315387593902e89b2b8db0ca5a82b1368cf68 /exampleSite
parent84843f40f93b108254cb17f0f01b8478757dfdf5 (diff)
Add background-position to bigimg's configurable per image.
You may add a "background-position" value to a [[Params.bigimg]] entry if a big image needs positioning different from the default.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9d73640..6f3a9e6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -25,6 +25,8 @@ pygmentCodeFences = true
#[[Params.bigimg]]
# src = "img/sphere.jpg"
# desc = "Sphere"
+# # position: see values of CSS background-position.
+# position = "center top"
#[[Params.bigimg]]
# src = "img/hexagon.jpg"
# desc = "Hexagon"