forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
52 lines (43 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
52
# This file contains configuration flags to customize your site
title: SocialMath
description: Mathematics with social relevance that is immediately apparent
defaults:
-
scope:
path: ""
values:
layout: default
# Default URL is just the title of the page without the path
permalink: /:title/
# Collections (see http://ben.balter.com/2015/02/20/jekyll-collections/)
collections:
math-background:
output: true
permalink: /math_background/:path/
love:
output: true
permalink: /love/:path/
# The release of Jekyll Now that you're using
version: v1.2.0
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
# Copied from https://github.com/cben/sandbox/blob/gh-pages/_config.yml
# The following is untested, suppossed to work once Github gets Kramdown 1.6...
# (current visible at https://pages.github.com/versions)
math_engine: mathjax # default in Kramdown
math_engine_opts:
preview: true # not default but better acessibility
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME