-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
55 lines (48 loc) · 1.24 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
baseURL: 'https://justinmitchel.com/'
languageCode: 'en-us'
# copyright: 'justinmitchel.com'
title: 'Justin Mitchel'
theme: "PaperMod"
enableEmoji: true
rssLimit: 20
copyright: "2022 Justin Mitchel. All rights reserved"
author:
name: Justin Mitchel
menu:
main:
- identifier: blog
name: blog
url: /
weight: 10
# - identifier: tags
# name: tags
# url: /tags/
# weight: 20
- identifier: cfe
name: work
url: https://www.cfe.sh
weight: 30
params:
AuthorName: Justin Mitchel
homeInfoParams:
Title: Hi, I'm Justin
Content: |
I am a father, entrepreneur, coder, engineer, teacher, & student of life.
I teach on [cfe](https://www.cfe.sh/).
socialIcons:
- name: "twitter"
url: "https://twitter.com/justinmitchel"
- name: "tiktok"
url: "https://www.tiktok.com/@justinmitchel"
- name: "github"
url: "https://www.github.com/jmitchel3"
defaultTheme: dark
ShowReadingTime: true
ShowToc: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowCodeCopyButtons: true
comments: false
author: ["Justin Mitchel"]
ShowShareButtons: false
ShareButtons: ["linkedin", "twitter"]