-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
50 lines (50 loc) · 901 Bytes
/
_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
46
47
48
49
50
---
title: Macmillan Films
timezone: America/New_York
collections:
posts:
title: Posts
output: true
programs:
title: Programs
output: true
permalink: "/:collection/:title"
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: programs
values:
layout: product
price: 100
author: Macmillan Films
baseurl:
url: https://www.macmillanfilms.com
email: [email protected]
enforce_ssl: www.macmillanfilms.com
description: A film studio which makes eductional movies for broadcast, institutional,
and home use.
image: "/assets/images/logo.svg"
search: true
markdown: kramdown
plugins:
- jekyll-octicons
- jekyll-sitemap
jekyll-mentions:
base_url: https://github.com
compress_html:
ignore:
envs:
- development
- stage
sass:
style: compressed
exclude:
- vendor
- README.md
- Gemfile
- Gemfile.lock
- LICENSE
- CNAME