forked from voteflux/flux-website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·101 lines (99 loc) · 2 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
---
title: Flux – Upgrade Democracy
timezone: Australia/Sydney
collections:
about:
title: About
output: true
candidates:
title: Candidates
output: true
permalink: "/candidates/:path/"
candidates-nsw-2019:
title: NSW Candidates 2019
output: true
permalink: "/nsw/candidates/2019/:name/"
candidates-federal-2019:
title: Federal Candidates 2019
output: true
permalink: "/federal/candidates/2019/:name/"
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
defaults:
- scope:
path: ""
type: "candidates-nsw-2019"
values:
layout: "candidate-v2"
- scope:
type: "candidates-federal-2019"
values:
layout: "candidate-v2"
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: false
social-media:
- name: facebook
url: https://facebook.com/voteflux.org
- name: discord
url: https://discord.io/FluxParty
- name: slack
url: https://voteflux.org/slack
- name: twitter
url: https://twitter.com/voteflux
- name: reddit
url: https://www.reddit.com/r/voteflux
- name: github
url: https://github.com/voteflux
markdown: kramdown
permalink: pretty
incremental: true
exclude:
- README.md
- package.json
- gulpfile.js
- node_modules
- react-signup
- to-do
- signup.html
- npm-debug.log
- elm-stuff
- elmSrc
- .bundle-gems
- .bundle
- .git
- _site
- '*.sh'
- 'Gemfile*'
- elm-package.json
- package-lock.json
- yarn.lock
- tsconfig.json
include:
- _record_login_param.html
- _redirects
plugins:
- jekyll-angular
redirects: true
strict_front_matter: true