-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
76 lines (60 loc) · 1.76 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
baseURL = "https://guidogarcia.net"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "Call me Guido"
theme = "hermit"
publishDir = "docs"
# enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
# hasCJKLanguage = false
rssLimit = 20
copyright = "Copyright Guido García · All rights reserved"
enableEmoji = false
# googleAnalytics = "UA-123-45"
# disqusShortname = "yourdiscussshortname"
[author]
name = "Guido García"
[blackfriday]
# hrefTargetBlank = true
# noreferrerLinks = true
# nofollowLinks = true
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Metadata mostly used in document's head
description = "Guido García. Personal page."
# images = [""]
themeColor = "#494f5c"
homeSubtitle = ""
footerCopyright = ' · All rights reserved'
# bgImg = "" # Homepage background-image URL
# Prefix of link to the git commit detail page. GitInfo must be enabled.
# gitUrl = "https://github.com/username/repository/commit/"
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
# customCSS = ["css/foo.css", "css/bar.css"]
[[params.social]]
name = "twitter"
url = "https://twitter.com/palmerabollo"
[[params.social]]
name = "github"
url = "https://github.com/palmerabollo"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/guidogarcia/"
[menu]
[[menu.main]]
name = "Blog"
url = "posts/"
weight = 10
# [[menu.main]]
# name = "My bot"
# url = "http://bot.guidogarcia.net/"
# weight = 20