@@ -7,6 +7,14 @@ enableRobotsTXT = true
7
7
8
8
assetDir = " static"
9
9
10
+ # *************************************************************************
11
+ # Sitemap
12
+ #
13
+ [sitemap ]
14
+ changeFreq = ' '
15
+ filename = ' sitemap.xml'
16
+ priority = -1
17
+
10
18
# ****************************************************************************
11
19
#
12
20
# Docsy
@@ -38,27 +46,27 @@ disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
38
46
# url = "/running/download/"
39
47
[[menu .main ]]
40
48
name = " GitHub"
41
- weight = -10
49
+ weight = 90
42
50
pre = " <i class='fab fa-github'></i>"
43
51
url = " https://github.com/interlisp"
44
52
[[menu .main ]]
45
53
name = " Get Involved"
46
- weight = -30
54
+ weight = 80
47
55
pre = " <i class='fas fa-handshake-simple'></i>"
48
- url = " /getInvolved/"
56
+ url = " /project/ getInvolved/"
49
57
[[menu .main ]]
50
58
name = " Software"
51
- weight = -50
59
+ weight = 70
52
60
pre = " <i class='fas fa-cube'></i>"
53
61
url = " /software/"
54
62
[[menu .main ]]
55
63
name = " Project"
56
- weight = -70
64
+ weight = 60
57
65
pre = " <i class='fas fa-globe'></i>"
58
66
url = " /project/"
59
67
[[menu .main ]]
60
68
name = " History"
61
- weight = -90
69
+ weight = 50
62
70
pre = " <i class='fas fa-book'></i>"
63
71
url = " /history/"
64
72
@@ -112,7 +120,7 @@ anchor = "smart"
112
120
# ****************************************************************************
113
121
#
114
122
# docsy - Language configuration
115
- #
123
+ 0 #
116
124
117
125
[languages ]
118
126
[languages .en ]
@@ -142,8 +150,8 @@ anchor = "smart"
142
150
#
143
151
144
152
# 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"]
147
155
148
156
[params ]
149
157
copyright = " Interlisp.org"
@@ -175,10 +183,10 @@ version = "0.0"
175
183
url_latest_version = " https://example.com"
176
184
177
185
# 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"
179
187
180
188
# 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"
182
190
183
191
# Specify a value here if your content directory is not in your repo's root directory
184
192
# github_subdir = ""
@@ -252,11 +260,11 @@ enable = false
252
260
253
261
icon = " fa fa-envelope"
254
262
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!"
260
268
# [[params.links.user]]
261
269
# name = "Stack Overflow"
262
270
# url = "https://stackoverflow.com/questions/tagged/graphviz"
@@ -265,7 +273,7 @@ enable = false
265
273
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
266
274
[[params .links .developer ]]
267
275
name = " On GitHub"
268
- url = " https://github.com/interlisp "
276
+ url = " https://github.com/Interlisp "
269
277
icon = " fab fa-github"
270
278
desc = " Development takes place here!"
271
279
# [[params.links.developer]]
0 commit comments