-
Notifications
You must be signed in to change notification settings - Fork 61
/
_config.yml
122 lines (110 loc) · 2.51 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Site settings
title: hood.ie
description: "Hoodie is an Open Source Software project initiated, developed, maintained and furthered by the Hoodie Community and its supporters."
baseurl: ""
url: "http://hood.ie"
# Build settings
markdown: kramdown
kramdown:
auto_ids: false
permalink: "/blog/:categories/:title.html"
paginate_path: "/blog/page:num"
paginate: 10
# 404
gems:
- jekyll-redirect-from
- jekyll-paginate
sub-navigation:
- title: What is Hoodie?
url: '/intro'
- title: Get started
url: '/intro/#get-started'
- title: 'Apps & Showcases'
url: '/intro/#showcases'
- title: Initiatives
url: '/initiatives'
- title: Philosophy
url: '/about'
sub-navigation-about:
- title: Community
url: '/community#community'
- title: Contributors
url: '/community#contributors'
- title: Initiatives
url: '/initiatives'
- title: Friends
url: '/friends'
- title: Merchandise
url: '/merchandise'
- title: Events
url: '/events'
- title: Code of Conduct
url: '/code-of-conduct'
sub-navigation-community:
- title: Community
url: '/community/#community'
- title: Contributors
url: '/community/#contributors'
- title: Join us!
url: '/contribute'
- title: Philosophy
url: '/about'
- title: Code of Conduct
url: '/code-of-conduct'
sub-navigation-contact:
- title: Get help
url: '/get-help'
- title: Contribute
url: '/contribute'
- title: Community
url: '/community'
- title: Meet us!
url: '/events'
- title: Code of Conduct
url: '/code-of-conduct'
sub-navigation-contribute:
- title: Development
url: '/contribute/#development'
- title: Design
url: '/contribute/#design'
- title: Writing
url: '/contribute/#writing'
- title: Feedback
url: '/contribute/#feedback'
- title: Give Talks
url: '/contribute/#talks'
- title: Give Money
url: '/contribute/#money'
- title: Hire us
url: '/contribute/#hire-us'
sub-navigation-get-help:
- title: FAQ
url: 'http://faq.hood.ie'
- title: Report a Bug
url: '/bug'
- title: Contact
url: '/contact'
sub-navigation-intro:
- title: Get started
url: '/intro/#get-started'
- title: 'Apps & Showcases'
url: '/intro/#showcases'
- title: Initiatives
url: '/initiatives'
- title: Philosophy
url: '/about'
- title: Community
url: '/community'
- title: Events
url: '/events'
sub-navigation-initiatives:
- title: Offline first
url: '/initiatives/#offline-first'
- title: NoBackend
url: '/initiatives#nobackend'
- title: Non-coding People
url: '/initiatives/#noncoders'
- title: Dreamcode
url: '/initiatives/#dreamcode'
- title: Tools
url: '/initiatives/#tools'