diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-18 10:44:33 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-18 10:44:33 -0500 |
commit | 686a5b1e94a35cd1e293483638ece0d648c4563f (patch) | |
tree | 592e59dda5e3de12faf1532da826be556350fadd /_config.yml |
Initial commit to new cgit platform
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 + - ~/ |