forked from cepro/www.waterlilies.energy-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (55 loc) · 1.91 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
permalink: /:title/
title: 'Hazelmead Community Energy'
google_analytics_id: "G-BZ0JNJMGT6"
homepage:
show_call_box: true
logo:
main: "assets/images/logo.png"
light: "assets/images/logo-light.png"
esco:
name: Hazelmead
domain: hazelmead.energy
email: [email protected]
phone: "+44 330 828 3096"
app_url: https://app.hazelmead.energy
image:
filename: ev-chargers.png
alt: "Hazelmead EV chargers on site"
description: "Bridport Cohousing, Clean Energy Prospector, and Bristol Energy Co-operative have partnered to design a microgrid at the Hazelmead housing development that is redefining the way housing estates provide an energy service to its residents."
investor_description: "Bristol Energy Cooperative (BEC) a ground-breaking community benefit society founded in 2011. BEC has over 9MW of solar PV under community ownership and has provided over £250,000 of community benefit payments to local organisations since inception."
seo:
meta_og_title: "Hazelmead Community Energy"
meta_og_type: "website"
meta_og_url: "https://www.hazelmead.energy"
meta_og_image: "https://www.hazelmead.energy/assets/images/cepro-illa-2.webp"
meta_og_description: "Bridport Cohousing, Clean Energy Prospector, and Bristol Energy Co-operative have partnered to design a microgrid at the Hazelmead housing development that is redefining the way housing estates provide an energy service to its residents."
meta_twitter_card: "summary"
meta_twitter_site: "@mappix"
meta_twitter_creator: "@mappix"
collections:
category:
output: false
sass:
style: compressed
sass_dir: _sass
plugins:
- jekyll-environment-variables
gems: ['kramdown']
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- LICENSE
- README.md
- vendor
- Procfile
- Rakefile
# for local run
url: http://0.0.0.0:4000
baseurl: ''
host: 0.0.0.0