maintain update and test with latest version, update for hugoThemes
|
@ -6,7 +6,7 @@ Whisper is a minimal documentation theme built for Hugo. The design and function
|
||||||
[Live Demo](https://hugo-whisper.netlify.app/) |
|
[Live Demo](https://hugo-whisper.netlify.app/) |
|
||||||
[Zerostatic Themes](https://www.zerostatic.io/)
|
[Zerostatic Themes](https://www.zerostatic.io/)
|
||||||
|
|
||||||
![Hugo Whisper Theme screenshot](https://github.com/JugglerX/hugo-whisper-theme/blob/master/images/screenshot-with-border.png)
|
![Hugo Whisper Theme screenshot](https://www.zerostatic.io/theme/hugo-whisper/hugo-whisper-screenshot.png)
|
||||||
|
|
||||||
## Theme features
|
## Theme features
|
||||||
|
|
||||||
|
@ -76,12 +76,12 @@ Copy or git clone this theme into the sites themes folder `mynewsite/themes`
|
||||||
|
|
||||||
```
|
```
|
||||||
cd mynewsite
|
cd mynewsite
|
||||||
git clone https://github.com/jugglerx/hugo-whisper-theme.git themes/hugo-whisper-theme
|
git clone https://github.com/zerostaticthemes/hugo-whisper-theme.git themes/hugo-whisper-theme
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Install from .zip file
|
#### Install from .zip file
|
||||||
|
|
||||||
You can download the .zip file located here https://github.com/JugglerX/hugo-whisper-theme/archive/master.zip.
|
You can download the .zip file located here https://github.com/zerostaticthemes/hugo-whisper-theme/archive/master.zip.
|
||||||
|
|
||||||
Extract the downloaded .zip inside the `themes` folder. Rename the extracted folder from `hugo-whisper-theme-master` -> `hugo-whisper-theme`. You should end up with the following folder structure `mynewsite/themes/hugo-whisper-theme`
|
Extract the downloaded .zip inside the `themes` folder. Rename the extracted folder from `hugo-whisper-theme-master` -> `hugo-whisper-theme`. You should end up with the following folder structure `mynewsite/themes/hugo-whisper-theme`
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,11 @@ pygmentsCodeFences = true
|
||||||
pygmentsCodefencesGuessSyntax = true
|
pygmentsCodefencesGuessSyntax = true
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
extended = true
|
||||||
|
min = "0.55.0"
|
||||||
|
|
||||||
# Controls how many words are printed in the content summary on the docs homepage.
|
# Controls how many words are printed in the content summary on the docs homepage.
|
||||||
# See https://gohugo.io/content-management/summaries/
|
# See https://gohugo.io/content-management/summaries/
|
||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
|
|
Before Width: | Height: | Size: 240 KiB |
Before Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 232 KiB |
Before Width: | Height: | Size: 232 KiB |
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 82 KiB |
BIN
images/tn.png
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 80 KiB |
|
@ -2,10 +2,12 @@ name = "Whisper"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/zerostatic/hugo-whisper-theme/blob/master/LICENSE"
|
licenselink = "https://github.com/zerostatic/hugo-whisper-theme/blob/master/LICENSE"
|
||||||
description = "Whisper is a minimal documentation theme built for Hugo. The design and functionality is intentionally minimal."
|
description = "Whisper is a minimal documentation theme built for Hugo. The design and functionality is intentionally minimal."
|
||||||
|
|
||||||
homepage = "https://github.com/zerostatic/hugo-whisper-theme"
|
homepage = "https://github.com/zerostatic/hugo-whisper-theme"
|
||||||
tags = ["documentation","responsive","minimal","clean","bootstrap","zerostatic"]
|
demosite = "https://hugo-whisper.netlify.app"
|
||||||
features = ["docs"]
|
|
||||||
min_version = "0.74.3"
|
tags = ["docs","responsive","minimal","clean","bootstrap","zerostatic"]
|
||||||
|
features = ["docs","bootstrap","scss","netlify","google analytics"]
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Robert Austin"
|
name = "Robert Austin"
|
||||||
|
|