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