forked from opensourcedesign/opensourcedesign.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
58 lines (50 loc) · 1.28 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
# Site settings
title: Open Source Design
email:
description: > # this means to ignore newlines until "baseurl:"
We are a community of designers and developers aiming to push more
open design processes and improve the user experience and interface
design of open source software.
url: "https://opensourcedesign.net" # the base hostname & protocol for your site
exclude:
- scripts
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- person-template.md
twitter_username: opensrcdesign
github_username: opensourcedesign
plugins:
- jekyll-redirect-from
- jekyll-sitemap
# Build settings
markdown: kramdown
highlighter: rouge
collections:
organization:
output: true
permalink: /organization/:path/
resources:
output: true
permalink: /resources/:path/
people:
output: true
permalink: /people/:path/
events:
output: true
permalink: /events/:path/
sass:
style: compressed
# for events
status: &status
- name: "Upcoming"
value: "upcoming"
- name: "Started"
value: "started"
- name: "Past"
value: "past"
- name: "Cancelled"
value: "cancelled"
source_url: "https://github.com/opensourcedesign/opensourcedesign.github.io/blob/master/"
edit_url: "https://github.com/opensourcedesign/opensourcedesign.github.io/edit/master/"