This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
121 lines (106 loc) · 1.79 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#
# Basic settings.
#
#url: http://qckanemoto.github.io # or http://you.github.io
url: http://agiledenver.github.io
baseurl: ""
title: Agile Denver
description: a 501(c)(6) nonprofit, developing agile practitioners in Denver and along Colorado's Front Range
avatar: /assets/img/agile-denver.jpeg
#
# Icons
#
icons:
rss: true
email: chuck@agiledenver.org
github: agiledenver
bitbucket:
twitter: agiledenver
facebook:
google_plus:
tumblr:
behance:
dribbble:
flickr: agiledenver
instagram:
linkedin: https://www.linkedin.com/groups/Agile-Denver-158624 # full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # full URL
steam:
wordpress:
youtube:
#
# Prettify url.
#
permalink: pretty
#
# Scripts.
#
google_analytics: # e.g. UA-000000-01
disqus:
#
# Localizations.
#
str_next: Next
str_prev: Prev
str_read_more: Read more...
str_search: Search
str_recent_posts: Recent posts
str_show_all_posts: Show all posts
#
# Recent posts.
#
recent_posts_num: 10
#
# Pagination.
#
paginate: 10
paginate_path: page/:num
#
# Social.
#
share_buttons: false
ogp:
image_url: http://agiledenver.github.io/assets/img/agile-denver.jpeg
fb:
admin: # facebook admin id
app_id: # facebook application id
#
# Gems.
#
plugins:
- jekyll-paginate
- jemoji
#
# Styles: see "_sass/base/_variables.scss"
#
#
# !! Danger zone !!
#
include: ["_pages"]
# markdown: redcarpet
# redcarpet:
# extensions:
# [
# "autolink",
# "fenced_code_blocks",
# "strikethrough",
# "superscript",
# "with_toc_data",
# "tables",
# "footnotes",
# "no_intra_emphasis",
# ]
highlighter: rouge
excerpt_separator: <!--more-->
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- vendor