-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
77 lines (68 loc) · 1.61 KB
/
hugo.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
baseURL: https://asarvazyan.github.io/
languageCode: en-us
title: Areg's Blog
theme: PaperMod
params:
env: production
author: Areg Mikael Sarvazyan
# Profile related
profileMode:
enabled: true
title: Areg Mikael Sarvazyan
subtitle: "*I study things that learn* 🔍\n\nJunior Research Scientist at Symanto"
imageUrl: apple-touch-icon.png
buttons:
- name: Posts
url: /posts
- name: Research
url: /research
- name: Archive
url: /archive
socialIcons:
- name: rss
url: https://asarvazyan.github.io/index.xml
- name: github
url: https://github.com/asarvazyan
- name: googlescholar
url: https://scholar.google.com/citations?user=RspHA-0AAAAJ
- name: linkedin
url: https://www.linkedin.com/in/areg-sarvazyan/
- name: kaggle
url: https://www.kaggle.com/asarvazyan/
# Post related
showReadingTime: true
showShareButtons: true
showCopyCodeButtons: true
showPostNavLinks: true
showToc: true
assets:
favicon: favicon.ico
favicon16x16: favicon-16x16.png
favicon32x32: favicon-32x32.png
apple_touch_icon: apple-touch-icon.png
safari_pinned_tab: safari-pinned-tab.svg
label:
icon: apple-touch-icon.png
menu:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 1
- identifier: search
name: Search
url: /search/
weight: 2
- identifier: tags
name: Tags
url: /tags/
weight: 3
- identifier: research
name: Research
url: /research/
weight: 4
outputs:
home:
- HTML
- RSS
- JSON