diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..bc30a1d --- /dev/null +++ b/_config.yml @@ -0,0 +1,32 @@ +title: 1kB Club +description: An exclusive membership for web pages weighing less than 1 kilobyte. +baseurl: '' # the subpath of your site, e.g. /blog +url: https://1kb.club # the base hostname & protocol for your site, e.g. http://example.com + +author: + name: Bradley Taunt + email: brad@bt.ht + +# Collections +collections: + site_listings: + output: false + u: + output: true + +permalink: /blog/:title/ + +highlighter: none + +compress_html: + clippings: all + endings: all + startings: [html, head, body] + +exclude: + - generate.sh + - README.md + +include: + - netlify.toml + - ~/ |