forked from Relm4/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
41 lines (36 loc) · 835 Bytes
/
config.yml
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
baseURL: https://relm4.org/blog/
languageCode: en-us
title: "Relm4 blog"
description: Exploring new realms
author: "Aaron Erhardt"
theme: "PaperMod"
outputs:
home:
- HTML
- RSS
markup:
goldmark:
renderer:
unsafe: true
highlight:
# anchorLineNos: true
codeFences: true
guessSyntax: true
lineNos: true
# noClasses: false
style: monokai
params:
description: Exploring new realms
ShowReadingTime: true
ShowShareButtons: true
ShowCodeCopyButtons: true
defaultTheme: dark
disableThemeToggle: true
ShowFullTextinRSS: true
assets:
disableHLJS: true
socialIcons:
- name: "rss"
url: "https://relm4.org/blog/index.xml"
- name: github
url: "https://github.com/Relm4"