forked from algolia/algoliasearch-jekyll-hyde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (37 loc) · 1.35 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
# Dependencies
markdown: redcarpet
highlighter: pygments
# Permalinks
permalink: pretty
relative_permalinks: true
# Setup
title: Hyde
tagline: 'A Jekyll theme, with instant search'
description: 'The popular <a href="http://hyde.getpoole.com/" target="_blank">Hyde theme</a> for <a href="http://jekyllrb.com" target="_blank">Jekyll</a>, now with instant-search capabilities. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://www.algolia.com/" target="_blank">Algolia</a>'
url: https://github.com/algolia/algoliasearch-jekyll-hyde
baseurl: /algoliasearch-jekyll-hyde
# 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/
# Thanks to @mdo for the original theme
# author:
# name: 'Mark Otto'
# url: https://twitter.com/mdo
paginate: 5
# Custom vars
version: 2.1.0
github:
repo: https://github.com/algolia/algoliasearch-jekyll-hyde
# Algolia
gems:
- algoliasearch-jekyll
algolia:
application_id: 'latency'
index_name: 'jekyll'
read_only_api_key: '6be0576ff61c053d5f9a3225e2a90f76'
excluded_files:
- 404.html
- index.html