mirror of
https://github.com/danbulant/1mb-club
synced 2026-06-18 14:01:13 +00:00
* 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>
16 lines
415 B
YAML
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
|