maintain update and test with latest version, update for hugoThemes

This commit is contained in:
Robert Austin 2021-07-09 13:26:11 +10:00
parent 6638af48a3
commit 82133a0311
9 changed files with 13 additions and 6 deletions

View File

@ -6,7 +6,7 @@ Whisper is a minimal documentation theme built for Hugo. The design and function
[Live Demo](https://hugo-whisper.netlify.app/) |
[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
@ -76,12 +76,12 @@ Copy or git clone this theme into the sites themes folder `mynewsite/themes`
```
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
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`

View File

@ -8,6 +8,11 @@ pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = 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.
# See https://gohugo.io/content-management/summaries/
summaryLength = 30

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -2,10 +2,12 @@ name = "Whisper"
license = "MIT"
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."
homepage = "https://github.com/zerostatic/hugo-whisper-theme"
tags = ["documentation","responsive","minimal","clean","bootstrap","zerostatic"]
features = ["docs"]
min_version = "0.74.3"
demosite = "https://hugo-whisper.netlify.app"
tags = ["docs","responsive","minimal","clean","bootstrap","zerostatic"]
features = ["docs","bootstrap","scss","netlify","google analytics"]
[author]
name = "Robert Austin"