-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
91 lines (74 loc) · 1.7 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
83
84
85
86
87
88
89
90
91
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
## paginate: 10 # pagination based on number of posts
paginate_path: "page/:num"
exclude: ["README.md"] # files to exclude
highlighter: rouge
markdown: kramdown
disqus: alexrochas
google_analytics: UA-83264734-1
title: "[alex_rocha]"
collections:
til:
output: true # Generates an HTML file for each item in the collection
include:
- _pages
- _posts
exclude:
- vendor/
- Gemfile
- Gemfile.lock
- node_modules/
- README.md
- LICENSE
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
start_line: 1
span:
line_numbers: false
defaults:
-
scope:
path: "" # empty string for all files
values:
title: "[alex_rocha]"
description:
author:
name: "[alex_rocha] by alex"
email: alexsuzume@gmail.com
github: alexrochas
twitter: alexsuzume
pinterest: alexrochas
linkedin: alexrochas
medium: alexrocha_15255
bio: 🇧🇷Senior Software Developer
email_md5: e6f244d374347e94e7f33897d8f3e417
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
# set it as url of an image
# sidebar_background_image: https://www.dropbox.com/s/g9h23zrycedxtk5/sky.png?raw=1
BASE_PATH:
svg:
optimize: true
twitter:
username: alexsuzume
url: "http://alexrocha.de"
webmaster_verifications:
google: OzMjWKKnJc_zMK4N0NCn7tAa9ZIuiEzXdgAPZdaqIEI
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-seo-tag # https://maxchadwick.xyz/blog/twitter-cards-for-jekyll-with-jekyll-seo-tag
plugins:
pagination:
enabled: true
per_page: 10
permalink: '/page/:num/'
trail:
before: 2
after: 2
limit: 0
sort_field: 'date'
sort_reverse: true