forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (37 loc) · 1.24 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
# Any of these fields can be accessed via {{site.X}} in HTML templates.
name: gentimouton
description: A blog about games, software, and data.
avatar: /images/avatar.jpg
# Disqus shortname (not username) to enable commenting on posts.
disqus: gentimouton
# Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-112522068-1
# site url, used to build sitemap
url: gentimouton.github.io
# "/repository-name" if Project Pages, empty if User Pages.
baseurl:
# !! You don't need to change any of the configuration flags below !!
permalink: /:title/
# Jekyll Now version
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
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
# Sass partials directory, used in @imports
sass:
style: :minified # :expanded or :compressed for minified
# Use the following plug-ins
gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME