-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
62 lines (53 loc) · 1.49 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
# Harmony Jekyll theme general configurations
# Base URL
baseurl: /protest.guide
# Site live URL
url: actsecure.github.io
name: Protest.Guide
description: A helpful guide to protesting safely
# Localhost
# url: http://127.0.0.1:4000
# Harmony theme configuration. Please change accordingly.
harmony:
name: Protest.Guide
# Little description about your site
description: A helpful guide to protesting safely
# 'meta_description:' Write an awesome description for your new site here.
# It will appear in your document head meta (for Google search results) and
# in your feed.xml site description.
meta_description: Help I am trapped in the matrix
basetheme: darken # pre defined thmes are darken, blue-water, redish, theme-base-01.
author:
name: ActSecure
email: [email protected]
url: actsecure.org
# Google Analytics key, leave blank to ignore
google_analytics_key:
# Profile links, leave blank to ignore
social:
github: actsecure
twitter: actsecure
facebook: actsecure
gplus:
dribble:
pinterest:
# Toggle disclaimer in footer
show_disclaimer: false
# Conversion / Build settings
markdown: kramdown
# This is how you put pygments config in jekyll 2.0 instead of pygments: true
highlighter: rouge
# Permalinks
permalink: pretty
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock
# Sass conversion configs
sass:
sass_dir: assets/css/_sass
style: :compressed