-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
47 lines (38 loc) · 833 Bytes
/
hugo.toml
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
baseURL = 'https://arvela.pt/'
languageCode = 'en-us'
theme = "github.com/halogenica/beautifulhugo"
title = 'Sofia Arvela'
defaultContentLanguage = 'en'
[Params]
logo = "img/profile.jpg"
subtitle = "DevOps Engineer"
dateformat = "2 Jan, 2006"
commit = false
rss = true
[Params.author]
name = "Sofia Arvela"
github = "ThisIsFroggie"
mastodon = "https://hachyderm.io/@ThisIsFroggie"
linkedIn = "SofiaArvela"
medium = "SofiaArvela"
[[module.imports]]
path = "github.com/halogenica/beautifulhugo"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 20
[[menu.main]]
name = "Resume (PDF)"
url = "/assets/sofia-arvela-cv.pdf"
weight = 100
[languages]
[languages.en]
languageCode = 'en-US'
languageName = 'English'
[languages.pt]
languageCode = 'pt-PT'
languageName = 'Português'