forked from bakery/doctor-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (33 loc) · 829 Bytes
/
Copy path_config.yml
File metadata and controls
43 lines (33 loc) · 829 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
permalink: pretty
# Setup
title: 'Doctor Jekyll'
tagline: 'Project documentation template'
baseurl: '/git-tutorial'
sass:
style: compressed
# About/contact
author:
name: The Bakery
url: https://twitter.com/bakeryhq
email: hi@thebakery.io
gems: [algoliasearch-jekyll]
# Custom vars
version: 1.0.0
exclude: [vendor]
github:
repository_url: https://github.com/bakery/doctor-jekyll
twitter:
handle: bakeryhq
algolia:
application_id: 'RJLGF63QKK'
index_name: 'docs'
read_only_api_key: 'c9e5cf2be0bd488a1e022c1f746f43c0'
excluded_files:
- 404.html
defaults:
-
scope:
path: ""
values:
layout: "default"
author: "The Bakery"