diff --git a/starters/academic/config/_default/config.yaml b/starters/academic/config/_default/config.yaml index a067991c..1eee49de 100644 --- a/starters/academic/config/_default/config.yaml +++ b/starters/academic/config/_default/config.yaml @@ -23,7 +23,7 @@ module: imports: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/academic/go.mod b/starters/academic/go.mod index 61d7ba94..9e9383b5 100644 --- a/starters/academic/go.mod +++ b/starters/academic/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-academic go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231016002024-b343bdd4a0a3 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v0.0.0-20231016002024-b343bdd4a0a3 - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.2-0.20231019172801-b70eaa9c6bae + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v0.0.0-20231102163809-66b38685ac69 ) diff --git a/starters/course/config/_default/config.yaml b/starters/course/config/_default/config.yaml index e5a12250..0d5505d1 100644 --- a/starters/course/config/_default/config.yaml +++ b/starters/course/config/_default/config.yaml @@ -38,7 +38,7 @@ module: imports: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/course/go.mod b/starters/course/go.mod index a6d815e9..c90d75bc 100644 --- a/starters/course/go.mod +++ b/starters/course/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-online-course go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 ) diff --git a/starters/course/netlify.toml b/starters/course/netlify.toml index c077cb22..e35a1fca 100644 --- a/starters/course/netlify.toml +++ b/starters/course/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.97.3" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/documentation/config/_default/config.yaml b/starters/documentation/config/_default/config.yaml index 68f3e6e9..6c405709 100644 --- a/starters/documentation/config/_default/config.yaml +++ b/starters/documentation/config/_default/config.yaml @@ -34,7 +34,7 @@ module: imports: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/documentation/go.mod b/starters/documentation/go.mod index 74e23620..7be8971d 100644 --- a/starters/documentation/go.mod +++ b/starters/documentation/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/hugo-documentation-theme go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 ) diff --git a/starters/documentation/netlify.toml b/starters/documentation/netlify.toml index c077cb22..e35a1fca 100644 --- a/starters/documentation/netlify.toml +++ b/starters/documentation/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.97.3" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/markdown-slides/config/_default/config.yaml b/starters/markdown-slides/config/_default/config.yaml index d519d6d2..7d905ef2 100644 --- a/starters/markdown-slides/config/_default/config.yaml +++ b/starters/markdown-slides/config/_default/config.yaml @@ -24,7 +24,7 @@ module: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/markdown-slides/go.mod b/starters/markdown-slides/go.mod index ef80a4bc..30486517 100644 --- a/starters/markdown-slides/go.mod +++ b/starters/markdown-slides/go.mod @@ -3,8 +3,8 @@ module github.com/wowchemy/starter-hugo-markdown-slides go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.0 // indirect + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v0.0.0-20231102163809-66b38685ac69 ) diff --git a/starters/markdown-slides/netlify.toml b/starters/markdown-slides/netlify.toml index c077cb22..e35a1fca 100644 --- a/starters/markdown-slides/netlify.toml +++ b/starters/markdown-slides/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.97.3" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/portfolio/config/_default/config.yaml b/starters/portfolio/config/_default/config.yaml index b5f0f770..6fba08d4 100644 --- a/starters/portfolio/config/_default/config.yaml +++ b/starters/portfolio/config/_default/config.yaml @@ -37,7 +37,7 @@ module: imports: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/portfolio/go.mod b/starters/portfolio/go.mod index 8c45aae1..d4c0f634 100644 --- a/starters/portfolio/go.mod +++ b/starters/portfolio/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-portfolio-theme go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102170729-56446cc94882 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 ) diff --git a/starters/portfolio/netlify.toml b/starters/portfolio/netlify.toml index c077cb22..e35a1fca 100644 --- a/starters/portfolio/netlify.toml +++ b/starters/portfolio/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.97.3" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/research-group/config/_default/config.yaml b/starters/research-group/config/_default/config.yaml index ee0f1b42..dc74350b 100644 --- a/starters/research-group/config/_default/config.yaml +++ b/starters/research-group/config/_default/config.yaml @@ -23,7 +23,7 @@ module: imports: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/research-group/go.mod b/starters/research-group/go.mod index 157fa877..ec436e6d 100644 --- a/starters/research-group/go.mod +++ b/starters/research-group/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/starter-hugo-research-group go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230418194707-ca2775cd57a2 // indirect + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102163809-66b38685ac69 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102163809-66b38685ac69 ) diff --git a/starters/research-group/netlify.toml b/starters/research-group/netlify.toml index c077cb22..e35a1fca 100644 --- a/starters/research-group/netlify.toml +++ b/starters/research-group/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.97.3" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/starters/second-brain/config/_default/config.yaml b/starters/second-brain/config/_default/config.yaml index b665963b..a233310d 100644 --- a/starters/second-brain/config/_default/config.yaml +++ b/starters/second-brain/config/_default/config.yaml @@ -36,7 +36,7 @@ module: - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms disable: true - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify - - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 ############################ ## ADVANCED diff --git a/starters/second-brain/go.mod b/starters/second-brain/go.mod index 7108d075..3840f1e9 100644 --- a/starters/second-brain/go.mod +++ b/starters/second-brain/go.mod @@ -3,7 +3,7 @@ module github.com/wowchemy/hugo-second-brain-theme go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.0 // indirect + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-bootstrap/v5 v5.9.2 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231102170729-56446cc94882 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.1-0.20231102170729-56446cc94882 ) diff --git a/starters/second-brain/netlify.toml b/starters/second-brain/netlify.toml index c077cb22..e35a1fca 100644 --- a/starters/second-brain/netlify.toml +++ b/starters/second-brain/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.97.3" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.production.environment]