-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
136 lines (115 loc) · 3.37 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
125
126
127
128
129
130
131
132
133
134
135
136
title: 'Caffeine Algorithm'
description: 'Uma comunidade de desenvolvimento que ama cafeína e algoritmos.'
keywords: 'tecnologia, informática, programação, programador, código, cursos, séries, tutoriais, portugal, brasil, caffeinealgorithm, caffeine algorithm'
url: 'https://caffeinealgorithm.com'
development: false
tagline: 'Aprende a Programar'
community:
name: 'Caffeine Algorithm'
email: 'contacto@caffeinealgorithm.com'
youtube_id: 'UCdt_qK8rmpxrq942ZFIqxvQ'
youtube_name: 'CaffeineAlgorithm'
twitch: 'caffeinealgorithm'
github: 'caffeinealgorithm'
linkedin: 'caffeinealgorithm'
instagram: 'caffeinealgorithm'
facebook: 'algorithmcaffeine'
website: 'https://caffeinealgorithm.com/'
author:
name: 'Nelson Silva'
username: 'nelsonsilvadev'
date_of_birth: 'July 5, 1995'
phone_number: '+351913416022'
location: 'Porto, Portugal'
email: 'contact@nelsonsilvadev.com'
bio: 'A human. Being. Coffee lover.'
linkedin: 'nelsonsilvadev'
github: 'nelsonsilvadev'
instagram: 'nelsonsilvadev'
url: 'https://nelsonsilvadev.com/'
google:
tag_manager: 'GTM-53K3CN5'
analytics: 'UA-76965623-1'
# verify: 'E1ZVOTMIuinhdk-ZmrCj9GUXMfKD2yvePOpMehtaLrk'
ad_client: 'ca-pub-9627952229249296'
google_site_verification: 'E1ZVOTMIuinhdk-ZmrCj9GUXMfKD2yvePOpMehtaLrk'
facebook:
admins: 'algorithmcaffeine'
social:
name: 'Caffeine Algorithm'
links:
- 'https://www.youtube.com/c/CaffeineAlgorithm'
- 'https://www.twitch.tv/caffeinealgorithm'
- 'https://github.com/caffeinealgorithm'
- 'https://www.linkedin.com/company/caffeinealgorithm'
- 'https://www.instagram.com/caffeinealgorithm'
- 'https://facebook.com/algorithmcaffeine'
locale: 'pt_PT'
seo_paginator_message: 'Página %<current>s de %<total>s | '
defaults:
- scope:
path: ''
type: 'posts'
values:
layout: 'post'
links:
- title: Subscreve o Canal
url: https://www.youtube.com/c/CaffeineAlgorithm?sub_confirmation=1
color: '#1a1a1a'
icon: fab fa-youtube
- title: Todas as Séries de Programação
url: https://www.youtube.com/c/CaffeineAlgorithm/playlists
color: '#1a1a1a'
icon: fas fa-archive
- title: Acede ao Código Desenvolvido
url: https://github.com/caffeinealgorithm
color: '#1a1a1a'
icon: fas fa-code
- title: Lê a Última Publicação do Blog
url: https://caffeinealgorithm.com/blog/
color: '#1a1a1a'
icon: fas fa-pen-nib
- title: Conhece o Fundador
url: https://nelsonsilvadev.com/
color: '#1a1a1a'
icon: fas fa-user
- title: Novidades da Comunidade
url: https://www.linkedin.com/company/caffeinealgorithm
color: '#1a1a1a'
icon: fab fa-linkedin
collections:
anuncios:
output: false
sort_by: id
python:
output: false
sort_by: id
csharp:
output: false
sort_by: id
java:
output: false
sort_by: id
go:
output: false
sort_by: id
destination: _site
paginate: 6
paginate_path: /blog/pagina/:num/
permalink: /blog/:title/
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'syntax'
plugins:
[
'jekyll-paginate',
'jekyll-sitemap',
'jekyll-seo-tag',
'jekyll-redirect-from',
'webrick',
]
exclude: ['README.md']