Skip to content

Commit 1dc94ff

Browse files
committed
Minor tweaks
1 parent cfc8228 commit 1dc94ff

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

hugo.toml

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ enableRobotsTXT = true
77

88
assetDir = "static"
99

10+
# *************************************************************************
11+
# Sitemap
12+
#
13+
[sitemap]
14+
changeFreq = ''
15+
filename = 'sitemap.xml'
16+
priority = -1
17+
1018
# ****************************************************************************
1119
#
1220
# Docsy
@@ -38,27 +46,27 @@ disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
3846
# url = "/running/download/"
3947
[[menu.main]]
4048
name = "GitHub"
41-
weight = -10
49+
weight = 90
4250
pre = "<i class='fab fa-github'></i>"
4351
url = "https://github.com/interlisp"
4452
[[menu.main]]
4553
name = "Get Involved"
46-
weight = -30
54+
weight = 80
4755
pre = "<i class='fas fa-handshake-simple'></i>"
48-
url = "/getInvolved/"
56+
url = "/project/getInvolved/"
4957
[[menu.main]]
5058
name = "Software"
51-
weight = -50
59+
weight = 70
5260
pre = "<i class='fas fa-cube'></i>"
5361
url = "/software/"
5462
[[menu.main]]
5563
name = "Project"
56-
weight = -70
64+
weight = 60
5765
pre = "<i class='fas fa-globe'></i>"
5866
url = "/project/"
5967
[[menu.main]]
6068
name = "History"
61-
weight = -90
69+
weight = 50
6270
pre = "<i class='fas fa-book'></i>"
6371
url = "/history/"
6472

@@ -112,7 +120,7 @@ anchor = "smart"
112120
# ****************************************************************************
113121
#
114122
# docsy - Language configuration
115-
#
123+
0#
116124

117125
[languages]
118126
[languages.en]
@@ -142,8 +150,8 @@ anchor = "smart"
142150
#
143151

144152
# Comment out if you don't want the "print entire section" link enabled.
145-
[outputs]
146-
section = ["HTML", "print"]
153+
# [outputs]
154+
# section = ["HTML", "print"]
147155

148156
[params]
149157
copyright = "Interlisp.org"
@@ -175,10 +183,10 @@ version = "0.0"
175183
url_latest_version = "https://example.com"
176184

177185
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
178-
github_repo = "https://github.com/interlisp/Interlisp.github.io"
186+
github_repo = "https://github.com/Interlisp/Interlisp.github.io"
179187

180188
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
181-
github_project_repo = "https://github.com/interlisp/medley"
189+
github_project_repo = "https://github.com/Interlisp/medley"
182190

183191
# Specify a value here if your content directory is not in your repo's root directory
184192
# github_subdir = ""
@@ -252,11 +260,11 @@ enable = false
252260
url = "mailto:[email protected]"
253261
icon = "fa fa-envelope"
254262
desc = "Discussion and help from your fellow users"
255-
[[params.links.user]]
256-
name ="Twitter"
257-
url = "https://twitter.com/interlisp8"
258-
icon = "fab fa-twitter"
259-
desc = "Follow us on Twitter to get the latest news!"
263+
# [[params.links.user]]
264+
# name ="Twitter"
265+
# url = "https://twitter.com/interlisp8"
266+
# icon = "fab fa-twitter"
267+
# desc = "Follow us on Twitter to get the latest news!"
260268
# [[params.links.user]]
261269
# name = "Stack Overflow"
262270
# url = "https://stackoverflow.com/questions/tagged/graphviz"
@@ -265,7 +273,7 @@ enable = false
265273
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
266274
[[params.links.developer]]
267275
name = "On GitHub"
268-
url = "https://github.com/interlisp"
276+
url = "https://github.com/Interlisp"
269277
icon = "fab fa-github"
270278
desc = "Development takes place here!"
271279
# [[params.links.developer]]

0 commit comments

Comments
 (0)