Skip to content

Commit d59a604

Browse files
committed
Novo site meados de 2018
O novo site feito com Jekyll basedado no template affiliates-jekyll-theme
1 parent 1ead8a9 commit d59a604

File tree

82 files changed

+2537
-874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2537
-874
lines changed
Binary file not shown.
Binary file not shown.

Gemfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
source "https://rubygems.org"
2+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
3+
gem 'netrc'
4+
gem 'html-proofer', '~> 3.0'
5+
gem 'rubocop', '~> 0.50'
6+
gem 'w3c_validators', '~> 1.3'
7+
gem 'dotenv'
8+
9+
gem 'jekyll', '~> 3.7'
10+
gem 'jekyll-seo-tag', '~> 2.0'
11+
gem 'jekyll-github-metadata'
12+
gem 'jekyll-theme-leap-day'
13+
gem 'jekyll-feed'
14+
gem 'jekyll-sitemap'
15+
16+
gem 'jekyll-paginate'
17+
gem 'jekyll-archives'

Gemfile.lock

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (5.2.0)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
ast (2.4.0)
12+
colorator (1.1.0)
13+
colorize (0.8.1)
14+
concurrent-ruby (1.0.5)
15+
dotenv (2.5.0)
16+
em-websocket (0.5.1)
17+
eventmachine (>= 0.12.9)
18+
http_parser.rb (~> 0.6.0)
19+
ethon (0.11.0)
20+
ffi (>= 1.3.0)
21+
eventmachine (1.2.7-x64-mingw32)
22+
faraday (0.15.2)
23+
multipart-post (>= 1.2, < 3)
24+
ffi (1.9.25-x64-mingw32)
25+
forwardable-extended (2.6.0)
26+
html-proofer (3.9.1)
27+
activesupport (>= 4.2, < 6.0)
28+
addressable (~> 2.3)
29+
colorize (~> 0.8)
30+
mercenary (~> 0.3.2)
31+
nokogiri (~> 1.8.1)
32+
parallel (~> 1.3)
33+
typhoeus (~> 1.3)
34+
yell (~> 2.0)
35+
http_parser.rb (0.6.0)
36+
i18n (0.9.5)
37+
concurrent-ruby (~> 1.0)
38+
jaro_winkler (1.5.1)
39+
jekyll (3.8.3)
40+
addressable (~> 2.4)
41+
colorator (~> 1.0)
42+
em-websocket (~> 0.5)
43+
i18n (~> 0.7)
44+
jekyll-sass-converter (~> 1.0)
45+
jekyll-watch (~> 2.0)
46+
kramdown (~> 1.14)
47+
liquid (~> 4.0)
48+
mercenary (~> 0.3.3)
49+
pathutil (~> 0.9)
50+
rouge (>= 1.7, < 4)
51+
safe_yaml (~> 1.0)
52+
jekyll-archives (2.1.1)
53+
jekyll (>= 2.4)
54+
jekyll-feed (0.10.0)
55+
jekyll (~> 3.3)
56+
jekyll-github-metadata (2.9.4)
57+
jekyll (~> 3.1)
58+
octokit (~> 4.0, != 4.4.0)
59+
jekyll-paginate (1.1.0)
60+
jekyll-sass-converter (1.5.2)
61+
sass (~> 3.4)
62+
jekyll-seo-tag (2.5.0)
63+
jekyll (~> 3.3)
64+
jekyll-sitemap (1.2.0)
65+
jekyll (~> 3.3)
66+
jekyll-theme-leap-day (0.1.1)
67+
jekyll (~> 3.5)
68+
jekyll-seo-tag (~> 2.0)
69+
jekyll-watch (2.0.0)
70+
listen (~> 3.0)
71+
json (2.1.0)
72+
kramdown (1.17.0)
73+
liquid (4.0.0)
74+
listen (3.1.5)
75+
rb-fsevent (~> 0.9, >= 0.9.4)
76+
rb-inotify (~> 0.9, >= 0.9.7)
77+
ruby_dep (~> 1.2)
78+
mercenary (0.3.6)
79+
mini_portile2 (2.3.0)
80+
minitest (5.11.3)
81+
multipart-post (2.0.0)
82+
netrc (0.11.0)
83+
nokogiri (1.8.3-x64-mingw32)
84+
mini_portile2 (~> 2.3.0)
85+
octokit (4.9.0)
86+
sawyer (~> 0.8.0, >= 0.5.3)
87+
parallel (1.12.1)
88+
parser (2.5.1.0)
89+
ast (~> 2.4.0)
90+
pathutil (0.16.1)
91+
forwardable-extended (~> 2.6)
92+
powerpack (0.1.2)
93+
public_suffix (3.0.2)
94+
rainbow (3.0.0)
95+
rb-fsevent (0.10.3)
96+
rb-inotify (0.9.10)
97+
ffi (>= 0.5.0, < 2)
98+
rouge (3.1.1)
99+
rubocop (0.57.2)
100+
jaro_winkler (~> 1.5.1)
101+
parallel (~> 1.10)
102+
parser (>= 2.5)
103+
powerpack (~> 0.1)
104+
rainbow (>= 2.2.2, < 4.0)
105+
ruby-progressbar (~> 1.7)
106+
unicode-display_width (~> 1.0, >= 1.0.1)
107+
ruby-progressbar (1.9.0)
108+
ruby_dep (1.5.0)
109+
safe_yaml (1.0.4)
110+
sass (3.5.6)
111+
sass-listen (~> 4.0.0)
112+
sass-listen (4.0.0)
113+
rb-fsevent (~> 0.9, >= 0.9.4)
114+
rb-inotify (~> 0.9, >= 0.9.7)
115+
sawyer (0.8.1)
116+
addressable (>= 2.3.5, < 2.6)
117+
faraday (~> 0.8, < 1.0)
118+
thread_safe (0.3.6)
119+
typhoeus (1.3.0)
120+
ethon (>= 0.9.0)
121+
tzinfo (1.2.5)
122+
thread_safe (~> 0.1)
123+
unicode-display_width (1.4.0)
124+
w3c_validators (1.3.3)
125+
json (>= 1.8)
126+
nokogiri (~> 1.6)
127+
wdm (0.1.1)
128+
yell (2.0.7)
129+
130+
PLATFORMS
131+
x64-mingw32
132+
133+
DEPENDENCIES
134+
dotenv
135+
html-proofer (~> 3.0)
136+
jekyll (~> 3.7)
137+
jekyll-archives
138+
jekyll-feed
139+
jekyll-github-metadata
140+
jekyll-paginate
141+
jekyll-seo-tag (~> 2.0)
142+
jekyll-sitemap
143+
jekyll-theme-leap-day
144+
netrc
145+
rubocop (~> 0.50)
146+
w3c_validators (~> 1.3)
147+
wdm (>= 0.1.0)
148+
149+
BUNDLED WITH
150+
1.16.2

LICENSE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Copyright (c) 2018 WowThemes.net
2+
License: MIT
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

Smart-Font/index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_config.yml

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,49 @@
1-
title: Arduino Minas
2-
description: Um espaço para amigos de Minas atuarem com projetos usando Arduino, AVR, ARM, ESP8266 entre outros
3-
gems:
4-
- jekyll-redirect-from
5-
6-
whitelist:
7-
- jekyll-redirect-from
1+
# Site
2+
name: Arduino Minas
3+
description: Cursos Arduino Minas, do Arduino ao Universo de Tecnologias para o sucesso de seu projeto!
4+
meta_description: "Um lugar para construir seu projeto e desenvolver novas ideias!"
5+
logo: 'assets/images/logo.png'
6+
favicon: 'assets/images/favicon.ico'
7+
paginate: 12
8+
baseurl:
9+
email: 'consultoria@carlosdelfinfo.eti.br'
10+
disqus: 'carlosdelfino'
11+
sharethis:
12+
property: '5b326ee13e2f6e001148ddca'
13+
product: 'sticky-share-buttons'
14+
google_analytics: "UA-21710445-1"
15+
locale: "pt_BR"
16+
lang: "pt_BR"
17+
charset: "utf-8"
18+
encoding: "utf-8"
19+
author: delfino
20+
21+
github:
22+
org: ArduinoMinas
23+
facebook:
24+
fanpage: cursoarduinominas
25+
26+
# Plugins
27+
plugins:
28+
- jekyll-paginate
29+
- jekyll-archives
30+
31+
# Archives
32+
jekyll-archives:
33+
enabled:
34+
- categories
35+
layout: archive
36+
permalinks:
37+
category: '/category/:name/'
38+
39+
# Other
40+
markdown: kramdown
41+
highlighter: rouge
42+
43+
# MailChip
44+
mailchimp:
45+
show: false
46+
47+
## ads
48+
ads:
49+
show: true

_data/ads.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
client: ca-pub-1710447158146560
2+
3+
#<!-- Anúncios Horizontais para arquivos -->
4+
#<!-- style="display:inline-block;width:728px;height:90px" -->
5+
horizontal:
6+
description: "Layout para uso Horizontal nas páginas de arquivo por exemplo"
7+
slot: 7597186332
8+
style:
9+
display: "inline-block"
10+
width: 728
11+
height: 90
12+
class: "adsh"
13+
min:
14+
- basewidth: 728
15+
width: 728
16+
height: 80
17+
- basewidth: 520
18+
width: 468
19+
height: 60
20+
21+
vertical:
22+
description: "Layout para uso vertical nas páginas de artigos"
23+
slot: 8511319937
24+
style:
25+
width: 300
26+
height: 200
27+
class: "adsv"
28+
min:
29+
- basewidth: 520
30+
width: 468
31+
height: 60
32+
- basewidth: 768
33+
width: 160
34+
height: 600
35+
36+
block:
37+
description: "Layout para uso anuncios em blocos"

_data/authors.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
delfino:
2+
name: Delfino
3+
display_name: Delfino
4+
gravatar: f03f4c20d671bacd2f8e67f5e61781df
5+
email: consultoria@carlosdelfino.eti.br
6+
web: https://facebook.com/professorcarlosdelfino/
7+
twitter: https://twitter.com/fullsrv
8+
description: "30 anos atuando no setor de TICs, 5 anos atuando como consultor em projetos com Arduino e outros módulos."

_data/recommendations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-
2+
url: http://www.comercialsimples.com.br
3+
title: Comercial Simples

_data/usefuls.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-
2+
url: http://arduino.cc
3+
title: Site Oficial do Arduino

_includes/advertising.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{% if site.ads.show %}
2+
{% assign show = true %}
3+
{% elsif page.ads.show %}
4+
{% assign show = true %}
5+
{% endif %}
6+
7+
{% if show %}
8+
9+
{% unless page.ads.style %}
10+
{% if page.layout == "categorylist" %}
11+
{% assign pageadsstyle = "horizontal" %}
12+
{% else %}
13+
{% assign pageadsstyle = "vertical" %}
14+
{% endif %}
15+
{% else %}
16+
{% assign pageadsstyle = page.ads.style %}
17+
{% endunless %}
18+
19+
{% if site.data.ads[pageadsstyle] %}
20+
{% assign style = site.data.ads[pageadsstyle].style %}
21+
{% assign slot = site.data.ads[pageadsstyle].slot %}
22+
23+
{% if site.data.ads[pageadsstyle].client %}
24+
{% assign client = site.data.ads[pageadsstyle].client %}
25+
{% else %}
26+
{% assign client = site.google.adsense.client %}
27+
{% endif %}
28+
29+
{% if style.class %}
30+
{% assign divclassads = style.class %}
31+
{% else %}
32+
{% assign divclassads = "ads" %}
33+
{% endif %}
34+
35+
{% if pageadsstyle == "horizontal" %}
36+
<div class="row">
37+
{% endif %}
38+
<aside class="{{ divclassads }}">
39+
<style>
40+
.responsive-ads {
41+
{% if style.display %}display: {{ style.display }};{% endif %}
42+
width: {{ style.width }}px;
43+
height: {{ style.height }}px; }
44+
{% for min in style.min %}@media(min-width: {{ min.basewidth }}px) { .responsive-ads { width: {{ min.width }}px; height: {{ min.height }}px; } }{% endfor %}
45+
</style>
46+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
47+
<ins class="adsbygoogle responsive-ads"
48+
style="display:inline-block"
49+
data-ad-client="{{ client }}"
50+
data-ad-slot="{{ slot }}"></ins>
51+
<script>
52+
(adsbygoogle = window.adsbygoogle || []).push({});
53+
</script>
54+
</aside><!-- /.ads -->
55+
{% if pageadsstyle == "horizontal" %}
56+
</div> <!-- end div class="row" -->
57+
{% endif %}
58+
{% else %}
59+
<!-- Não estilo "{{ pageadsstyle }} defino para uso! veja a configuração "page.ads.style" para ver se está correto -->
60+
{% endif %}
61+
{% endif %}

_includes/authorbox.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{% if author %}
2+
{% assign author = site.data.authors[author[0]] %}
3+
{% elsif page.author %}
4+
{% assign author = site.data.authors[page.author] %}
5+
{% else %}
6+
{% assign author = site.data.authors[site.author] %}
7+
{% endif %}
8+
<!-- Author Box -->
9+
{% if author %}
10+
<div class="row post-top-meta">
11+
<div class="col-md-2">
12+
<img class="author-thumb" src="https://www.gravatar.com/avatar/{{ author.gravatar }}?s=250&d=mm&r=x" alt="{{ author.display_name }}">
13+
</div>
14+
<div class="col-md-10">
15+
<a target="_blank" class="link-dark" href="{{ author.web }}">{{ author.display_name }}</a><a target="_blank" href="{{ author.twitter }}" class="btn follow">Follow</a>
16+
<span class="author-description">{{ author.description }}</span>
17+
</div>
18+
</div>
19+
{% endif %}

0 commit comments

Comments
 (0)