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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <grossnik@tuvok>2018-06-28 01:44:56 +0300
committerit-gro <grossnik@tuvok>2018-06-28 01:44:56 +0300
commite39288f6a43c024993f977bb3eaae6e8165b3dac (patch)
tree374455925cf5011da23ee6702efdfb9296fbc124 /README.md
parent65cfbd778719a7c7db841f3693f9567a5f730a67 (diff)
Improve marquee handling (.marquee.md)
Diffstat (limited to 'README.md')
-rw-r--r--README.md42
1 files changed, 35 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1e5c63d..abca201 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,21 @@ This theme is for:
## Latest News
+* Improved configuration for
+ * [Marquee](#marquee)
+ * [Headless Images](#headless-images) (Page Resources)
+ * [Taxonomy](#taxonomy) Bar
+ * additional navigation elements:
+
+```toml
+[params.options]
+ # used in layouts/partials/main.headline.nav-right.html
+ jsHistoryNav = true
+ jsHistoryNavForward = false
+ showNavUp = true
+
+```
+
* Added [Anchors](#anchors)
* Added [Related Content](#related-content)
@@ -275,15 +290,13 @@ defaultContentLanguage = "en"
```toml
[params.marquee]
- # enable or disable marquee
- enable = true
- marquee = '''
-At [info@example.com](mailto:info@example.com) vero eos et **accusam**
-et justo duo dolores et ea rebum. Stet clita *kasd gubergren*, no sea
- '''
+ # enable or disable marquee on frontpage
+ # marquee text is placed in directory as .marquee.md
+ enable = true
```
-* Marquee text from right to left
+* create a file `.marquee.md` in each directory where a marquee should be shown
+* Marquee text scrolls from right to left
![screenshot Marquee & Navbar long](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_100.jpg)
@@ -785,6 +798,13 @@ icon: "fas fa-globe"
* Taxonomy bar (shown if page has a taxonomy)
+```toml
+[params.taxonomies]
+ # used in layouts/partials/main.taxonomy.full.bar.html
+ fullBarMinItemsTag = 3
+ fullBarMinItemsCategory = 3
+```
+
![screenshot Taxonomy Bar](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_250.jpg)
* Terms lists
@@ -1918,6 +1938,14 @@ layouts/shortcodes/
### Headless Images
* images may be stored as resource for a headless page:
+* those images may be used for
+ * teaserpics (resImgTeaser)
+ * figures (res-figure)
+ * gallery (res-gallery)
+ * pictures for jumbotron, photocards, testimonials
+* the default (global) headless page is configurable
+ * defaultResPagePath in [params.resources], [params.resFigure], [params.resGallery]
+
`content/resources/images/index.md`