+ {{post.title}} +
+ +{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | truncate: 185 }}{% endif %}
+ + + +diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c5d8f9b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_site +.sass-cache +.jekyll-metadata +*.DS_Store +Gemfile.lock \ No newline at end of file diff --git a/404.html b/404.html new file mode 100755 index 0000000..8620e8c --- /dev/null +++ b/404.html @@ -0,0 +1,12 @@ +--- +layout: page +title: Página não encontrada +image: banner-404.jpg +permalink: /404.html +--- + +
\ No newline at end of file diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..8faae29 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +hugojunior.com \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100755 index 0000000..fe9882c --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +source 'https://rubygems.org' +gem "bundler" +gem "jekyll" +gem "jekyll-paginate" +gem 'jekyll-tagging' +gem "jekyll-sitemap" \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100755 index 0000000..f39e856 --- /dev/null +++ b/_config.yml @@ -0,0 +1,36 @@ +baseurl: "" +url: "https://hugojunior.com" +timezone: America/Fortaleza + + +# Build settings +markdown: kramdown +permalink: pretty +plugins: + - jekyll-paginate + - jekyll-sitemap + - jekyll/tagging + +paginate: 5 +paginate_path: "/page/:num" + + +# Pages Path +defaults: + - scope: + path: '_pages' + values: + permalink: /:basename:output_ext + +include: + - _pages + + +# Tags +tag_page_dir: tag +tag_page_layout: tag_page +tag_permalink_style: pretty + +sass: + sass_dir: _sass + style: compressed \ No newline at end of file diff --git a/_data/settings.yml b/_data/settings.yml new file mode 100644 index 0000000..7143791 --- /dev/null +++ b/_data/settings.yml @@ -0,0 +1,33 @@ +#------------------------------- +# General Site Settings +title: Hugo Júnior +logo: logo.png +description: Um entusiasta de tecnologia, estudante, desenvolvedor e gamer, estou sempre explorando esse mundo de bits. + + +#------------------------------- +# Author Settings +author: + name: Hugo Júnior + image: banner-home.jpg + say-hello: Olá! Sou Hugo Júnior, + bio: Um entusiasta de tecnologia, estudante, desenvolvedor e gamer, estou sempre explorando esse mundo de bits. Este é o espaço onde compartilho o que me inspira. + + +#------------------------------- +# Contact links +github: https://github.com/hugojunior +linkedin: https://linkedin.com/in/hugojunior +twitter: https://twitter.com/hugojuniior +instagram: https://instagram.com/hugojunior +email: contato@hugojunior.com + + +#------------------------------- +# Comment Section (Disqus) +disqus-identifier: hugojuniior + + +#------------------------------- +# Google Analytics +google-analytics: G-WMBHW3QS2C diff --git a/_includes/article-content.html b/_includes/article-content.html new file mode 100755 index 0000000..0360ef5 --- /dev/null +++ b/_includes/article-content.html @@ -0,0 +1,47 @@ +{% assign without-image = nil %} + +{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | truncate: 185 }}{% endif %}
+ + + +{{ site.data.settings.author.bio }}
+ +