-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
85 lines (72 loc) · 2.39 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
baseURL: ""
languageCode: en-us
title: XanderGrab
theme: PaperMod
paginate: 4
buildDrafts: true
outputs:
home:
- HTML
- RSS
- JSON
params:
defaultTheme: dark
profileMode:
enabled: false
title: 👋 Hello there! I'm Xander
subtitle: "(aka XanderGrab) I'm a Game Designer/Developer as well as an all-around Games Hobbyist. I'm passionate about creating transformational games, studying play, and exploring how they teach."
imageUrls:
["assets/icons/ProfessionalPhoto.JPG", "assets/icons/FancyIcon.png"]
imageTitle: "My Icon"
imageWidth: 240 # custom size
imageHeight: 240 # custom size
buttons:
- name: About Me
url: /whoami
homeInfoParams:
title: 👋 Hello there! I'm Xander
content: "(aka XanderGrab) I'm a Game Designer/Developer as well as an all-around Games Hobbyist. I'm passionate about creating transformational games, studying play, and exploring how they teach."
socialIcons:
- name: github
url: "https://github.com/XanGrab"
- name: linkedin
url: "https://www.linkedin.com/in/alexander-xander-grabowski-8164481a1/"
- name: itchio
url: "https://xanxg.itch.io/"
- name: email
url: /contact/
mainSections:
- games
- blog
cover:
hidden: false
hiddenInList: false # hide on list pages and home
hiddenInSingle: true # hide on single page
responsiveImages: false
assets:
favicon: "assets/favicon/favicon.ico"
favicon16x16: "assets/favicon/favicon-16x16.png"
favicon32x32: "assets/favicon/favicon-32x32.png"
apple_touch_icon: "assets/favicon/apple-touch-icon.png"
menu:
main:
- identifier: Resume
name: "📜 Resume"
url: /assets/docs/grabowski_cv.pdf
weight: 5
- identifier: Contact
name: "✉️ Contact"
url: /contact/
weight: 4
- identifier: Blog
name: "📰 Blog"
url: /blog/
weight: 3
- identifier: Games
name: "🎮️ Games"
url: /games/
weight: 2
- identifier: Search
name: "Search 🔍️"
url: /search/
weight: 1