-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·73 lines (62 loc) · 1.63 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
#- Jykell configuration
# markdown: redcarpet
markdown: kramdown
# highlighter: pygments
highlighter: rouge
paginate: 5
language: 'en-us'
#- Website information.
name: 'The Internet at the Speed of Light'
description: "Reducing latency to the physical limit is the next grand challenge for our interactive network experiences. How can we build a Speed-of-Light Internet?"
author: 'Team cSpeed'
#- Edit 'categories' in the front matter of every post
#- to match this username.
# nickname: speedy
# bio: '...'
# location: '..'
# url: '...'
# image: 'assets/images/...'
# short_url: '...'
# google_analytics: ...
# disqus: <username>
baseurl: /cspeed/
#- Permalinks
permalink: /:title
# permalink: /author/:username
# permalink: /tag/:tag
gems: [jekyll-paginate]
exclude: [vendor]
#- Additional settings available on the front-matter
#- Site logo in the index.html (as in demo.ghost.io)
#- Author's page cover in _layouts/author.html
#- The same for page.html and tag.html layouts
#- Post's page cover as a per-post basis _posts/...
#- Disqus comments as a per-post basis
#- Settings for deploy rake task
safe: false
lsi: false
#- Username and repository name in Github.
# username: <username>
#- `repo` defaults to USERNAME.github.io
# repo: <repository-name>
#- `branch` defaults to "source" for USERNAME.github.io
#- or "master" otherwise
# branch: <master|...>
# relative_source: ../jasper/
destination: ./docs
# production_url: <...>
# source_url: <...>
exclude:
- .envrc
- .sass-cache/
- .jekyll-cache/
- .travis.yml
- node_modules/
- gemfiles/
- vendor/
- changelog.md
- Makefile
- Gemfile
- Gemfile.lock
- README.md
- Rakefile