forked from mmistakes/so-simple-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
59 lines (51 loc) · 1.12 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
title: chrismetcalf.net
description: specialization is for insects
# Your site's domain goes here. Leave localhost server or blank when working locally.
url: http://chrismetcalf.net.dev
disqus_shortname:
destination: public
# Owner/author information
owner:
name: Chris Metcalf
avatar: head.png
email: [email protected]
# Links to include in top navigation
# For external links add external: true
links:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/Los_Angeles
future: true
highlighter: pygments
markdown: kramdown
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: pretty
syntax_highlighter_ops:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
line_numbers:
line_numbers_start: 1
tab_width: 4
bold_every: 10
css: class
destination: public
exclude:
- public
- Rakefile
- Makefile
- Gemfile
- Gemfile.lock
- README.md
- .ruby-*
- vendor
- LICENSE
- CNAME
- Gruntfile.js
plugins:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed