File: settings.py

package info (click to toggle)
staticsite 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,648 kB
  • sloc: javascript: 33,722; python: 9,851; makefile: 46; sh: 4
file content (20 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
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"