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: 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
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: projects
47      name: Projects
48      url: /projects
49      weight: 120
50    - identifier: uses
51      name: Uses
52      url: /uses
53      weight: 130
54    - identifier: feeds
55      name: Feeds
56      url: /feeds
57      weight: 140