1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Time zone used for site posts
TIMEZONE = "Europe/Rome"
# Root directory of the site in the URLs we generate.
# If you are publishing the site at /prefix instead of root of the domain,
# override this with /prefix
# SITE_ROOT = "/"
# Directory with the source content of the site
CONTENT = "content"
# Theme used to render the site. A sequence of strings is tried in order.
# Default: the one installed in the system
THEME = "default"
# Directory with "archetypes" (templates used by ssite new)
# ARCHETYPES = "archetypes"
# Directory where the static site will be written by build
OUTPUT = "web"
|