-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
49 lines (43 loc) · 1 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
baseURL: https://kenodegard.github.io
languageCode: en-us
title: Ken Thinks
paginate: 5
theme: PaperMod
enableEmoji: true
menu:
main:
- name: Archive
url: archive
weight: 5
- name: Search
url: search
weight: 10
- name: Tags
url: tags
weight: 10
outputs:
home:
- HTML
- RSS
- JSON
params:
homeInfoParams:
title: 👋🏼 Hello! Here are some of my musings! 💭
content: >
👨🏼💻 📖 🐰 🪴 🥾 🧳 ✈️ ☕️ 🍹 🌮 🇳🇴 🏳️🌈 ✊🏿 ✊🏾 ✊🏽
socialIcons:
- name: github
url: https://github.com/kenodegard
- name: twitter
url: https://twitter.com/ken_odegard
- name: linkedin
url: https://www.linkedin.com/in/kenodegard
- name: rss
url: "index.xml"
showShareButtons: true
shareButtons: ["twitter", "linkedin", "reddit", "facebook"]
showReadingTime: true
showWordCount: true
showCodeCopyButtons: true
showBreadCrumbs: true
showPostNavLinks: true