-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
39 lines (33 loc) · 770 Bytes
/
hugo.toml
File metadata and controls
39 lines (33 loc) · 770 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
baseURL = 'https://ftith.github.io/'
languageCode = 'en-us'
title = 'f.t'
theme = 'PaperMod'
[params]
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowToc = true
githubUrl = "https://github.com/ftith/ftith.github.io"
[params.homeInfoParams]
Title = "Hi there 👋"
Content = "Welcome to my blog. I am a DevOps Engineer working for a video game company."
#[[menu.main]]
#identifier = "presentations"
#name = "Presentations"
#url = "/presentations/"
#weight = 20
[[menu.main]]
identifier = "archives"
name = "Archives"
url = "/archives/"
weight = 20
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 20
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[services]
[services.googleAnalytics]
ID = 'G-V672X69S59'