-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
68 lines (59 loc) · 1.82 KB
/
config.yml
File metadata and controls
68 lines (59 loc) · 1.82 KB
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
baseURL: https://andeeson.com
title: andeeson
paginate: 5
theme: charlolamode
menu:
main:
- name: Projects
url: /projects/
weight: 20
- name: Contact
url: /contact/
weight: 30
params:
author: Michael Anderson
defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: true
ShowReadingTime: true
displayFullLangName: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowToc: true
profileMode:
# Disable to populate home page with 'mainSections' content
enabled: true
title: Michael Anderson
description: |
Hey, I'm Michael.
I am a DevSecOps Engineer.
I like automation, beautiful things, and space.
imageUrl: "/images/profile.png"
imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons:
- name: My Minecraft Server
url: https://ardacraft.me
socialIcons:
- name: twitter
url: "https://twitter.com/mikeandeeson"
- name: instagram
url: "https://instagram.com/mikeandeeson"
- name: linkedin
url: "https://www.linkedin.com/in/mikeandeeson"
- name: github
url: "https://github.com/Freshmilkymilk"
# change favicon in images folder (icon for web tab)
assets:
favicon: "/images/favicon.ico"
favicon16x16: "/images/favicon-16x16.png"
favicon32x32: "/images/favicon-32x32.png"
apple_touch_icon: "/images/apple-touch-icon.png"
safari_pinned_tab: "/images/apple-touch-icon.png"
enableInlineShortcodes: true
enableRobotsTXT: true
enableEmoji: true
pygmentsUseClasses: true
minify:
disableXML: true