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: Personal corner of the web for a musician, developer, sysadmin, podcaster, and small business owner
13 gitUrl: "https://git.nixnet.services/Amolith/secluded/commit/"
14 cover: /cover.png
15 contact:
16 email: amolith@secluded.site
17 pgp: amolith.asc
18
19 # Visit http://gnuterrypratchett.com for explanation
20 # List names as an array
21 clacks:
22 - Trabajo Taco
23
24privacy:
25 youtube:
26 privacyEnhanced: true
27
28markup:
29 goldmark:
30 renderer:
31 unsafe: true
32 highlight:
33 anchorLineNos: true
34 codeFences: true
35 lineNumbersInTable: true
36 noClasses: true
37 style: algol_nu
38 tabWidth: 4
39
40menu:
41 main:
42 - identifier: home
43 name: Home
44 url: /
45 weight: 100
46 - identifier: posts
47 name: Posts
48 url: /posts
49 weight: 110
50 - identifier: projects
51 name: Projects
52 url: /projects
53 weight: 120
54 - identifier: feeds
55 name: Feeds
56 url: /feeds
57 weight: 140
58 - identifier: bookclub
59 name: Book club
60 url: /bookclub
61 weight: 150