-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
64 lines (56 loc) · 1.34 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
baseURL: https://nathanisaac.io/
languageCode: en-us
title: Nathan Isaac
theme: "PaperMod"
outputs:
home:
- HTML
- RSS
- JSON # is necessary
params:
defaultTheme: auto # dark, light
DateFormat: "January 2, 2006"
ShowReadingTime: true
ShowWordCount: true
hidemeta: false
hideSummary: false
ShowBreadCrumbs: true
UseHugoToc: true
# home-info mode
homeInfoParams:
Title: "Hey! I'm Nathan \U0001F44B"
Content: Programmer, Photographer, Aviation Enthusiast
socialIcons:
- name: x
url: "https://x.com/Nathan_Isaac_"
- name: github
url: "https://github.com/nathan-isaac"
editPost:
URL: "https://github.com/nathan-isaac/nathanisaac.io/tree/main/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: [ "title", "permalink", "summary", "content" ]
menu:
main:
- name: About
url: about
weight: 5
- name: Uses
url: uses
weight: 10
- name: Articles
url: articles/
weight: 20
- name: Search
url: search/
weight: 30