-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.py
42 lines (32 loc) · 1.69 KB
/
site.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# --------------------------------------------------------------------------
# Site Configuration File
# --------------------------------------------------------------------------
# This is a sample site configuration file. You can use this file to
# customise how Ivy builds your site. Variables you set here will also be
# available to themes and plugins.
# --------------------------------------------------------------------------
# Theme
# --------------------------------------------------------------------------
# Choose the theme to use when building your site. This variable should
# specify the name of a theme directory in your site's 'lib' folder.
theme = "wpdc"
# --------------------------------------------------------------------------
# Theme Settings
# --------------------------------------------------------------------------
# Site title - how this is displayed depends on the theme.
title = "Will Patera"
# Site tagline - how this is displayed depends on the theme.
tagline = "Will Patera"
# --------------------------------------------------------------------------
# Root URL
# --------------------------------------------------------------------------
# Your root url can be an explicit domain ("http://example.com/") for
# absolute urls, a single forward slash ("/") for site-relative urls, or an
# empty string (the default) for page-relative urls.
root = "/"
# --------------------------------------------------------------------------
# File Extension
# --------------------------------------------------------------------------
# Choose a file extension for generated files, e.g. ".html" (the default),
# or specify a forward slash ("/") to generate directory-style urls.
extension = "/"