-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
81 lines (70 loc) · 1.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
# Site
name: "GrupyRN"
title: "GrupyRN"
description: "Blog da comunidade GrupyRN"
logo: "assets/images/logo.png"
favicon: "assets/images/favicon.ico"
google_analytics: "G-ZD4RGBGFPK"
disqus: "demowebsite"
# mailchimp-list:
include: ["_pages"]
permalink: /:title/
comments: false
authors:
itepifanio:
name: Ítalo Epifânio
display_name: Ítalo Epifânio
email: italoepifaniols@gmail.com
web: https://itepifanio.github.io
twitter: https://twitter.com/itepifanio
description: "Machine Leaning Engineer"
mayperp:
name: Mayra Perpétua
display_name: Mayra Perpétua
email: mayraperpetua.tech@gmail.com
web: https://github.com/MayraPerpetua
twitter: https://twitter.com/perpetua_tech
description: "UX UI Designer e Desenvolvedora Web"
allythy:
name: Allythy
display_name: Allythy
web: https://allythy.github.io/
description: "Desenvolvedor Web. Sempre aceito um sorvete"
igorafm:
name: Igor
display_name: Igor Macedo
web: https://github.com/igorafm/
description: "Entusiasta da inovação, do Direito, Python e NLP"
jhonatacaiob:
name: Jhonata
display_name: Jhonata Medeiros
web: https://github.com/jhonatacaiob
description: "Desenvolvedor web e Pythonista"
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: "/category/:name/"
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
# Lazy Images ("enabled" or "disabled")
lazyimages: "enabled"
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock, vendor]