-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
77 lines (76 loc) · 1.71 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
baseURL: 'http://example.org/'
languageCode: en-us
title: Farewell
theme: introduction
params:
themeStyle: auto
favicon: /img/favicon.ico
showRSSButton: false
fadeIn: true
fadeInIndex: false
dateFormat: 'Jan 2, 2006'
#email: [email protected]
customCSS:
- custom.css
footerText: >-
<span class="footer-text">OwlGaming was made with <i class="fa fa-heart"></i>
by countless contributors over the years. Thank you.</span>
home:
introHeight: fullheight
showLatest: true
showAllPosts: false
allPostsArchiveFormat: true
numberOfProjectsToShow: 3
localTime: false
timeZone: America/Los_Angeles
timeFormat: en-US
projects:
useTwoColumns: false
share:
twitter: true
facebook: true
pinterest: true
giscus:
repo-id: enter-repo-id
category: Comments
category-id: enter-category-id
mapping: pathname
reactions-enabled: '1'
emit-metadata: '0'
theme: light
lang: en
social:
- url: 'https://discord.gg/0pqjfCF59OHw3ccp'
icon: discord
icon_pack: fab
- url: 'https://www.youtube.com/channel/UCov1MwxOPcO_Pi_b5JGT_rQ'
icon: youtube
icon_pack: fab
- url: 'https://github.com/OwlGamingCommunity'
icon: github
icon_pack: fab
- url: 'mailto:[email protected]'
icon: paper-plane
icon_pack: fas
taxonomies:
tag: tags
series: series
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
highlight:
codeFences: true
guessSyntax: false
hl_Lines: ''
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
style: solarized-dark
tabWidth: 4
# menu:
# main:
# - name: "Home"
# weight: 0
# url: "/"