From 686a5b1e94a35cd1e293483638ece0d648c4563f Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 18 Jan 2024 10:44:33 -0500 Subject: Initial commit to new cgit platform --- _config.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _config.yml (limited to '_config.yml') 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 + - ~/ -- cgit v1.2.3-54-g00ecf