-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
46 lines (36 loc) · 1.05 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
name : Helios Framework
brand: Helios
keyword :
url : http://helios-io.github.io/
email : [email protected]
twitter : Petabridge
github : helios-io
author : Aaron Stannard
analytics :
year : 2015
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-2285755-8
#
# !! You don't need to change any of the configuration flags below !!
#
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript","tables", "with_toc_data"]
highlighter: pygments
permalink: /:title/
# The release of Jekyll Now that you're using
version: v1.0.0
# Set the Sass partials directory, as we're using @imports
sass:
sass_dir: _scss
style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins
gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-redirect-from
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md