-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
57 lines (56 loc) · 1.22 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
baseURL: 'https://jmhammond.github.io'
languageCode: en-us
title: Hammond's Notes
theme: PaperMod
enableRobotsTXT: true
Author: #for the RSS feed in papermod.
name: "John Hammond"
email: "jmhammond@gmail.com"
menu:
main:
- name: 🔎 Search
url: search/
weight: 10
markup:
goldmark:
renderer:
unsafe: true
outputs:
home:
- HTML
- RSS
- JSON # for search
params:
env: production
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 4
keys: ["title", "permalink", "summary", "content"]
ShowRssButtonInSectionTermList: true
hideFooter: true
defaultTheme: auto
disableSpecial1stPost: true
hidemeta: true
assets:
theme_color: '#ffc217'
label:
text: Hammond's Notes
icon: /SquirrelIcon.png
iconHeight: 24
favicon: /favicon.ico
favicon-32x32: /favicon-32x32.png
profileMode:
enabled: true
buttons:
- name: Blog Posts
url: /blog
- name: Math Teaching Seminar
url: /teaching_seminar
- name: 'Math 242: Calc 1'
url: /calc
- name: 'Math 321: Discrete 1'
url: 'http://www.wichita.edu/discretebook'