-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
71 lines (65 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
63
64
65
66
67
68
69
70
71
###
# _config.yml
#
# Jekyll configuration
#
#
###
# Build
###
source: jekyll
destination: dist
timezone: Europe/London
lang: en_GB
permalink: pretty
env: production
exclude: ['_templates']
keep_files: ['dist']
###
# Meta
#
###
url: https://standards.theodi.org
name: Open Standards for Data Guidebook
# Meta robots value
robots: index, follow # change to noindex to block
issue_app_url: 'https://open-standards-guidebook.herokuapp.com/'
###
# Social / SEO
# see: https://github.com/jekyll/jekyll-seo-tag/blob/46ad253d4de8d8064b4156a9db530399bdd9ec11/docs/usage.md
# for detailed docs
###
twitter:
username: ODIHQ
# @todo update pre live
# facebook:
# app_id: 1234 # App ID for Facebook insights
# publisher: 1234 # - a Facebook page URL or ID of the publishing entity
# admins: 1234 # - a Facebook user ID for domain insights linked to a personal account
# @todo update pre live
# # Verify website ownership
webmaster_verifications:
google: RYpjO4rKTfQgqBT7wWc4t-cK0bVSWLEFhZbecJ8ZapE
# bing: 1234
# alexa: 1234
# yandex: 1234
# baidu: 1234
description: This is the default site description, change me # @todo update pre live
title_image: ''
ga: 'UA-116481314-1'
###
# Default front matter
#
# This allows us to not have to set these value in every page template
###
defaults:
-
scope:
path: '' # an empty string here means all files in the project
values:
layout: content-page
nav:
order: 1000
show_toc: true
show_nav: true
show_intro_sentence: true