File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Default language
7
7
en :
8
- languageCode : en-gb
9
8
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
10
9
contentDir : content/en
11
10
params :
11
+ languageCode : en-gb
12
12
description : " Thomas Ekström Hansen's personal website"
13
13
14
14
da :
15
- language-code : da
16
15
contentDir : content/da
17
16
params :
17
+ language-code : da
18
18
description : " Thomas Ekström Hansens personlige hjemmeside"
19
19
menu :
20
20
main :
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Blog"
3
3
summary : " Random thoughts and comments."
4
- date : " 2020-08-23T15:47+02:00 "
4
+ date : " 2020-08-23 "
5
5
type : " widget_page"
6
6
---
7
7
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Coursework Archive"
3
3
summary : " Reports, essays, and github repos of coursework from my undergrad"
4
- date : " 2021-01-06T11:37+01:00 "
4
+ date : " 2021-01-06 "
5
5
type : " widget_page"
6
6
---
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ module github.com/CodingCellist/personal-website
3
3
go 1.16
4
4
5
5
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
7
9
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect
8
10
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect
9
11
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9
10
12
// github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2
11
13
)
12
-
Original file line number Diff line number Diff line change 1
1
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 h1:QPek2BL723n+uM4DjyV97qNIoPsmt/vnKAQyaGJbgvQ =
2
2
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 =
3
4
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 /go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg =
4
5
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 =
You can’t perform that action at this time.
0 commit comments