-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·65 lines (50 loc) · 1.25 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
55
56
57
58
59
60
61
62
63
64
# Built with Jekyll 2.5.3
#
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: none
# Markdown specs
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Setup
title: 拇指.
tagline: '一个程序员的博客'
description: '拇指的个人博客.'
url: https://liuqingshan.github.io
baseurl: ''
# About/contact
author:
name: muzhi
url: https://twitter.com/elotroalex
email: muzhi00@gmail.com
# Custom vars
version: 0.0.3
# Gems
gems: ['jekyll/scholar']
# Scholar
scholar:
style: modern-language-association
locale: en
sort_by: none
order: ascending
group_by: none
group_order: ascending
source: ./_bibliography
bibliography: references.bib
bibliography_template: "{{reference}}"
relative: "/ed/bibliography.html"
replace_strings: true
join_strings: true
use_raw_bibtex_entry: false
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"