-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
executable file
·48 lines (39 loc) · 1.4 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
# Title, decription, tagline and URL for your site
# Can be used in your theme by calling 'site.title' and so on
title: Shoov.io
description:
tagline:
url: localhost:4000
# Used so Jekyll outputs the site correctly so Gulp can do what it wants
source: src
destination: serve
# Same as the title etc for your site but can instead be
# called by using 'site.author.name' and so on
author:
name: amitaibu
email: [email protected]
bio:
twitter: amitaibu
# general setting for Jekyll
googleAnalytics: UA-xxxxxxx-xx
# _config.build.yml overwrites these options when you run `gulp build`
# Enables future posts (posts with dates in the future) and drafts
future: true
show_drafts: true
# Disables the more accurate related posts for faster generating of the site
lsi: false
# Permalink structure and pagination options
permalink: pretty
# Markdown library
markdown: redcarpet
# Markdown library options
redcarpet:
extensions: ['no_intra_emphasis', 'tables', 'fenced_code_blocks', 'autolink', 'smart',
'strikethrough', 'superscript', 'underline', 'highlight', 'footnotes']
highlighter: true
# Add a block on page header element that displays the current breakpoint type.
debug_responsive: false
# url for the form "action" on submit(#shoov-trial-form).
trial_form_action: //formspree.io/[email protected]
# Redirect url after form submittion(#shoov-trial-form).
trial_form_redirect: http://localhost:3000/?sent=true