1mb-club/_config.yml
Tim Hårek 981e929a52
Clean up(s), remove placeholder comments (#726)
* Clean up, remove comments

- Added actual URL
- Set `output=false` for collection so that it does not render the path:
  https://1mb.club/site_listings/uglyduck.ca (same for all others)
- Remove _posts since it's not used
- Remove post.html layout since it's not used
- Remove jekyll-feed

Signed-off-by: Tim Hårek Andreassen <tim@harek.dev>

* Exclude generate.sh and README.md in build

Signed-off-by: Tim Hårek Andreassen <tim@harek.dev>
2021-06-17 09:16:22 -04:00

16 lines
415 B
YAML

title: 1MB Club
description: >- # this means to ignore newlines until "baseurl:"
An exclusive membership for web pages weighing less than 1 megabyte.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://1mb.club" # the base hostname & protocol for your site, e.g. http://example.com
host: 0.0.0.0
# Collections
collections:
site_listings:
output: false
exclude:
- generate.sh
- README.md