-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
82 lines (68 loc) · 1.28 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Site settings
baseurl: '/blog'
url: &url https://torrocus.com
# Meta settings
author: torrocus
description: >
Full-stack developer, who loves challenges, tries to write a tech blog about
Ruby on Rails, design patterns and application architecture.
lang: en
title: Less is more
# Build settings
theme: minima
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- README.md
permalink: /:title/
feed:
excerpt_only: true
posts_limit: 5
google_analytics: 'UA-127739651-1'
highlighter: rouge
markdown: CommonMark
commonmark:
extensions:
- autolink
- strikethrough
- table
- tagfilter
- tasklist
options:
- FOOTNOTES
- GITHUB_PRE_LANG
- SMART
- STRIKETHROUGH_DOUBLE_TILDE
- UNSAFE
# markdown: kramdown
# kramdown:
# auto_ids: true
# input: GFM
# syntax_highlighter: rouge
# syntax_highlighter_opts:
# disable: false
# line_numbers: false
show_excerpts: true
compress_html:
blanklines: false
clippings: all
comments: all
ignore:
envs: development
# endings: all
# profile: true
# startings: all
disqus:
shortname: torrocus
# header_pages:
minima:
date_format: ' '
sass:
style: compressed
twitter:
card: summary
username: torrocus