-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.py
More file actions
48 lines (34 loc) · 1.93 KB
/
Copy pathconfig.py
File metadata and controls
48 lines (34 loc) · 1.93 KB
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
43
44
45
46
47
48
# ------------------------------------------------------------------------------
# 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. Note that you can safely delete this file
# if your site does not require custom settings.
# ------------------------------------------------------------------------------
# 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 = "finilla"
# ------------------------------------------------------------------------------
# Theme Settings
# ------------------------------------------------------------------------------
# Site title - how this is displayed depends on the theme.
title = "Site Title"
# Site tagline - how this is displayed depends on the theme.
tagline = "Just another Ivy site"
# ------------------------------------------------------------------------------
# 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. Unless you have a
# specific reason for changing it, the default option is the most flexible.
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 = ".html"