-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
47 lines (40 loc) · 844 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
name: OpenSource Development by Android-Andi @ XDA
description: OpenSource Development by Android-Andi
repository: andi34/andi34.github.io
url: http://andi34.github.io
baseurl: ""
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: "changelog"
values:
layout: "changelog"
single: "true"
-
scope:
path: "faq"
values:
layout: "faq_tutorial"
single: "true"
permalink: none
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- node_modules/
- assets/scss/