-
Notifications
You must be signed in to change notification settings - Fork 0
/
jbake.properties
112 lines (92 loc) · 3.86 KB
/
jbake.properties
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
site.host=https://www.reneschwietzke.de
site.sitemap.host=https://www.reneschwietzke.de
site.title=Performance\, Java\, Testing\, and Things
site.keywords=performance,java,testing,IT,programming,code,quality assurance
site.author=René Schwietzke
#site.author.avatar=img/main/avatar.png
site.disqus.shortname=
site.google.trackingid=
#ReadTimes are displayed using https://github.com/michael-lynch/reading-time
site.includeReadTime=false
site.menus.main = home, presentations, resources, about
#To add menus, for every menuitem in site.menus.main, add three properties in below pattern
#site.menus.{menuitem}.home.label=Home
#site.menus.{menuitem}.home.url=/
#site.menus.{menuitem}.home.icon=fa fa-home
## You must have a menu item named 'tags' in the main menu list
# Possible to auto add Tags dropdown, not rendered correctly as of now.
#site.menus.main.showTagsDropdown = true
site.menus.main.home.label=
site.menus.main.home.url=/
site.menus.main.home.class=home
site.menus.main.home.icon=bi bi-house-door
site.menus.main.resources.label=Resources
site.menus.main.resources.url=/pages/resources.html
site.menus.main.resources.class=resources
site.menus.main.resources.icon=bi bi-card-list
site.menus.main.presentations.label=Presentations
site.menus.main.presentations.url=/pages/conference-talks-and-presentations.html
site.menus.main.presentations.class=presentations
site.menus.main.presentations.icon=bi bi-file-earmark-ppt
site.menus.main.about.label=About
site.menus.main.about.url=/pages/about.html
site.menus.main.about.class=about
site.menus.main.about.icon=bi bi-person-circle
#How many recent posts should be shown in sidebar
sidebar.post.amount=5
sidebar.post.pinned = true
sidebar.tags.show=true
sidebar.tags.show.count=false
sidebar.intro.pic.src = img/logo.svg
sidebar.intro.pic.height = 100px
sidebar.intro.pic.width = 100px
sidebar.intro.pic.alt = Logo with a Cup
sidebar.intro.header = Performance\, Java\, Testing\, and Things
sidebar.intro.summary = René's blog about Java\, performance\, testing\, and other medium important things.
sidebar.intro.about = This is René Schwietzke's tech blog. Here\, I write about interesting Java topics\, performance in the context of Java as well as web and service performance\, testing and quality assurance\, and\, last but not least\, about IT things in general. Things I want to share because they helped me and might help others.
# Social links are shown when related id's are mentioned
sidebar.social.show = true
sidebar.social.github = rschwietzke
sidebar.social.bitbucket =
sidebar.social.jsfiddle =
sidebar.social.codepen =
sidebar.social.foursquare =
sidebar.social.dribbble =
sidebar.social.deviantart =
sidebar.social.behance =
sidebar.social.flickr =
sidebar.social.instagram =
sidebar.social.youtube =
sidebar.social.vimeo =
sidebar.social.vine =
sidebar.social.medium =
sidebar.social.wordpress =
sidebar.social.tumblr =
sidebar.social.xing =
sidebar.social.linkedin =
sidebar.social.slideshare =
sidebar.social.stackoverflow =
sidebar.social.reddit =
sidebar.social.pinterest =
sidebar.social.googleplus =
sidebar.social.facebook =
sidebar.social.facebook_admin =
sidebar.social.twitter_domain =
sidebar.social.twitter = reneschwietzke
sidebar.social.email = [email protected]
sidebar.social.mastodon = @reneschwietzke
sidebar.social.mastodon.domain = foojay.social
index.paginate=true
index.posts_per_page=10
output.extension=.html
uri.noExtension=false
uri.noExtension.prefix=
render.tags=true
render.sitemap=true
render.archive=true
## Commnet below two properties to generate, JSON RSS feed.
#feed.file=feed.json
#template.feed.file=feed-json.ftl
template.encoding=UTF-8
render.encoding=UTF-8
freemarker.outputencoding=UTF-8