-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
31 lines (27 loc) · 722 Bytes
/
_config.yml
File metadata and controls
31 lines (27 loc) · 722 Bytes
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
title: Leaptheloop
# 自定义post url
permalink: /blog/:title.html
timezone: Asia/Chongqing
# Overriden by GitHub Pages: https://help.github.com/articles/using-jekyll-with-pages#configuring-jekyll
safe: true
lsi: false
#markdown: kramdown
#kramdown:
# input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
# extensions:
# - autolink
# - footnotes
# - smart
# use_coderay: true
# syntax_highlighter: rouge
# coderay:
# coderay_line_numbers: nil
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "underline"]
# Keybase
include:
- .well-known
# White-listed plugins
gems:
- jekyll-sitemap