-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathjbake.properties
More file actions
125 lines (102 loc) · 2.99 KB
/
jbake.properties
File metadata and controls
125 lines (102 loc) · 2.99 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
# blog url
site.host=functionaljava.github.io
# blog title and subtitle
site.title=Functional Java
site.subtitle=Functional programming in Java
site.copyright=
site.context=/
#site.context=/fj-web-fidbake/
# meta information
meta.author=Functional Java
meta.keywords=Java,Freemaker,jbake,opensource
meta.description=Static blog generated with JBake
# path settings
template.folder=templates
content.folder=content
asset.folder=assets
# template, use Groovy
#template.index.file=index.gsp
#template.archive.file=archive.gsp
#template.tag.file=tags.gsp
#template.sitemap.file=sitemap.gsp
#template.post.file=post.gsp
#template.page.file=page.gsp
#template.feed.file=feed.gsp
# index page
render.index=false
index.file=index.html
# how many recent post show on index page
index.posts.limit=10
# archive settings
render.archive=false
archive.file=archive.html
# rss settings
render.feed=true
feed.file=feed.xml
# tags settings
render.tags=true
tag.path=tags
# bootstrap theme
# if not set, use default theme
# themes come from http://bootswatch.com
# possible values are: default, amelia, cerulean, cosmo, cyborg, flatly,
# journal, lumen, readable, simplex, slate, spacelab, superhero, united, yeti
site.theme=yeti
site.nav.inverse=false
# share post configuration
# when false, use static images
share.counters=false
share.facebook=true
share.facebook.appid=
share.twitter=true
share.googleplus=true
# post summary marker
post.summary.marker=<!-- more -->
post.summary.length=1000
# sidebar config
sidebar.enabled=true
sidebar.social.title=Social
# show account's url in sidebar
sidebar.github=true
login.github=functionaljava
sidebar.twitter=true
login.twitter=javabake
sidebar.googleplus=true
# https://support.google.com/plus/answer/2676340?hl=en&topic=2400106
login.googleplus=OpenShift
# disqus settings
disqus.enabled=false
disqus.username=change-me
# prettify settings
# if theme not set, use default one
# chose theme from: default, github, hemisu-dark, hemisu-light, tomorrow-night-blue,
# tomorrow-night-bright, tomorrow-night-eighties, tomorrow-night, tomorrow and vibrant-ink.
prettify.enabled=true
prettify.theme=default
prettify.linenums=false
# sidebar static box
sidebar.staticbox=true
sidebar.staticbox.title=Static
sidebar.staticbox.content=
# sidebar gihub user repos
sidebar.github.repoview=true
sidebar.github.repoview.limit=5
sidebar.github.repoview.title=Repositories
sidebar.github.repoview.norepomsg=No public repositories.
# embed gists in pages/posts
# plugin doc: https://github.com/blairvanderhoof/gist-embed
site.embed.gists=true
# translations
tr.read.more=Read more
tr.archive=Archive
tr.feed=Feed
tr.older.in.archive=Older posts can be found in
# default asciidoctor options
asciidoctor.attributes=source-highlighter=prettify
# should JBake config options be exported to Asciidoctor engine?
asciidoctor.attributes.export=true
# prefix that should be used when JBake config options are exported
#asciidoctor.attributes.export.prefix=
fj.version.stable=5.0
fj.version.snapshot=5.1-SNAPSHOT
gradle.version=4.3