-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·56 lines (48 loc) · 1.08 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
name: "The Write Coast"
description: Notes from an East Coast technical writer
host: 192.168.1.10
port: 4029
feedback_email: [email protected]
sidebar_accordion: true
disqus_shortname: writecoast
markdown: redcarpet
show_audience_label: true
output: web
paginate: 15
timezone: America/New_York
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
gems: [jekyll-sitemap, jekyll-mentions, jekyll-redirect-from, jekyll-feed, jekyll-paginate]
url: http://writecoast.github.io
exclude:
- _drafts
- .idea
- _site
# these are defaults that get applied to each page or post's frontmatter. leave as is.
permalink: /:year/:month/:day/:title/
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sass:
sass_dir: _sass
target: web