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-07-25 12:53:07 +0300
committerit-gro <grossnik@tuvok>2018-07-25 12:53:07 +0300
commit1dbde0f5b771e06478db652f6bc1368517103979 (patch)
tree16483175ee78a39ca1168cec13094bbeced2dc89
parent03345f9b1cea6f348d7f9fad7c6464e089b94f13 (diff)
parent00441f9597304c4357ea335306002106863eb534 (diff)
Merge branch 'master' of github.com:it-gro/hugo-theme-w3css-basic
-rw-r--r--README.md40
-rw-r--r--exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md2
-rw-r--r--images/snap_523.jpgbin0 -> 25363 bytes
-rw-r--r--images/snap_524.jpgbin0 -> 8583 bytes
-rw-r--r--images/snap_525.jpgbin0 -> 8779 bytes
5 files changed, 21 insertions, 21 deletions
diff --git a/README.md b/README.md
index 0b8d5ac..ce59f2a 100644
--- a/README.md
+++ b/README.md
@@ -97,19 +97,19 @@ This theme is for:
* Added shortcodes:
* term-in
- * term-out
- * See more [Terminal](/pages/hugo-theme-w3css-basic/page-shortcodes/#terminal)
+ * term-out
+ * See more [Terminal](https://it-gro.github.io/hugo-theme-w3css-basic.github.io/pages/hugo-theme-w3css-basic/page-shortcodes/#terminal)
+![screenshot Terminal](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_524.jpg)
+![screenshot Terminal](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_525.jpg)
-[screenshot Terminal](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_522.jpg)
-
-* Added breadcrump
- [screenshot breadcrump](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_523.jpg)
+* Added breadcrump
+ ![screenshot breadcrump](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_523.jpg)
`config.toml`
```toml
[params.options]
- # used in layouts/partials/page.nav.breadcrump.html
+ # used in layouts/partials/page.nav.breadcrump.html
showNavBreadcrump = true
navBreadcrumpTitle = true
navBreadcrumpHome = false
@@ -125,7 +125,7 @@ This theme is for:
`config.toml`
```toml
[params.options]
- # used in layouts/partials/main.headline.nav-right.html
+ # used in layouts/partials/main.headline.nav-right.html
jsHistoryNav = true
jsHistoryNavForward = false
showNavUp = true
@@ -141,7 +141,7 @@ This theme is for:
* Added [Related Content](#related-content)
-![screenshot title-nav](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_521.jpg)
+![screenshot related](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_521.jpg)
* Added shortcode:
* [res-gallery](#gallery-with-image-processing)
@@ -184,11 +184,11 @@ Logos](https://it-gro.github.io/hugo-theme-w3css-basic.github.io/pages) and comp
* Added shortcodes:
- * [res-figure](/pages/hugo-theme-w3css-basic/page-shortcodes/#res-figure)
+ * [res-figure](https://it-gro.github.io/hugo-theme-w3css-basic.github.io/pages/hugo-theme-w3css-basic/page-shortcodes/#res-figure)
[![screenshot res-figure](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_502.jpg)](#images)
- * [res-attach](/pages/hugo-theme-w3css-basic/page-shortcodes/#res-attach)
+ * [res-attach](https://it-gro.github.io/hugo-theme-w3css-basic.github.io/pages/hugo-theme-w3css-basic/page-shortcodes/#res-attach)
[![screenshot res-attach](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_504.jpg)](#attachments)
- * [readfile](/pages/hugo-theme-w3css-basic/page-shortcodes/#readfile)
+ * [readfile](https://it-gro.github.io/hugo-theme-w3css-basic.github.io/pages/hugo-theme-w3css-basic/page-shortcodes/#readfile)
[![screenshot readfile](https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/images/snap_506.jpg)](#include-files)
@@ -836,7 +836,7 @@ icon: "fas fa-globe"
```toml
[params.taxonomies]
# used in layouts/partials/main.taxonomy.full.bar.html
- fullBarMinItemsTag = 1
+ fullBarMinItemsTag = 1
fullBarMinItemsCategory = 1
```
@@ -1983,13 +1983,13 @@ layouts/shortcodes/
`config.toml`
```toml
[params.resources]
- defaultResPagePath = "resources/images"
+ defaultResPagePath = "resources/images"
[params.resFigure]
- defaultResPagePath = "."
+ defaultResPagePath = "."
[params.resGallery]
- defaultResPagePath = "resources/images"
+ defaultResPagePath = "resources/images"
```
@@ -2047,10 +2047,10 @@ The images is processed using hugo's build in image commands (resize to a reason
`layouts/partials/main.teaserpic.single.html`
```
-{{- $myImgStyle := "max-width:400px; max-height:200px; width: auto; height: auto; margin: 8px 0px 8px 8px; " }}
-{{- $myImg := .Param `resImgTeaser` }}
-{{- $myImgCmd := .Param `resImgTeaserCmd` | default `Resize` }}
-{{- $myImgOpt := .Param `resImgTeaserOpt` | default `300x` }}
+{{- $myImgStyle := "max-width:400px; max-height:200px; width: auto; height: auto; margin: 8px 0px 8px 8px; " }}
+{{- $myImg := .Param `resImgTeaser` }}
+{{- $myImgCmd := .Param `resImgTeaserCmd` | default `Resize` }}
+{{- $myImgOpt := .Param `resImgTeaserOpt` | default `300x` }}
```
diff --git a/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md b/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md
index f92a829..0c7d915 100644
--- a/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md
+++ b/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md
@@ -662,7 +662,7 @@ Don Jun 25 11:40:58 CEST 2015
* Color themes are defined in the shortcuts:
{{< w3-code >}}
-<pre class="terminal-in w3-theme-d4 notranslate">{{ .Inner }}</pre>
+<pre class="terminal-in w3-theme-d5 notranslate">{{ .Inner }}</pre>
<pre class="terminal-out w3-theme-l3 notranslate">{{ .Inner }}</pre>
{{< /w3-code >}}
diff --git a/images/snap_523.jpg b/images/snap_523.jpg
new file mode 100644
index 0000000..3307724
--- /dev/null
+++ b/images/snap_523.jpg
Binary files differ
diff --git a/images/snap_524.jpg b/images/snap_524.jpg
new file mode 100644
index 0000000..ac1579f
--- /dev/null
+++ b/images/snap_524.jpg
Binary files differ
diff --git a/images/snap_525.jpg b/images/snap_525.jpg
new file mode 100644
index 0000000..b8f7bc6
--- /dev/null
+++ b/images/snap_525.jpg
Binary files differ