-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
124 lines (108 loc) · 2.79 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Site settings
url: "https://brunogasparetto.github.io" # the base hostname & protocol for your site, e.g. https://USERNAME.github.io
baseurl: "" # the subpath of your site, e.g. /blog
# Change to your lang - This doesn't translate the theme, it just defines the main language the content is written in.
lang: pt-BR
timezone: America/Campo_Grande # Change to your timezone - https://kevinnovak.github.io/Time-Zone-Picker/
title: Bruno Gasparetto
tagline: Dicas de Desenvolvimento
description: Um blog sobre tecnologia, programação, desenvolvimento e gestão. Focado em PHP, JS, Docker e Fluig.
avatar: "assets/img/avatar/avatar.jpg" # The avatar on sidebar
# Social profiles
email: [email protected]
github: brunogasparetto
linkedin: brunogasparetto
instagram: brunoguntz
youtube: brunogasparetto
disqus-username: https-brunogasparetto-github-io
# Build settings
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options - https://github.com/jneen/rouge#full-options
css_class: highlight
default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
plugins:
- jekyll-toc
- jekyll-feed
- jekyll-sitemap
- jekyll-minifier
- jekyll-paginate-v2
toc:
min_level: 2
max_level: 2
jekyll-minifier:
exclude: "atom.xml"
uglifier_args:
harmony: true
defaults:
- scope:
path: ""
values:
layout: "default"
toc: true
- scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: /:title
- scope:
path: ""
type: pages
values:
layout: "page"
exclude:
- "*.gem"
- "*.gemspec"
- tools
- README.md
- LICENSE
- rollup.config.js
- package*.json
- .gitignore
- .editorconfig
include:
- _pages
pagination:
enabled: true
sort_reverse: true
per_page: 20
permalink: '/page/:num/'
title: ':title - Página :num'
trail:
before: 2
after: 2
autopages:
enabled: true
categories:
layouts:
- 'autopage_category.html'
title: 'Posts na categoria :cat'
permalink: '/category/:cat'
silent: false
slugify:
mode: 'default' # :cat is slugified. Modes: default, raw, pretty, ascii, latin
case: false # Whether to replace all uppercase letters with their lowercase counterparts
tags:
layouts:
- 'autopage_tags.html'
title: 'Posts com a tag :tag' # :tag is replaced by the tag name
permalink: '/tag/:tag'
silent: false
slugify:
mode: 'default' # :tag is slugified.
case: false
collections:
layouts:
- 'autopage_collection.html'
title: 'Posts na coleção :coll' # :coll is replaced by the collection name
permalink: '/collection/:coll'
silent: false
slugify:
mode: 'default' # :coll is slugified.
case: false