forked from uwcse440/web-cse440-sp16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (43 loc) · 817 Bytes
/
_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
name: 'CSE 440'
brandimage: ''
brandtext: 'CSE 440 - Introduction to HCI - Spring 2016'
lessc: node_modules/.bin/lessc
navbar:
items:
- text: 'Home'
link: 'index.html'
- text: 'Projects'
link: 'projects.html'
- text: 'Calendar'
link: 'calendar.html'
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
collections:
assignments:
output: true
projects:
output: true