Skip to content

Commit 28e7fd0

Browse files
committed
[ admin ] Fix building with new Hugo version
Can't tell who's more at fault here: the Hugo devs or the guy behind the theme I'm using. In any case, this took way too long...
1 parent 734dbb8 commit 28e7fd0

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

config/_default/languages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
# Default language
77
en:
8-
languageCode: en-gb
98
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
109
contentDir: content/en
1110
params:
11+
languageCode: en-gb
1212
description: "Thomas Ekström Hansen's personal website"
1313

1414
da:
15-
language-code: da
1615
contentDir: content/da
1716
params:
17+
language-code: da
1818
description: "Thomas Ekström Hansens personlige hjemmeside"
1919
menu:
2020
main:

content/en/blog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Blog"
33
summary: "Random thoughts and comments."
4-
date: "2020-08-23T15:47+02:00"
4+
date: "2020-08-23"
55
type: "widget_page"
66
---
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Coursework Archive"
33
summary: "Reports, essays, and github repos of coursework from my undergrad"
4-
date: "2021-01-06T11:37+01:00"
4+
date: "2021-01-06"
55
type: "widget_page"
66
---

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ module github.com/CodingCellist/personal-website
33
go 1.16
44

55
require (
6-
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 // indirect
8+
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 // indirect
79
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect
810
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect
911
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9
1012
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2
1113
)
12-

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 h1:QPek2BL723n+uM4DjyV97qNIoPsmt/vnKAQyaGJbgvQ=
22
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7/go.mod h1:xZiTEEurbEwj/NhZohozvlyLCGVCT2wARHDAJeqKG/c=
3+
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 h1:6GsVeNtYhzl14LLJRFRV1AonKGq8ZAduep/uiK5oEF4=
34
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1/go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg=
45
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 h1:pg2uBp1kvNmhy+OmhjWnbPYU6diIcn8m8h3bzf82j8k=
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=

0 commit comments

Comments
 (0)