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    pgp: amolith.asc
17
18    # Visit http://gnuterrypratchett.com for explanation
19    # List names as an array
20    clacks:
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: projects
46      name: Projects
47      url: /projects
48      weight: 120
49    - identifier: uses
50      name: Uses
51      url: /uses
52      weight: 130