-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
95 lines (85 loc) · 1.84 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
baseURL: "https://dsuetin.me"
title: dsuetin.me
theme: hugo-coder
languageCode: en-us
# module:
# imports:
# - path: github.com/luizdepra/hugo-coder
markup:
highlight:
style: github-dark
enableRobotsTXT: true
outputs:
home:
- HTML
minify:
disableXML: true
minifyOutput: true
params:
env: production
author: Danil Suetin
info: IT Enthusiast | DevOps | Big Data | Open Source
description: Personal blog
keywords: blog,developer,it,devops,personal
avatarURL: avatar.jpg
favicon_32: icons/favicon32x32.ico
favicon_16: icons/favicon16x16.ico
touchIcon: icons/apple_touch_icon.png
since: 2024
colorScheme: auto
hideColorSchemeToggle: false
enableTwemoji: true
customJS: [ "js/copy.js" ]
customCSS: [ "css/custom-highlight.css" ]
social:
- name: github
icon: fa-brands fa-github fa-2x
weight: 1
url: https://github.com/dani0854
- name: linkedin
icon: fa-brands fa-linkedin fa-2x
weight: 2
url: https://www.linkedin.com/in/dsuetin
- name: telegram
icon: fa-brands fa-telegram fa-2x
weight: 3
url: https://t.me/dani0854
- name: email
icon: fa-solid fa-envelope fa-2x
weight: 4
url: mailto:[email protected]
- name: cv
icon: fa-solid fa-file-pdf fa-2x
weight: 5
url: danil_suetin_cv.pdf
- name: pgp
icon: fa-solid fa-key fa-2x
weight: 6
url: pubkey.asc
giscus:
repo: dani0854/dsuetin.me
repoID: R_kgDOGMzJ9A
category: Posts comments
categoryID: DIC_kwDOGMzJ9M4Cdquh
mapping: pathname
strict: 0
reactionsEnabled: 1
emitMetadata: 0
inputPosition: bottom
theme: github-dark
lang: en
loading: lazy
menu:
main:
- name: posts
weight: 1
url: posts/
- name: tags
weight: 2
url: tags/
- name: cv
weight: 3
url: danil_suetin_cv.pdf
- name: pgp
weight: 4
url: pubkey.asc