add hero theme as submodule

master
B Kleinen 3 years ago
parent dec317381e
commit a7b72fc6a9

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "themes/hugo-hero-theme"]
path = themes/hugo-hero-theme
url = git@github.com:seuh2022/hugo-hero-theme.git

@ -0,0 +1,13 @@
# About the SEUH 2022 Website
## Theme
The SEUH 2022 Website is based on the
[Hero Hugo Theme](https://themes.gohugo.io/themes/hugo-hero-theme/), on GitHub:
[zerostaticthemes/hugo-hero-theme: A multi-page Hugo theme with fullscreen hero images and fullwidth sections.](https://github.com/zerostaticthemes/hugo-hero-theme)
Based on a fork in [seuh2022/hugo-hero-theme](https://github.com/seuh2022/hugo-hero-theme), after
reading this article:
[Using git submodule for Hugo themes - Don't Panic](https://www.andrewhoog.com/post/git-submodule-for-hugo-themes/)

@ -1,14 +1,14 @@
baseURL = "www.example.com" baseURL = "www.example.com"
languageCode = "en-us" languageCode = "en-us"
title = "Hugo Hero Theme" title = "Hugo Hero Theme"
themesDir = "../.." # themesDir = "../.."
theme = "hugo-hero-theme" theme = "hugo-hero-theme"
[module] [module]
[module.hugoVersion] [module.hugoVersion]
extended = true extended = true
min = "0.55.0" min = "0.55.0"
[params] [params]
google_analytics_id="" google_analytics_id=""

@ -0,0 +1 @@
Subproject commit 8c7e75f28503d4253f32564a61939a7d36e1a792
Loading…
Cancel
Save