-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
42 lines (38 loc) · 981 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
baseurl: "https://stp5.net/"
enableEmoji: true
footnotereturnlinkcontents: "↩"
languageCode: "en-us"
title: "stp5.net"
paginate: 10
theme: "classic"
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: "monokai"
tabWidth: 4
permalinks:
blog: "/blog/post/:title/"
menu:
main:
- name: "posts"
url: "/blog"
- name: "about"
url: "/about"
feed:
- name: "subscribe"
url: "/index.xml"
params:
site_author: "Stephen Price"
site_description: "stp5.net"
location: "Portland, OR"
custom_css:
- "css/theme-override.css"
footer: '© Stephen Price <a rel="me" href="https://hachyderm.io/@steeef"><img class="social" alt="Mastodon" src="/images/mastodon.svg"></a> <a href="https://github.com/steeef"><img class="social" alt="GitHub" src="/images/github.svg"></a>'