VibeLogSettings

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

siteUrl
deprecated alias siteUrl = siteURL
Undocumented in source.

Properties

rootDir
string rootDir [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

adminPrefix
string adminPrefix;
Undocumented in source.
blogDescription
string blogDescription;
Undocumented in source.
blogName
string blogName;
Undocumented in source.
configName
string configName;
Undocumented in source.
databaseURL
string databaseURL;
Undocumented in source.
enableBackButton
bool enableBackButton;
Undocumented in source.
inlineReadMoreButton
bool inlineReadMoreButton;
Undocumented in source.
markdownSettings
MarkdownSettings markdownSettings;
Undocumented in source.
maxRecentPosts
int maxRecentPosts;
Undocumented in source.
placePostHeaderImageFirst
bool placePostHeaderImageFirst;
Undocumented in source.
postsPerPage
int postsPerPage;
Undocumented in source.
showFullPostsInPostList
bool showFullPostsInPostList;
Undocumented in source.
siteURL
URL siteURL;
Undocumented in source.
textFilters
string delegate(string) @(safe[]) textFilters;
Undocumented in source.

Meta