-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (45 loc) · 1.14 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
title: Thrifty Theater
description: "Discounted Broadway Lottery & Rush tickets for the people"
keywords: theater, broadway, tickets, discount, rush, lottery, opensource, hack, lifehacker, hamilton
twitter: thriftytheater
github: melvitax/thriftytheater.com
socialimage: https://thriftytheater.com/images/socialimage.jpg
socialinfo: "Discounted Broadway Lottery & Rush tickets for the people"
socialinfo_callout: "Get Lottery & Rush Tickets"
author:
name: Melvin Rivera
twitter: melvitax
role: designer/developer
markdown: kramdown
url: https://thriftytheater.com
exclude: ["Gemfile", "Gemfile.lock", "README.md"]
timezone: 'America/New_York'
fonts:
- "Lato:400,900,700,500,300,100:latin"
sass:
style: compressed
sass_dir: assets/css
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: "broadway"
type: "pages"
values:
layout: "show"
region: broadway
regionname: Broadway
permalink: /:path/:basename/
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: []
blanklines: false
profile: false
startings: [html, head, body]