|
- SITE_URL =
-
-
- [configs]
- content/navi.cfg=false
- content/data.cfg=false
- content/reroutes.cfg=false
-
- [siteColors]
- primary=#f0a
-
- [templateVars]
- includeBanner=false
-
- ;; "customVars" are global (in F3) and can be changed in content files
- [customVars]
- backgroundColor=#fff
- color1=#333
- color2=#777
- color3=#bbb
-
- [globals]
- title=Title of new Page
- hideFromSearchEngines=true
- bulkIncludePic=false
- bulkIncludeAudio=false
- includeTemplates=true
-
- ;; (multilingual) content configuration
- ;; ------------------------------------
-
- ; comma seperated list of language identifiers
- ; at least one language need to be defined here
- ; fist mention is default language
- languages=de,en
-
- ; content directories for different languages
- content.de=content/DE/
- content.en=content/EN/
-
-
-
- ;; HTML Template related:
- ;; ----------------------
- ;public directory for css, javascript, images etc.
- RESOURCES=rsc/
- ;default site template:
- template=tpl/index.html
- theme=style.css
-
- external_links_open_in_new_window=false
|