-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
97 lines (80 loc) · 1.91 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
87
88
89
90
91
92
93
94
95
96
97
baseURL = "https://blog.javabien.net"
title = "Java Bien!"
copyright = ""
theme = "minimo"
disqusShortname = "javabien"
googleAnalytics = "UA-205807-3"
Paginate = 999
preserveTaxonomyNames = true
enableRobotsTXT = true
pygmentsCodefences = true
enableEmoji = true
defaultContentLanguage = "en"
[params.info]
description = "David Gageot, Java & Agile"
title404 = "Nothing's here!"
[params.assets]
favicon = "favicon.ico"
customCSS = ["css/custom.css"]
gopher = "https://storage.googleapis.com/gopherizeme.appspot.com/gophers/580db8431bcba8256336184e800855d2a8bad22f.png" # used in 404 template ( Generator: https://gopherize.me )
[params.copyright]
prefix = ""
holder = "[email protected]"
startYear = "2004"
suffix = ""
[params.settings]
# date & time format: https://golang.org/pkg/time/
dateFormat = "2006, Jan 02"
listDateFormat = "2006, Jan 02"
archiveDateFormat = "Jan 02"
hideEntryNavigation = ["page"] # boolean / array of sections
recentPostsLength = 5
hideSocialMenu = false
showReadingTime = true
#showLastmod = true
noTermCloudShuffle = true
#taxonomyCloudShuffle = true
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""
[params.opengraph.twitter]
page = "dgageot" # Twitter page username
[params.seo]
titleSeparator = "•"
[params.social]
email = "[email protected]"
github = "dgageot"
instagram = "dgageot"
linkedin = "davidgageot"
twitter = "dgageot"
mastodon = "@dgageot"
[taxonomies]
author = "authors"
category = "categories"
tag = "tags"
[permalinks]
page = "/:slug/"
[blackfriday]
hrefTargetBlank = true
[[menu.main]]
name = "Home"
weight = -10
identifier = ""
url = "/"
[[menu.main]]
name = "Repo"
weight = 10
identifier = ""
url = "https://github.com/dgageot/javabien"
[languages]
# edit this block for your own language
[languages.en]
lang = "en"
languageName = "English"
weight = 1
[params.widgets]
homepage = ["recent_posts"]
footer = ["social_menu"]
[params.comments]
enable = true