-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path_config.yml
51 lines (42 loc) · 1.51 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
#------------------------------------------------------------------------------
# General
#------------------------------------------------------------------------------
name: "Minimal-Block"
description: "Minimalistic, friendly, responsive."
language: "en"
url: http://localhost:4000
baseurl: ''
#------------------------------------------------------------------------------
# Markdown processor and code highlighting
#------------------------------------------------------------------------------
markdown: kramdown
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
#------------------------------------------------------------------------------
# Pagination and friendly URLs
#------------------------------------------------------------------------------
paginate: 2
paginate_path: /page-:num
permalink: /:title
#------------------------------------------------------------------------------
# Social sharing, comments and RSS.
#------------------------------------------------------------------------------
disqus-id: yourusername
enable-share: true
twitter: yourusername
github: yourusername
google: +yourusername
rss-feed-limit: 10
rss-show-full: false
#------------------------------------------------------------------------------
# Configuration, plugins, gems, etc..
#------------------------------------------------------------------------------
source: .
destination: ./_site
gems: ['jekyll-paginate']
sass:
style: :compressed
sass_dir: assets/css/