Skip to content

Commit

Permalink
feat: upgrade v4 to hugo v0.125.7 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine committed Jun 16, 2024
1 parent 3b2deb2 commit d664962
Show file tree
Hide file tree
Showing 12 changed files with 465 additions and 1,237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-theme-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Run tests
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.125.7'
extended: true

- name: Create new demo site
Expand Down
4 changes: 2 additions & 2 deletions v4/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bilberry Hugo Theme v4

[![GitHub version](https://img.shields.io/github/release/Lednerb/bilberry-hugo-theme/all.svg?style=flat-square)](https://github.com/Lednerb/bilberry-hugo-theme/releases)
[![Hugo Version](https://img.shields.io/badge/Hugo-%5E0.110.0-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/)
[![Hugo Version](https://img.shields.io/badge/Hugo-%5E0.125.7-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/)
[![Hugo Themes](https://img.shields.io/badge/Hugo_Themes-@Bilberry-ff4088)](https://themes.gohugo.io/themes/bilberry-hugo-theme/)

[![Build GH-Pages](https://github.com/Lednerb/bilberry-hugo-theme/workflows/Update%20GitHub%20Pages/badge.svg)](https://github.com/Lednerb/bilberry-hugo-theme/deployments/activity_log?environment=github-pages)
Expand Down Expand Up @@ -115,7 +115,7 @@ Please use the following guidelines if you want to start a discussion:

## Requirements

- **Hugo** (version >= 0.110.0 **extended**), see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
- **Hugo** (version >= 0.125.7 **extended**), see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
- **Git**, see this [guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) on how to install Git.
- **Go** (version >= 1.19), optional, required only when the Bilberry theme is used as a Hugo module; see
this [guide](https://go.dev/doc/install) on how to install Go.
Expand Down
2 changes: 1 addition & 1 deletion v4/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[module]
[module.hugoVersion]
min = "0.110.0"
min = "0.125.7"
13 changes: 7 additions & 6 deletions v4/exampleSite/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,16 @@ disqusShortname = ""
creditsUrl = "https://github.com/Lednerb/bilberry-hugo-theme"


# customize your available languages for your multi-lingual site
# or delete one of the [Languages.xx] blocks to use the theme with only one supported language
[Languages]
[Languages.en]
# customize your available languages for your multilingual site
# or delete one of the [languages.xx] blocks to use the theme with only one supported language
[languages]
[languages.en]
weight = 1
[Languages.de]
[languages.de]
weight = 2
title = "Mein cooler neuer Blog"
subtitle = "Hallo Welt! Dies ist der epischste Untertitel aller Zeiten."
[languages.de.params]
subtitle = "Hallo Welt! Dies ist der epischste Untertitel aller Zeiten."

[markup]
defaultMarkdownHandler = 'goldmark'
Expand Down
Loading

0 comments on commit d664962

Please sign in to comment.