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 55
66# Default language
77en :
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
1414da :
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 :
Original file line number Diff line number Diff line change 11---
22title : " Blog"
33summary : " Random thoughts and comments."
4- date : " 2020-08-23T15:47+02:00 "
4+ date : " 2020-08-23 "
55type : " widget_page"
66---
77
Original file line number Diff line number Diff line change 11---
22title : " Coursework Archive"
33summary : " Reports, essays, and github repos of coursework from my undergrad"
4- date : " 2021-01-06T11:37+01:00 "
4+ date : " 2021-01-06 "
55type : " widget_page"
66---
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ module github.com/CodingCellist/personal-website
33go 1.16
44
55require (
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-
Original file line number Diff line number Diff line change 11github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 h1:QPek2BL723n+uM4DjyV97qNIoPsmt/vnKAQyaGJbgvQ =
22github.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 =
34github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 /go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg =
45github.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