-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsite.conf
More file actions
29 lines (20 loc) · 855 Bytes
/
site.conf
File metadata and controls
29 lines (20 loc) · 855 Bytes
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
[site]
# Mandatory, directory name of theme in themes directory
theme=kiss
# Mandatory, all urls will take this into account
base_url=http://my-pagegen-site.com
# Optional, name each enabled plugin, separated by comma
enabled_plugins=mako_templates, pgn_markdown, shortcodes, minify, excerpt, sitemenu, sitemap, rss
# Optional, set order of plugin execution where for a given hook
hook_page_render=shortcodes, pgn_markdown, excerpt, mako_templates, minify
# Optional, name of index file for a directory
directory_index=index
# Optional, disable copy theme/assets to build/theme and assets to build/assets on site generation
#copy_assets_to_build_dir=False
# Optional, set default log level can be DEBUG, INFO, WARNING, ERROR or CRITICAL
#log_level=INFO
[mako_templates]
default_template=pages
[rss]
title=My feed
description=This feed is of note