-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (42 loc) · 961 Bytes
/
_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
name: "ElectroCode"
url: "https://electrocode.net"
permalink: pretty
sass_dir: _sass
page_gen:
- index_files: true
data: gems
template: gem_index
name: gem_name
extension: html
dir: projects/gems
dirs: true
highlighter: rouge
markdown: kramdown
kramdown:
auto_ids: true
input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
hard_wrap: true
syntax_highlighter: rouge
syntax_highlighter_opts:
default_lang: shell
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
sass:
:style: compressed
:cache: false
timezone: America/New_York
exclude: ['README.md', 'LICENSE', 'vendor/', 'node_src', '*.map', '.gitignore', 'Gemfile*', '*.gemspec', '_sass', '.idea', '.sass-cache/']
collections:
blog:
output: true
permalink: /:collection/:year/:month/:day/:title
defaults:
-
scope:
path: ""
type: "blog"
values:
layout: blog_post