Skip to content

Commit

Permalink
updates for hugoThemes
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Jul 9, 2021
1 parent 5651ba1 commit 8c7e75f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ This will create a fresh Hugo site in the folder `mynewsite`.
Clone this repo into the themes folder
```
cd mynewsite
git clone https://github.com/jugglerx/hugo-hero-theme.git themes/hugo-hero-theme
git clone https://github.com/zerostaticthemes/hugo-hero-theme.git themes/hugo-hero-theme
```

### Install theme from .zip file

You can download the .zip file located here https://github.com/JugglerX/hugo-hero-theme/archive/master.zip.
You can download the .zip file located here https://github.com/zerostaticthemes/hugo-hero-theme/archive/master.zip.

Extract the downloaded .zip inside the `themes` folder. Rename the extracted folder from `hugo-hero-theme-master` -> `hugo-hero-theme`. You should end up with the following folder structure `mynewsite/themes/hugo-hero-theme`

Expand Down
5 changes: 5 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ title = "Hugo Hero Theme"
themesDir = "../.."
theme = "hugo-hero-theme"

[module]
[module.hugoVersion]
extended = true
min = "0.55.0"

[params]
google_analytics_id=""

Expand Down
Binary file removed images/screenshot-full.jpg
Binary file not shown.
Binary file removed images/screenshot-with-border.jpg
Binary file not shown.
4 changes: 3 additions & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name = "Hero"
license = "MIT"
licenselink = "https://github.com/zerostaticthemes/hugo-hero-theme/blob/master/LICENSE"
description = "Hero is a multipurpose theme with fullscreen hero images and fullwidth sections. It contains content types for a business or portfolio site."

homepage = "https://github.com/zerostaticthemes/hugo-hero-theme"
demosite = "https://hugo-hero.netlify.app/"

tags = ["responsive","minimal","clean","company","portfolio","bootstrap","zerostatic"]
features = ["services","work","fullwidth","hero images"]
min_version = "0.74.3"

[author]
name = "Robert Austin"
Expand Down

0 comments on commit 8c7e75f

Please sign in to comment.