-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
93 lines (82 loc) · 1.98 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
baseURL: "https://itoncek.space/"
title: IToncek.space
paginate: 5
theme: PaperMod
enableRobotsTXT: true
minify:
disableXML: false
minifyOutput: true
taxonomies:
category: categories
tag: tags
copyright: © 2024 IToncek
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: IToncek.space
description: "Personal blog 'n stuff"
keywords: [IToncek]
author: IToncek
# author: ["Me", "You"] # multiple authors
#images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "02. 01. 2024"
defaultTheme: dark # dark, light
disableThemeToggle: false
ShowCodeCopyButtons: true
# profile-mode
profileMode:
enabled: true # needs to be explicitly set
title: IToncek's blog
subtitle: "or something, I don't really know"
imageUrl: "https://cdn.discordapp.com/avatars/580098459802271744/c0b662788cc184d4a7e3fb900df1fe19.webp?size=256"
imageWidth: 256
imageHeight: 256
imageTitle: my pfp
buttons:
- name: Posts
url: posts
- name: Tags
url: tags
socialIcons:
- name: instagram
url: "https://www.instagram.com/itoncek/"
- name: email
url: "mailto:[email protected]"
- name: x
url: "https://x.com/ajToncek"
- name: github
url: "https://github.com/MadeByIToncek"
cover:
responsiveImages: true
editPost:
URL: "https://github.com/MadeByIToncek/madebyitoncek.github.io/tree/main/content/"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
menu:
main:
- identifier: posts
name: posts
url: /posts/
weight: 1
- identifier: categories
name: categories
url: /categories/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: about
name: about
url: /about/
weight: 30
outputs:
home:
- html
- rss
section:
- html
- rss
taxonomy:
- html
term:
- html