-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·87 lines (72 loc) · 2.13 KB
/
config.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
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
baseURL = 'https://handycio.com/'
languageCode = 'en-us'
title = 'The Handy CIO'
theme = ['hello-friend-ng']
googleAnalytics = 'G-MSPB5D4WGJ'
paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is copyright protected https://handycio.com/license-terms" # This message is only used by the RSS template.
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = true
disableHugoGeneratorInject = false
[author]
name = "Tim Nilimaa-Svärd"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "Even a paper pusher can make the code compile... at times"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "The Handy CIO"
keywords = "homepage, blog"
images = [""]
[params.footer]
trademark = true
rss = true
copyright = true
author = true
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
]
[[params.social]]
name = "twitter"
url = "https://twitter.com/TimNilimaa"
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = "blog"
name = "Posts"
url = "/posts"
[languages]
[languages.en]
title = "The Handy CIO"
subtitle = "Even a paper pusher can make the code compile"
keywords = ""
copyright = '<a href="/license-terms" target="_blank" rel="noopener">License terms</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "./update-org-it-strategy.sh"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"