forked from jackaudio/jackaudio.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (49 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
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
date_fmt: "%F"
- scope:
path: ""
type: "posts"
values:
layout: "post"
categories: "news"
date_fmt: "%F"
exclude:
- README.md
- Gemfile
- Gemfile.lock
- new_post.sh
- setup.sh
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
name: JACK Audio Connection Kit
markdown: Kramdown
highlighter: rouge
url: "https://jackaudio.org"
organization:
url: "https://github.com/jackaudio"
repository:
branch: "master"
url: "https://github.com/jackaudio/jackaudio.github.com"
# Slate theme settings, here only for the slate-theme page as example.
show_downloads: true
google_analytics:
# Overriding GH settings as demonstration.
# We don't rely on these ones but using our own above.
# See https://github.com/jekyll/github-metadata/blob/master/docs/site.github.md
github:
is_project_page: true
project_tagline: "Slate is a theme for GitHub Pages."
repository_name: "Slate theme"
repository_url: "https://github.com/pages-themes/slate"
tar_url: "https://github.com/pages-themes/slate/tarball/master"
zip_url: "https://github.com/pages-themes/slate/zipball/master"
owner_url: "https://github.com/pages-themes"
owner_name: "pages-themes"