-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
87 lines (77 loc) · 1.64 KB
/
config.yaml
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
86
87
baseURL: "https://veyselusta.github.io"
languageCode: en-us
title: veysel usta
theme: PaperMod
menu:
main:
- identifier: home
name: Home
url: /
weight: 10
- identifier: posts
name: Posts
url: /posts
weight: 20
- identifier: projects
name: Projects
url: /projects
weight: 30
- identifier: search
name: Search
url: /search
weight: 50
params:
# theme
showToc: true
TocOpen: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
hideMeta: false
# for enchanced SEO
env: production
# Home Page
profileMode:
enabled: true
title: "veysel usta"
subtitle: "software developer"
imageUrl: "home/icarus.jpeg"
imageWidth: 300
imageHeight: 300
# buttons:
# - name: Resume
# url: ""
# List View
hideDescriptionInList: true
# cover image for posts
cover:
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
socialIcons:
- name: "email"
url: "[email protected]"
- name: "linkedin"
url: "https://www.linkedin.com/in/veysel-usta/"
- name: "github"
url: "https://github.com/veyselusta"
# - name: "cv"
# url: "https://drive.google.com/file/d/1U6Gg2RnHSCthtWLbZJBlAEI3V1WGjZty/view"
# text search
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# for search using Fuse.js
outputs:
home:
- HTML
- RSS
- JSON
# allow HTML in MD
markup:
goldmark:
renderer:
unsafe: true