-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (41 loc) · 827 Bytes
/
_config.yml
File metadata and controls
45 lines (41 loc) · 827 Bytes
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
# Site settings
title: AdAway
email: info@adaway.org
description: >
AdAway is a free and open source ad blocker for Android. Block ads system-wide using hosts file or VPN-based filtering. No root required.
baseurl: ""
url: "https://adaway.org"
github_username: AdAway
lang: en
# SEO settings
author: AdAway Team
twitter:
username: AdAwayAndroid
card: summary_large_image
social:
name: AdAway
links:
- https://github.com/AdAway/AdAway
- https://f-droid.org/packages/org.adaway/
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
hard_wrap: false
sass:
style: compressed
# Plugins
plugins:
- jekyll-seo-tag
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE.md
- tools/
- node_modules/
- "*.log"
- package*.json
- vendor/