Skip to content

Commit

Permalink
Switch back to origin version of Tale theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Jan 6, 2025
1 parent 3acc369 commit f6b2841
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: lint
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.132.1
HUGO_VERSION: 0.140.1
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/tale"]
path = themes/tale
url = [email protected]:cloudlena/tale-hugo.git
url = [email protected]:EmielH/tale-hugo.git
5 changes: 1 addition & 4 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ enableRobotsTXT = true

[params]
description = "The bespinian blog - All about cloud computing, containers, Kubernetes, AWS, Azure and much more"
author = { name = "bespinian", homepage = "https://bespinian.io" }
css = ["custom.css"]

[[params.author]]
name = "bespinian"
homepage = "https://bespinian.io"

[[params.social]]
url = "https://bespinian.io/"
alt_text = "bespinian website"
Expand Down

0 comments on commit f6b2841

Please sign in to comment.