public static interface ConfigUtil.Keys
| Modifier and Type | Field and Description |
|---|---|
static String |
ARCHIVE_FILE
Output filename for archive file, is only used when
RENDER_ARCHIVE is true |
static String |
ASCIIDOCTOR_ATTRIBUTES
Asciidoctor attributes to be set when processing input
|
static String |
ASCIIDOCTOR_ATTRIBUTES_EXPORT
Flag indicating if JBake properties should be made available to Asciidoctor
|
static String |
ASCIIDOCTOR_ATTRIBUTES_EXPORT_PREFIX
Prefix to be used when exporting JBake properties to Asciidoctor
|
static String |
ASCIIDOCTOR_OPTION
Asciidoctor options to be set when processing input
|
static String |
ASSET_FOLDER
Folder where assets are stored, they are copied directly in output folder and not processed
|
static String |
ASSET_IGNORE_HIDDEN
Flag indicating if hidden asset resources should be ignored
|
static String |
BUILD_TIMESTAMP
Timestamp that records when JBake build was made
|
static String |
CONTENT_FOLDER
Folder where content (that's to say files to be transformed) resides in
|
static String |
DATE_FORMAT
How date is formated
|
static String |
DB_PATH
Folder to store database files in
|
static String |
DB_STORE
Flag to identify if database is kept in memory (memory) or persisted to disk (local)
|
static String |
DEFAULT_STATUS
Default status to use (in order to avoid putting it in all files)
|
static String |
DESTINATION_FOLDER
Folder where rendered files are output
|
static String |
DRAFT_SUFFIX
Suffix used to identify draft files
|
static String |
FEED_FILE
Output filename for feed file, is only used when
RENDER_FEED is true |
static String |
INDEX_FILE
Output filename for index, is only used when
RENDER_INDEX is true |
static String |
OUTPUT_EXTENSION
File extension to be used for all output files
|
static String |
PAGINATE_INDEX
Flag indicating if there should be pagination when rendering index
|
static String |
POSTS_PER_PAGE
How many posts per page on index
|
static String |
RENDER_ARCHIVE
Flag indicating if archive file should be generated
|
static String |
RENDER_ENCODING
Encoding used when rendering files
|
static String |
RENDER_FEED
Flag indicating if feed file should be generated
|
static String |
RENDER_INDEX
Flag indicating if index file should be generated
|
static String |
RENDER_SITEMAP
Flag indicating if sitemap file should be generated
|
static String |
RENDER_TAGS
Flag indicating if tag files should be generated
|
static String |
SERVER_PORT
Port used when running Jetty server
|
static String |
SITEMAP_FILE
Sitemap template file name.
|
static String |
TAG_PATH
Tags output path, used only when
RENDER_TAGS is true |
static String |
TAG_SANITIZE
Should the tag value be sanitized?
|
static String |
TEMPLATE_ENCODING
Encoding to be used for template files
|
static String |
TEMPLATE_FOLDER
Folder where template files are looked for
|
static String |
THYMELEAF_LOCALE
Locale used for Thymeleaf template rendering
|
static String |
URI_NO_EXTENSION
Flag indicating if content matching prefix below should be given extension-less URI's
|
static String |
URI_NO_EXTENSION_PREFIX
URI prefix for content that should be given extension-less output URI's
|
static String |
VERSION
Version of JBake
|
static final String ARCHIVE_FILE
RENDER_ARCHIVE is truestatic final String ASCIIDOCTOR_ATTRIBUTES
static final String ASCIIDOCTOR_ATTRIBUTES_EXPORT
static final String ASCIIDOCTOR_ATTRIBUTES_EXPORT_PREFIX
static final String ASCIIDOCTOR_OPTION
static final String ASSET_FOLDER
static final String URI_NO_EXTENSION
static final String URI_NO_EXTENSION_PREFIX
static final String ASSET_IGNORE_HIDDEN
static final String BUILD_TIMESTAMP
static final String CONTENT_FOLDER
static final String DATE_FORMAT
static final String DB_PATH
static final String DB_STORE
static final String DEFAULT_STATUS
static final String DESTINATION_FOLDER
static final String DRAFT_SUFFIX
static final String FEED_FILE
RENDER_FEED is truestatic final String INDEX_FILE
RENDER_INDEX is truestatic final String OUTPUT_EXTENSION
static final String RENDER_ARCHIVE
static final String RENDER_ENCODING
static final String RENDER_FEED
static final String RENDER_INDEX
static final String RENDER_SITEMAP
static final String RENDER_TAGS
static final String SERVER_PORT
static final String SITEMAP_FILE
RENDER_SITEMAP is set to truestatic final String TAG_PATH
RENDER_TAGS is truestatic final String TAG_SANITIZE
static final String TEMPLATE_ENCODING
static final String TEMPLATE_FOLDER
static final String THYMELEAF_LOCALE
static final String VERSION
static final String PAGINATE_INDEX
static final String POSTS_PER_PAGE
Copyright © 2016. All rights reserved.