mostly filebased Content Presentation System
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

51 行
955B

  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. ;; (multilingual) content configuration
  22. ;; ------------------------------------
  23. ; comma seperated list of language identifiers
  24. ; at least one language need to be defined here
  25. ; fist mention is default language
  26. languages=de,en
  27. ; content directories for different languages
  28. content.de=content/DE/
  29. content.en=content/EN/
  30. ;; HTML Template related:
  31. ;; ----------------------
  32. ;public directory for css, javascript, images etc.
  33. RESOURCES=rsc/
  34. ;default site template:
  35. template=tpl/index.html
  36. theme=style.css
  37. external_links_open_in_new_window=false