-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathconfig.toml
41 lines (35 loc) · 901 Bytes
/
config.toml
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
base_url = "https://250kb.club/"
title = "The 250kb Club"
description = "An exclusive membership for web pages presenting themselves in no more than 250kb."
default_language = "en"
compile_sass = false
build_search_index = true
minify_html = true
generate_feeds = true
feed_filenames = ["rss.xml"]
hard_link_static = true
taxonomies = []
generate_sitemap = true
generate_robots_txt = true
author = "koehr"
[link_checker]
skip_prefixes = []
skip_anchor_prefixes = []
internal_level = "error"
external_level = "error"
[markdown]
highlight_code = false
render_emoji = false
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = false
smart_punctuation = true
lazy_async_image = true
bottom_footnotes = false
[search]
include_title = true
include_description = false
include_path = false
include_content = true
[extra]
author_homepage = "https://koehr.ing"