1baseURL: https://secluded.site
2languageCode: en-us
3title: Secluded.Site
4theme: secluded
5relativeURLs: true
6permalinks:
7 posts: "/:title/"
8enableGitInfo: true
9params:
10 author: Amolith
11 description: Blog of a pseudonymous netizen
12 gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
13 contact:
14 fediverse: https://nixnet.social/amolith
15 email: amolith@secluded.site
16
17 # Visit http://gnuterrypratchett.com for explanation
18 # List names as an array
19 clacks:
20 - Lloyd Barlowe
21 - Trabajo Taco
22
23markup:
24 goldmark:
25 renderer:
26 unsafe: true
27 highlight:
28 anchorLineNos: true
29 codeFences: true
30 lineNumbersInTable: true
31 noClasses: true
32 style: algol_nu
33 tabWidth: 4
34
35menu:
36 main:
37 - identifier: home
38 name: Home
39 url: /
40 weight: 100
41 - identifier: posts
42 name: Posts
43 url: /posts
44 weight: 110
45 - identifier: pipes
46 name: Pipes
47 url: /pipes
48 weight: 120
49 - identifier: uses
50 name: Uses
51 url: /uses
52 weight: 130