config.yml

 1baseURL: /
 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  highlight:
25    anchorLineNos: true
26    codeFences: true
27    lineNumbersInTable: true
28    noClasses: true
29    style: algol_nu
30    tabWidth: 4
31
32menu:
33  main:
34    - identifier: home
35      name: Home
36      url: /
37      weight: 100
38    - identifier: posts
39      name: Posts
40      url: /posts
41      weight: 110
42    - identifier: pipes
43      name: Pipes
44      url: /pipes
45      weight: 120