-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
40 lines (31 loc) · 734 Bytes
/
hugo.toml
File metadata and controls
40 lines (31 loc) · 734 Bytes
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
baseURL = 'https://obrepalski.com/'
languageCode = 'en'
theme = "blowfish"
enableRobotsTXT = true
summaryLength = 0
buildDrafts = false
buildFuture = false
enableEmoji = true
[pagination]
pagerSize = 5
[imaging]
anchor = 'Center'
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[params.author]
name = "Paweł Obrępalski"
headline = "Staff Engineer @ShareChat AI"
bio = "Staff Engineer @ShareChat AI"
image = "img/avatar.png"
links = [
{linkedin = "https://linkedin.com/in/obrepalski"},
{github = "https://github.com/obrep"},
{email = "mailto:pawel@obrepalski.com"}
]