blob: f490ad8d071994e36bad859a40c4d1fce56743da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
title: 1MB Club
description: 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
author:
name: Bradley Taunt
email: bt@btxx.org
# Collections
collections:
site_listings:
output: false
permalink: /blog/:title/
exclude:
- generate.sh
- website-check.rb
- README.md
- .ruby-version
- .build.yml
|