forked from COSD-PANDA/datasd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·42 lines (37 loc) · 1.21 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
# Title, decription, tagline and URL for your site
# Can be used in your theme by calling 'site.title' and so on
title: DataSD
description: DataSD
tagline: Empowering San Diegans by making data usable.
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:
email:
bio:
twitter:
# _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
# Only make the last 10 posts so generating isn't slow
limit_posts: 10
# Permalink structure and pagination options
relative_permalinks: true
permalink: pretty
paginate: 10
paginate_path: 'page:num'
excerpt_separator: '<!--more-->'
# 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