-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
62 lines (54 loc) · 1.29 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
baseURL: https://awethon.github.io/
languageCode: en-us
title: Awethon's Page
theme: PaperMod
enableRobotsTXT: true
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- JSON
menu:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: search
name: Search
url: /search/
weight: 30
params:
social: true
profileMode:
enabled: true
title: "Aleksey Polovinkin"
subtitle: "Scala developer and Functional Programming enthusiast\n\nWanna be Principal Software Engineer\n\nAlways open to new opportunities"
socialIcons:
- name: "Github"
url: "https://github.com/awethon/"
- name: "LinkedIn"
url: "https://linkedin.com/in/awethon/"
- name: "Telegram"
url: "https://telegram.me/awethon/"
- name: "Email"
url: "mailto:awethon@gmail.com"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
editPost:
URL: "https://github.com/Awethon/awethon.github.io/blob/master/content"
Text: "Suggest Changes"
appendFilePath: true
ShowShareButtons: true