forked from piedoom/feather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
29 lines (20 loc) · 963 Bytes
/
config.toml
File metadata and controls
29 lines (20 loc) · 963 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
# This is an example file to help you get started.
# This also lets you run `gutenberg serve` just in the themes directory
# for easier development.
# The URL the site will be built for
base_url = "http://localhost:1111"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme`
# variable to a theme supported by Gutenberg
highlight_code = true
# This is commented out here since we're using it like a template
# but you should use this line when using feather as a theme
# theme = "feather"
generate_categories_pages = true
generate_tags_pages = true
[extra]
feather_disqus_code = "<div id='disqus_thread'><div style='background: lightgrey; text-align: center; color: grey; padding: 100px 24px;'>Comments mockup</div></div>"
feather_donate_link = "https://paypal.me/piedoomy"
feather_analytics = "<script>return;</script>"