You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugo.toml
+28-15Lines changed: 28 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ theme = "hugo-blog-awesome"
51
51
[Languages.en-gb]
52
52
languageName = "English"
53
53
languageCode = "en-gb"
54
-
contentDir = "content/en"
54
+
contentDir = "content/"
55
55
weight = 1
56
56
57
57
[Languages.en-gb.menu]
@@ -70,18 +70,23 @@ theme = "hugo-blog-awesome"
70
70
[[Languages.en-gb.menu.main]]
71
71
pageRef="resume"
72
72
name = 'Resume'
73
-
url = '/resume/'
73
+
url = '/resume.pdf'
74
74
weight = 30
75
+
[[Languages.en-gb.menu.main]]
76
+
pageRef="arcade-blog"
77
+
name = 'Arcade'
78
+
url = '/arcade-blog/'
79
+
weight = 40
75
80
76
81
[Languages.en-gb.params]
77
-
sitename = "Awesome hugo blog"
82
+
sitename = "Rian Rutherford"
78
83
defaultColor = "dark"# set color mode: dark, light, auto
79
84
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
80
85
# the default value is set to 'auto'.
81
86
# You can take a look at layouts/index.html for more information.
82
-
description = "Minimal Hugo blog theme with light and dark mode support"
83
-
mainSections = ['projects']
84
-
toc = true# set to false to disable table of contents 'globally'
87
+
description = "Portfolio website of Rian Rutherford."
88
+
mainSections = ['projects', 'arcade-blog']
89
+
toc = false# set to false to disable table of contents 'globally'
85
90
tocOpen = false# set to true to open table of contents by default
86
91
goToTop = true# set to false to disable 'go to top' button
0 commit comments