config.yml

 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    email: amolith@secluded.site
16
17    # Visit http://gnuterrypratchett.com for explanation
18    # List names as an array
19    clacks:
20      - Trabajo Taco
21
22markup:
23  goldmark:
24    renderer:
25      unsafe: true
26  highlight:
27    anchorLineNos: true
28    codeFences: true
29    lineNumbersInTable: true
30    noClasses: true
31    style: algol_nu
32    tabWidth: 4
33
34menu:
35  main:
36    - identifier: home
37      name: Home
38      url: /
39      weight: 100
40    - identifier: posts
41      name: Posts
42      url: /posts
43      weight: 110
44    - identifier: projects
45      name: Projects
46      url: /projects
47      weight: 120
48    - identifier: uses
49      name: Uses
50      url: /uses
51      weight: 130