forked from uwdub/web-dub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
62 lines (55 loc) · 1.03 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
name: 'DUB'
brandimage: 'images/nav_logo.png'
brandtext: 'DUB'
lessc: node_modules/.bin/lessc
navbar:
items:
- text: 'Home'
link: 'index.html'
- text: 'About DUB'
link: 'aboutdub.html'
- text: 'Calendar'
link: 'calendar.html'
# - text: 'People'
# link: 'people.html'
# - text: 'Resources'
# link: 'resources.html'
- text: 'Getting Involved'
link: 'gettinginvolved.html'
collections:
people:
output: false
seminars:
output: true
defaults:
- scope:
type: seminars
values:
layout: seminar
future: true
exclude:
# Bootstrap
- bootstrap/less
# CSS/LESS files, these are all included by css/base/styles.less
- css/styles.less
- css/base/bar.less
- css/base/base.less
- css/base/syntax.css
# Node
- node_modules
- npm-shrinkwrap.json
- package.json
# Python
- env34
- env35
- requirements3.in
- requirements3.txt
- tasks.py
- tasks.pyc
# README
- README.md
# Ruby
- Gemfile
- Gemfile.lock
# Tests
- tests