mostly filebased Content Presentation System
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

54 lines
1014B

  1. SITE_URL =
  2. [configs]
  3. content/navi.cfg=false
  4. content/data.cfg=false
  5. content/reroutes.cfg=false
  6. [siteColors]
  7. primary=#f0a
  8. [templateVars]
  9. includeBanner=false
  10. ;; "customVars" are global (in F3) and can be changed in content files
  11. [customVars]
  12. backgroundColor=#fff
  13. color1=#333
  14. color2=#777
  15. color3=#bbb
  16. [globals]
  17. title=Title of new Page
  18. hideFromSearchEngines=true
  19. bulkIncludePic=false
  20. bulkIncludeAudio=false
  21. includeTemplates=true
  22. ;; (multilingual) content configuration
  23. ;; ------------------------------------
  24. ; comma seperated list of language identifiers
  25. ; at least one language need to be defined here
  26. ; fist mention is default language
  27. languages=de,en
  28. ; content directories for different languages
  29. content.de=content/DE/
  30. content.en=content/EN/
  31. ;; HTML Template related:
  32. ;; ----------------------
  33. ;public directory for css, javascript, images etc.
  34. RESOURCES=rsc/
  35. ;default site template:
  36. templatepath=app/views/
  37. template=tpl/index.html
  38. theme=style.css
  39. themepath=./
  40. external_links_open_in_new_window=false