This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
87 lines (80 loc) · 1.47 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# jekyll-seo-tag
title: "Lean Jekyll"
description: "A starter for using jekyll"
url: "http://yourdomain.com" # the base hostname & protocol for your site
author: []
twitter:
username: budparr
facebook:
app_id:
publisher:
admins:
logo: /assets/images/jekyll-white.svg
google_site_verification:
github:
username: budparr
owner: The New Dynamic
# manifest
short_name: The Shortname
display: fullscreen
# development meta data
image_url: http://thenewdynamic.imgix.net
google_analytics_id: UA-xxxxx-4
version: 3.0.3
incremental: true
#port: 3575
# Settings
production: false
bust_css_cache: false
full_rebuild: true
timezone: Etc/Zulu
compress_html:
ignore:
envs: [development]
profile: false
gems:
- jekyll-seo-tag
- jekyll-sitemap
plugins_dir: ./_app/_plugins
layouts_dir: ./_app/_layouts
includes_dir: ./_app/_includes
permalink: pretty
# CONTENT
exclude:
- readme.md
- todo.md
- license.md
- Gemfile
- Gemfile.lock
- CNAME
- node_modules
- sass
- gulpfile.js
- package.json
- postcss.config.js
collections:
landing_pages:
output: true
permalink: '/:path/'
defaults:
- scope:
path: ''
values:
layout: page-single
- scope:
path: ''
type: 'landing_pages'
values:
layout: page-single
- scope:
path: ''
type: pages
permalink: /:basename/
values:
layout: page-single
- scope:
path: ''
type: posts
values:
layout: page-single
schema: BlogPosting