-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.yml
35 lines (31 loc) · 914 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
baseURL: "https://spacestation14.com/"
languageCode: "en-us"
title: "Space Station 14"
ignoreFiles: ["\\.ts$", "tsconfig.json$"]
mainSections: ["post"]
params:
mainFeedSections: ["post", "updates"]
# PYGMENTS (Syntax Highlighting) settings!
# I couldn't get Chroma to parse C# at all.
PygmentsUseClassic: true
PygmentsCodeFences: true
PygmentsUseClasses: true
markup:
goldmark:
renderer:
unsafe: true
module:
mounts:
- source: "static"
target: "static"
- source: "assets"
target: "assets"
- source: "node_modules/@fortawesome/fontawesome-free/webfonts"
target: "static/fonts/fontawesome"
- source: "node_modules/@fortawesome/fontawesome-free/scss"
target: "assets/scss/fontawesome"
- source: "node_modules/bootstrap/scss"
target: "assets/scss/bootstrap"
- source: "node_modules/petite-vue/dist/"
target: "static/js/vue/"
includeFiles: "petite-vue.es.js"