-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
98 lines (85 loc) · 2.42 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
baseURL: https://www.marinin.pw/
paginate: 5
theme: PaperMod
enableRobotsTXT: true
minify:
disableXML: true
minifyOutput: false
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Ilia Marinin
description: "Ilia Marinin: software developer"
keywords: [Blog, Programming, Software, Development, Marinin, Программирование, Разработка, Маринин]
defaultTheme: auto # dark, light
assets:
msapplication_TileColor: "#6a7084"
outputs:
home:
- html
- rss
socialIcons:
- name: email
url: "mailto:ilya(at)marinin.pw"
- name: x
url: "https://x.com/ilya_marinin"
- name: linkedin
url: "http://linkedin.com/in/ilia-marinin"
- name: github
url: "https://github.com/ilmarin"
- name: rss
url: "index.xml"
# RSS
ShowRssButtonInSectionTermList: true
ShowFullTextinRSS: true
ShareButtons: ["telegram", "linkedin", "whatsapp", "reddit", "x", "facebook"]
ShowShareButtons: true
# profile-mode
profileMode:
enabled: true # needs to be explicitly set
imageUrl: "/img/logo.jpg"
imageWidth: 120
imageHeight: 120
services:
rss:
limit: 20
taxonomies:
tag: tags
# Languages config
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
languages:
en:
languageCode: en-US
languageName: English
title: "Ilia Marinin"
weight: 10
params:
DateFormat: "January 2, 2006"
profileMode:
title: "Hey \U0001F44B"
subtitle: "My name is Ilia. I’m a software developer, and this is my homepage. Below you can find my contacts."
imageTitle: This is me
ru:
languageCode: ru-RU
languageName: Русский
title: "Илья Маринин"
menus:
main:
- name: теги
pageRef: tags
weight: 20
- name: посты
pageRef: posts
weight: 10
weight: 20
params:
DateFormat: "2 January 2006 г."
profileMode:
title: "Привет \U0001F44B"
subtitle: "Меня зовут Илья, а это мой сайт. Я разработчик ПО, сейчас живу в Берлине. Здесь я делюсь своими мыслями о жизни и программировании."
imageTitle: Это я
buttons:
- name: Читать
url: posts
- name: Теги
url: tags