yellow/system/config/config.ini

54 lines
1.3 KiB
INI
Raw Normal View History

2013-04-14 22:41:04 +00:00
// Yellow site configuration
2013-04-07 18:04:09 +00:00
2013-09-17 09:18:01 +00:00
sitename = Yellow
author = Yellow
2015-03-17 20:09:56 +00:00
language = en
2015-04-29 07:26:48 +00:00
theme = flatsite
2013-05-23 06:24:50 +00:00
2015-03-09 14:57:40 +00:00
// timeZone = UTC
2014-05-15 11:53:54 +00:00
// serverScheme = http
// serverName = your.domain.name
2014-02-17 13:13:11 +00:00
// serverBase =
2013-05-23 06:24:50 +00:00
imageLocation = /media/images/
pluginLocation = /media/plugins/
2014-10-17 10:53:25 +00:00
themeLocation = /media/themes/
2013-04-07 18:04:09 +00:00
systemDir = system/
configDir = system/config/
2015-01-19 19:05:51 +00:00
coreDir = system/core/
2013-04-07 18:04:09 +00:00
pluginDir = system/plugins/
2014-10-17 10:53:25 +00:00
themeDir = system/themes/
2015-04-29 07:26:48 +00:00
snippetDir = system/themes/snippets/
templateDir = system/themes/templates/
mediaDir = media/
2013-05-23 06:24:50 +00:00
imageDir = media/images/
2015-01-19 19:05:51 +00:00
staticDir = cache/
2015-09-06 15:59:14 +00:00
staticAccessFile = .htaccess
2015-01-19 19:05:51 +00:00
staticDefaultFile = index.html
2015-04-29 07:26:48 +00:00
staticErrorFile = error.html
2013-04-07 18:04:09 +00:00
contentDir = content/
contentRootDir = default/
contentHomeDir = home/
2013-04-14 22:41:04 +00:00
contentDefaultFile = page.txt
contentPagination = page
2013-04-07 18:04:09 +00:00
contentExtension = .txt
configExtension = .ini
2015-04-29 07:26:48 +00:00
textFile = language-(.*).ini
errorFile = page-error-(.*).txt
2015-08-01 17:28:20 +00:00
robotsFile = robots.txt
iconFile = icon.png
2015-04-29 07:26:48 +00:00
template = default
2015-05-22 17:37:37 +00:00
navigation = navigation
2015-08-28 14:12:19 +00:00
sidebar = sidebar
2015-04-29 07:26:48 +00:00
parser = markdown
2014-08-29 07:15:49 +00:00
parserSafeMode = 0
multiLanguageMode = 0
webinterfaceLocation = /edit/
2014-08-19 10:06:09 +00:00
webinterfaceServerScheme = http
webinterfaceUserHashAlgorithm = bcrypt
webinterfaceUserHashCost = 10
2015-09-06 15:59:14 +00:00
webinterfaceUserHome = /
webinterfaceUserFile = user.ini
2015-04-29 07:26:48 +00:00
webinterfaceNewFile = page-new-(.*).txt
webinterfaceMetaFilePrefix = published