-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
88 lines (77 loc) · 1.96 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
78
79
80
81
82
83
84
85
86
87
88
baseURL: https://learn.yorkcs.com/
languageCode: en-us
title: Learn @ York Computer Solutions LLC
theme: "PaperMod"
enableInlineShortcodes: true
enableRobotsTXT: true
googleAnalytics: UA-86666822-6
buildDrafts: false
buildFuture: false
buildExpired: false
relativeURLS: true
outputs:
home:
- HTML
- RSS
- JSON
paginate: 10
paginatePath: blog
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: ""
author: Jared York
# author: ["Me", "You"] # multiple authors
ShowPostNavLinks: true
defaultTheme: auto
disableThemeToggle: false
ShowShareButtons: true
ShowReadingTime:
true
# disableSpecial1stPost: true
displayFullLangName: true
comments: true
images: ["/index/logo-one-color-512.webp"]
profileMode:
enabled: true
title: Learn @ York Computer Solutions LLC # optional default will be site title
subtitle: "Providing free to the end user IT tutorials, in addition to premium IT courses."
homeInfo: "Please get in touch to access downloads from the old website at *[email protected]*."
imageUrl: "/index/logo-one-color-512.webp" # optional
imageTitle: "York Computer Solutions' profile picture" # optional
imageWidth: 320 # custom size
imageHeight: 69 # custom size
buttons:
- { name: Latest Tutorials, url: "/posts" }
taxonomies:
category: categories
series: series
tag: tags
menu:
main:
# - identifier: resume
# name: resume
# url: <URL> here
# weight: 6
- identifier: blog
name: Blog
url: /posts
weight: 10
- indentifier: series
name: Series
url: /series/
weight: 20
- identifier: categories
name: Categories
url: /categories/
weight: 30
- identifier: company
name: Company
url: https://yorkcs.com
weight: 40
- identifier: donate
name: Donate
url: /donate
weight: 50