-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
53 lines (48 loc) · 1022 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
49
50
51
52
53
name: 'TractDB'
brandimage: ''
brandtext: 'TractDB'
lessc: node_modules/.bin/lessc
navbar:
items:
- text: 'Login'
link: 'login.html'
- text: 'Status'
link: 'status.html'
exclude:
# base
- base.__init__.py
- base/invoke
- base/readme
# Bootstrap source files
- bootstrap/less
# CSS/LESS files that are included by other less files and cannot compile on their own
- css/styles.less
- css/base/base_styles.less
- css/base/base_variables.less
- css/base/syntax.css
- css/base/bar/base_bar.less
- css/base/freelancer/base_freelancer.less
- css/base/freelancer/freelancer.less
- css/base/freelancer/mixins.less
- css/base/freelancer/variables.less
# Node
- node_modules
- npm-shrinkwrap.json
- package.json
# Python
- env35
- requirements3.in
- requirements3.txt
- tasks.py
- tasks.pyc
# README
- README.md
# Ruby
- Gemfile
- Gemfile.lock
# Secrets
- secrets
# Tests
- tests
# FAMILYSLEEPTEMP
- familysleep/node_modules