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

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul <paul@brainspark.nl>2020-03-10 23:07:56 +0300
committerPaul <paul@brainspark.nl>2020-03-10 23:15:47 +0300
commit859b8aeec56ef313ef8bad49372056bc64b5e9df (patch)
tree0e02fa24a02883b9533f0e8ad3277e6cad26f8ad /README.md
parent772d1eed4f957d693304c102d76b62fb741c559a (diff)
Add image_header header style
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1317a70..2ccaf61 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,13 @@ Within your `config.toml` add the according parameter you want the theme to use.
The theme will look for the theme parts in *layouts/partials/navs/*, *layouts/partials/headers/*, and *layouts/partials/footers/* accordingly. For instance, with `nav = "simple"`, it will look for *layouts/partials/navs/simple.html*.
+### Supported page header styles
+
+The following page header styles are included:
+
+* `simple`, just a plain centered title and subtitle.
+* `image_header`, a screen-wide header image (located in `headerImage`) with the title and subtitle on it.
+
### Supported footer styles
The following footer styles are included: