generated from woodcox/primitive-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
106 lines (87 loc) · 2.86 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
port: 4000
host: 0.0.0.0
safe: false
### To try out html, css & js that don't pass to the sites using the theme.
testing: true
### site serving configuration ###
exclude: [CNAME, README.md, npm.md, SECURITY.md, LICENSE.md, .gitignore, package.json, package-lock.json, postcss.config.js, .browserslistrc, city-jekyll-theme.gemspec]
permalink: /:title ## disables post output
url: "https://woodcox.github.io"
baseurl: "/city-jekyll"
timezone: null
lsi: false
markdown: kramdown
highlighter: rouge
### content configuration ###
title: "City-Jekyll"
keywords: "City, evangelical, church, Leeds, best, christian, Jesus, bible, gospel, Christ, God, Faith, Lord"
description: "A Jekyll theme & Sass Boilerplate"
author: "woodcox"
source_link: "https://github.com/woodcox/city-jekyll"
favicon: "/assets/img/favicon/favicon.ico"
favicon_16: "/assets/img/favicon/favicon-16x16.png"
favicon_32: "/assets/img/favicon/favicon-32x32.png"
touch_icon: "/assets/img/favicon/apple-touch-icon.png" ## City logo as apple touch icon
safari_pinned_tab: "/assets/img/favicon/safari-pinned-tab.svg" ## put safari pinned tab svg icon here
typewriter: ### Hero typewriter message on homepage
- message: "Welcome"
- message: "Sundays: 10:45am and 6:30pm"
- message: "A city church with a community presence."
- message: "We believe Jesus is good news."
counter_web_analytics: rusticola ## put YOUR counter.dev key here to enable tracking! (blank to disable)
netlify: true ## put true if using NetlifyCMS
### template colors, used site-wide via css ###
colors:
ckyellow: '#febd2e'
ckblue: '#01a8ff'
cityorange: '#f19426'
cityblue: '#259cd3'
citygreen: '#06892f'
kramdown:
auto_ids: false
collections_dir: pages
collections:
home:
output: true
permalink: /
sunday:
output: true
permalink: /sunday/
media:
output: true
permalink: /media/
docs:
output: true
permalink: /docs/
### sass
sass:
sass_dir: '_sass'
style: expanded
plugins:
- jekyll-postcss-v2
### autoprefixer
#autoprefixer:
# browsers:
# - last 10 versions
### Import a json feed as data
### Uses https://rss2json.com
jekyll_get_json:
- data: calendar
json: {{ site.env.CALENDAR_TEST | liquify }}
- data: growthgroup
json: 'https://cecleeds.churchsuite.co.uk/embed/smallgroups/json'
- data: sermons
json: 'https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Fcecleeds.co.uk%2Fsermons.php'
- data: YouTube
json: 'https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Fwww.youtube.com%2Ffeeds%2Fvideos.xml%3Fchannel_id%3DUCALb0SwFaFdPY2gwOesvb_g%26noapp%3D1'
### Compress html settings - http://jch.penibelst.de/
compress_html:
clippings: [all]
comments: [all]
endings: [all]
ignore:
envs: []
blanklines: false
profile: false
startings: []