-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
67 lines (60 loc) · 1.62 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
# Site settings
title: raulpe7eira
description:
en: 'Passionate coder, and cycling enthusiast, who loves being with the family'
pt_BR: 'Programador apaixonado, e ciclista entusiasta, que ama estar com a família'
headline:
en: 'Passionate coder, and cycling enthusiast, who loves being with the family'
pt_BR: 'Programador apaixonado, e ciclista entusiasta, que ama estar com a família'
url: 'https://raulpe7eira.tech'
baseurl: ''
google_analytics: 'G-4QXLD8YPLP'
# disqus_shortname: 'your-disqus-name'
author:
name: 'raulpe7eira'
email: [email protected]
with_blog: false
# twitter_username: raulpe7eira
# facebook_username: raulpe7eira
instagram_username: raulpe7eira
strava_username: raulpe7eira
github_username: raulpe7eira
linkedin_username: raulpe7eira
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
# Build settings
destination: docs
paginate: 10
permalink: /:year/:title/
markdown: kramdown
highlighter: rouge
languages: ['en', 'pt_BR']
default_lang: 'en'
exclude_from_localization: ['css', 'fonts', 'images', 'js']
parallel_localization: true
data_dir: /_data
languages_display:
en:
label: 'English'
title: 'Translate to English'
pt_BR:
label: 'Português (BR)'
title: 'Traduzir para Português (BR)'
dates_format:
en: '%m/%d/%Y'
pt_BR: '%d/%m/%Y'
sass:
sass_dir: _sass
style: compressed
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
plugins: ['jekyll-polyglot', 'jekyll-paginate']
exclude: [vendor, 'README.md', 'Gemfile', 'Gemfile.lock', 'index_sample.html']