diff --git a/README.md b/README.md index acb9e92..b9f346e 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c32461b..9c9a6bf 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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 diff --git a/images/gallery-1.png b/images/gallery-1.png deleted file mode 100644 index 14722f3..0000000 Binary files a/images/gallery-1.png and /dev/null differ diff --git a/images/gallery-2.png b/images/gallery-2.png deleted file mode 100644 index fe39e98..0000000 Binary files a/images/gallery-2.png and /dev/null differ diff --git a/images/screenshot-full.png b/images/screenshot-full.png deleted file mode 100644 index 8dc62fe..0000000 Binary files a/images/screenshot-full.png and /dev/null differ diff --git a/images/screenshot-with-border.png b/images/screenshot-with-border.png deleted file mode 100644 index 8dc62fe..0000000 Binary files a/images/screenshot-with-border.png and /dev/null differ diff --git a/images/screenshot.png b/images/screenshot.png index 8dc62fe..e915b4f 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 97242c8..27efc7f 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/theme.toml b/theme.toml index 84db615..2fa64d5 100644 --- a/theme.toml +++ b/theme.toml @@ -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"