-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
49 lines (39 loc) · 1.03 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: /faq/:title
relative_permalinks: false
# Setup
title: GT FAQ
tagline: GT FAQ
description: 'Frequently Asked Questions about Georgia Tech'
url: http://shoulditakethecredit.com
# baseurl:
# Travis will install Bundler dependencies in ./vendor, so we need to exclude it
# otherwise Jekyll will try to build it (and fail)
exclude: [vendor]
author:
name: 'Algolia'
url: https://www.algolia.com/
# paginate: 5
# paginate_path: "/faq/page/num/"
# Custom vars
version: 2.1.0
collections:
faq:
output: true
github:
repo: https://github.com/danielms215/shoulditakethecredit/tree/gh-pages
# Algolia
gems:
- algoliasearch-jekyll
algolia:
application_id: 'GCD31PUTJI'
index_name: 'gt_faq_index'
read_only_api_key: '40a10525065cdd8c4e4d6834a29e4338'
record_css_selector: 'p,ul'
excluded_files:
- 404.html
- index.html
future: true