forked from voteflux/flux-website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (67 loc) · 1.25 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
---
title: Flux – Upgrade Democracy
timezone: Australia/Sydney
collections:
about:
title: About
output: true
candidates:
title: Candidates
output: true
permalink: "/candidates/:path/"
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
wa-team:
title: WA Team
output: true
wa-posts:
title: Posts
output: true
wa-candidates:
title: WA Candidates
output: true
email: website@voteflux.org
description: 'Flux is a new political party designed to connect Australians directly
to Parliament and change politics forever!
'
baseurl:
url: https://voteflux.org
icon_path: img/social-icons/
accent-color: "#E3580D"
base-color: "#0b0b0e"
meetups: false
future: true
candidates: false
countdown: true
social-media:
- name: facebook
url: https://facebook.com/voteflux.org
- name: twitter
url: https://twitter.com/voteflux
- name: reddit
url: https://www.reddit.com/r/voteflux
markdown: kramdown
permalink: pretty
incremental: true
exclude:
- node_modules
- README.md
- package.json
- gulpfile.js
- react-signup
- to-do
- signup.html
- npm-debug.log
- elm-stuff
- elmSrc
include:
- _record_login_param.html
- _redirects
plugins:
- jekyll-angular
redirects: true
strict_front_matter: true