-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (36 loc) · 1.26 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
# Jekyll configuration
name: Reading List
description: Academic reading list
# url is currently only used only for the RSS feed in feed.xml
url: http://allenyin.github.io/reading_list
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl: '/reading_list'
# This can be '' to hide the Github nav button
github: 'allenyin/reading_list'
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: UA-108068754-1
# Set this to your disqus shortname to enable comments. Note that the 'comments'
# setting below must also be true. Individual posts can override 'comments' to
# disable on a post-by-post basis
disqus: ''
comments: false
permalink: /:year/:month/:title
paginate: 20
highlighter: rouge
markdown: kramdown
kramdown:
#input: GFM
auto_ids: true
syntax_highlighter: rouge
# Options taken from https://github.com/jekyll/jekyll/issues/4619
#syntax_highlighter_opts:
# css_class: 'highlight'
# span:
# line_numbers: false
# block:
# line_numbers: true
# start_line: 1
exclude: ['README.md', 'LICENSE']