-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·52 lines (41 loc) · 1.39 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
# Jykell configuration
# markdown: redcarpet
# redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "strikethrough", "superscript", "with_toc_data", "footnotes","space_after_headers","highlight","underline","quote","lax_spacing"]
# Feed!
highlighter: rouge
paginate: 8
language: 'en-us'
# Website info
name: "雨戈林多"
description: "Laziness, Impatience and Hubris."
meta_description: 月杪的个人博客
meta_keywords: moonagic, 月杪, 雨戈林多, 月光林地, Jekyll, Blog, 博客, 独立博客, Github
url: "https://moonagic.com"
short_url: 'moonagic.com'
#google_analytics: 'UA-74995541-x'
google_analytics_url: 'https://moonagic.com'
cdn_url: '/'
# disqus: username
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
baseurl: '/'
host: 0.0.0.0
port: 4000
# Permalinks
permalink: /:title/
# permalink: /author/:username
# permalink: /tag/:tag
# gems and other configs
plugins: [jekyll-paginate, rouge, jekyll-sitemap, jekyll-mermaid]
# mermaid
mermaid:
src: '/assets/js/mermaid.min.js'
excerpt_separator: '<!-- more -->'
# Additional settings available on the front-matter
# Site logo in the index.html (as in demo.ghost.io)
# Author's page cover in _layouts/author.html
# The same for page.html and tag.html layouts
# Post's page cover as a per-post basis _posts/...
# Disqus comments as a per-post basis
# ...