[
  {
    "path": ".editorconfig",
    "content": "root = true\n\n[*]\nindent_style = space\nindent_size = 2\nend_of_line = lf\ncharset = utf-8\ntrim_trailing_whitespace = true\ninsert_final_newline = true\n"
  },
  {
    "path": ".gitignore",
    "content": "_site\n.sass-cache\n.jekyll-metadata\n*.sublime-project\n*.sublime-workspace\n.DS_Store\n"
  },
  {
    "path": ".ruby-version",
    "content": "2.3.1\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: ruby\nrvm:\n- 2.1\ncache:\n- bundler\ngemfile: travisGemfile\ninstall:\n- bundle install\nbefore_script:\n- chmod +x deploy.sh\n- git config credential.helper \"store --file=.git/credentials\"\n- echo \"https://${GH_TOKEN}:@github.com\" > .git/credentials\nscript: \"./deploy.sh\"\nenv:\n  global:\n  - NOKOGIRI_USE_SYSTEM_LIBRARIES=true\n  - HTML_FOLDER=\"./_site/\"\n  - GH_REF=\"nandomoreirame/simplest\"\n  - secure: Ixy8mwupdi1rJM22WT3F6bhoDBpxWb9qJJHqqaubr3KxvIPkoXn9+kquZhGjsc1qIs49NmlPn8k2dpttmLdz3yYFRbD0CeRvloS9/k+ugS2ccX3rF05uGG2RuvXGUKOp7Fz5JD4fSdTIY4JQIpx7jPwp1ZeRFqvrdIV1xvKhWEc2T3G1GekfWiTRlcU/Q5ZJNCeFG1RdsJc/yrGdMzPn9DK5kbKHQi4I3BEgU5AIm6/SBBcWe3bI65CfkDivpg7FmLLWDZFHvyl7+fgUoznWazbNWMbnE55XTTVqOvssPFpKryf3mIOTI7w7lx/U9YXY2FgpoKlAtPiH7uiTIeZ3mjHmevnhTJQoVb91wOn1IwzW0cFwhuE0KFN12M3I3Fi2uofKez7ExXtilV8xKFRwGCLQ7g9rIxemkIr00C81Q/lgooKBQJDh2gazuYU+G0hN1n0xOPx295Oln+PfJAx6a9suvQLsmiBwjCbwGL4ipkmCZ3Ir8oh4+Muynfove6HJ4H4z3+QuXKBbZGOgtlEsAWF7k3yRqfBlWCLvyOejvyKD81qME7pPVEzfAoKh9FJOCBKIZABODdbCGI1JgCGMxkzM9Q4AV1y49Jo39ak/7PdN/VGUc8/GwpsAusVrlmDnwpAP0t1Y8SKmVgySHJE++5cRS0mEYhtG+AYoAzG26Qs=\nbranches:\n  only:\n  - master\n  - gh-pages\nnotifications:\n  email: false\n"
  },
  {
    "path": "Gemfile",
    "content": "# If you have OpenSSL installed, we recommend updating\n# the following line to use \"https\"\nsource 'http://rubygems.org'\n\ngroup :development do\n  gem 'html-proofer'\n  gem 'jekyll', '~> 3.0', '>= 3.0.1'\n  gem 'jekyll-paginate', '~> 1.1'\n  gem 'sass', '~> 3.4', '>= 3.4.20'\n  gem 'bourbon', '~> 4.2', '>= 4.2.6'\n  gem 'pygments.rb', '~> 0.6.3'\nend\n"
  },
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2015 Fernando Moreira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n"
  },
  {
    "path": "README.md",
    "content": "# simplest\n\nSimple Jekyll theme\n\n\n\n> :warning:\n  This theme requires ruby and rubygems installed\n\n* [x] Clean layout\n* [x] Resposive layout\n* [x] Preprocessor SASS\n* [x] HTML minified\n* [x] CSS minified\n* [x] No Javascript\n* [x] Pagination\n* [x] Syntax highlight\n* [x] Author config\n* [x] Comments with Disqus\n* [x] Share posts\n\n---\n\n### Start in 4 steps\n\n1. Download or clone repo `git clone git@github.com:nandomoreirame/simplest.git`\n2. Enter the folder: `cd simplest/`\n3. Install Ruby gems: `bundle install`\n4. Start Jekyll server: `jekyll serve`\n\nAccess, [localhost:4000/simplest](http://localhost:4000/simplest)\n\n---\n\n### Demo and Download\n\n[Demo](https://nandomoreirame.github.io/simplest/)\n[Download](https://github.com/nandomoreirame/simplest/archive/master.zip)\n\n![simplest - free Jekyll theme](/screenshot.png)\n\n---\n\n### Copyright and license\n\nIt is under [the MIT license](/LICENSE).\n\nEnjoy :yum:\n"
  },
  {
    "path": "_config.yml",
    "content": "\n# SEO settings\ntitle: Simplest\ndescription: \"A free Jekyll theme for download\"\nkeywords: \"Jekyll, theme, free, download, SEO, blog, web\"\nurl: http://nandomoreira.me\nbaseurl: \"/simplest\"\n# baseurl: null\n\ngoogle_analytics: UA-52446115-1\nrepo: http://github.com/nandomoreirame/simplest\ndisqus_shortname: \"nandothemes\"\n\n# Build settings\npermalink   : /:year/:title/\nmarkdown    : kramdown\nhighlighter : pygments\n\npaginate: 4\npaginate_path: \"/page/:num/\"\ncomments: true\n\nsource: source\ndestination: _site\n\n# Sass configuration\nsass:\n  sass_dir: assets/scss\n  style: compressed # expanded\n\n# Author settings\nauthor:\n  name     : Fernando Moreira\n  job      : Frontend Engineer\n  bio      : \"Enthusiast performance, responsive design and usability, always looking for the best project and good coffee.\"\n  thumb    : /images/author.jpg\n  email    : nandomoreira.me@gmail.com\n  url      : http://nandomoreira.me\n  github   : http://github.com/nandomoreirame\n  twitter  : http://twitter.com/nandomoreirame\n  facebook : http://facebook.com/fernando.dev\n  linkedin : http://linkedin.com/in/nandomoreirame\n\n# social settings\nog_locale: \"pt_BR\"\ntwitter_card: \"summary_large_image\"\ntwitter_site: \"@nandomoreirame\"\n\ngems:\n  - bourbon\n  - jekyll-paginate\n\n# navbar pages\nnavbar:\n  - slug : about\n    title: About\n  - slug : blog\n    title: Blog\n\nexclude: [\"gulp\", \"node_modules\", \"bower\", \"bower_components\", \"config.rb\", \"src\", \"Gemfile\", \"Gemfile.lock\", \".rvmrc\", \".rbenv-version\", \"package.json\", \"gulpfile.js\", \"README.md\", \"Rakefile\", \"changelog.md\"]\n"
  },
  {
    "path": "deploy.sh",
    "content": "#!/usr/bin/env bash\nset -e # halt script on error\n\necho 'Testing travis...'\nbundle exec travis-lint\n\necho 'Jekyll build...'\nbundle exec jekyll build\n\necho 'Testing htmlproof...'\nbundle exec htmlproof ./_site --href-ignore \"#\",\"/simplest/\" --disable-external\n\ncd ${HTML_FOLDER}\n\n# config\ngit config --global user.email \"nandomoreira.me@gmail.com\"\ngit config --global user.name \"Fernando Moreira\"\n\n# deploy\ngit init\ngit add --all\ngit commit -m \"Deploy to GitHub Pages\"\ngit push --force --quiet \"https://${GH_TOKEN}@github.com/${GH_REF}\" master:gh-pages\n"
  },
  {
    "path": "source/_includes/comments.html",
    "content": "{% if page.comments %}\n  <aside id=\"comments\" class=\"disqus\">\n\n    <div class=\"container\">\n      <h3><i class=\"icon icon-comments-o\"></i> Comments</h3>\n      <div id=\"disqus_thread\"></div>\n\n      <script type=\"text/javascript\">\n        var disqus_shortname = '{{ site.disqus_shortname }}';\n        var disqus_identifier = '{{ page.id }}';\n        var disqus_title = '{{ page.title }}';\n        var disqus_url = '{{ site.url }}{{ post.url }}';\n        /*var disqus_developer = 1;*/\n\n        (function() {\n            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';\n            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n        })();\n      </script>\n\n      <noscript>\n        Please enable JavaScript to view the <a href=\"https://disqus.com/?ref_noscript\" rel=\"nofollow\">comments powered by Disqus.</a>\n      </noscript>\n    </div>\n\n  </aside>\n{% endif %}"
  },
  {
    "path": "source/_includes/footer.html",
    "content": "<footer class=\"site-footer\">\n  <div class=\"container\">\n    <small class=\"pull-left\">&copy;{{ site.time | date: '%Y' }} All rights reserved. Made with <a href=\"http://jekyllrb.com/\" target=\"_blank\">Jekyll</a> and ♥</small>\n    <small class=\"pull-right\">by <a href=\"http://nandomoreira.me/\" target=\"_blank\">nandomoreira.me</a></small>\n  </div>\n</footer>\n"
  },
  {
    "path": "source/_includes/github-corner.html",
    "content": "<a href=\"{{ site.repo }}\" target=\"_blank\" class=\"github-corner\"><svg width=\"80\" height=\"80\" viewBox=\"0 0 250 250\" style=\"fill:#337ab7; color:#fff; position: absolute; top: 0; border: 0; right: 0;\"><path d=\"M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z\"></path><path d=\"M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2\" fill=\"currentColor\" style=\"transform-origin: 130px 106px;\" class=\"octo-arm\"></path><path d=\"M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z\" fill=\"currentColor\" class=\"octo-body\"></path></svg></a>"
  },
  {
    "path": "source/_includes/head.html",
    "content": "<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n  {% assign page_title = '' %}\n  {% if page.title == \"Home\" %}\n      {% capture page_title %}\n        {{ site.title }} | {{ site.description }}\n        {%if paginator and paginator.page != 1 %} - Página {{ paginator.page }}{% endif %}\n      {% endcapture %}\n  {% else %}\n      {% capture page_title %}\n          {%if page.slug == 'category' %}Categoria: {% endif %}\n          {%if page.slug == 'tag' %}Tag: {% endif %} {{ page.title }} | {{ site.title }}\n      {% endcapture %}\n  {% endif %}\n  {% capture page_title %}\n      {{ page_title | strip | rstrip | lstrip | escape | strip_newlines }}\n  {% endcapture %}\n\n  <title>{{ page_title }}</title>\n\n  {% assign page_description = '' %}\n  {% capture page_description %}\n      {% if page.description %}\n          {{ page.description | strip_html | strip | rstrip | strip_newlines | truncate: 160 }}\n      {% else %}\n          {{ site.description }}\n      {% endif %}\n      {%if paginator and paginator.page != 1 %} - Página {{ paginator.page }} {% endif %}\n      {%if page.slug == 'category' %} Categoria: {{ page.title }}{% endif %}\n      {%if page.slug == 'tag' %} Tag: {{ page.title }}{% endif %}\n  {% endcapture %}\n\n  {% capture page_description %}\n      {{ page_description | strip | rstrip | lstrip | escape | strip_newlines }}\n  {% endcapture %}\n\n  <meta name=\"description\" content=\"{{ page_description }}\">\n  <meta name=\"keywords\" content=\"{% if page.keywords %}{{ page.keywords }}{% else %}{{ site.keywords }}{% endif %}\">\n\n  <meta name=\"HandheldFriendly\" content=\"True\">\n  <meta name=\"MobileOptimized\" content=\"320\">\n\n  {% assign page_image = '' %}\n  {% capture page_image %}\n      {% if page.cover %}\n          {{ page.cover | prepend: site.baseurl | prepend: site.url }}\n      {% else %}\n          {{ site.cover | prepend: site.baseurl | prepend: site.url }}\n      {% endif %}\n  {% endcapture %}\n  {% capture page_image %}{{ page_image | strip | rstrip | lstrip | escape | strip_newlines }}{% endcapture %}\n\n  <!-- Social: Facebook / Open Graph -->\n{% if page.id %}\n  <meta property=\"og:type\" content=\"article\">\n  <meta property=\"article:author\" content=\"{{ site.author.name }}\">\n  <meta property=\"article:section\" content=\"{{ page.categories | join: ', ' }}\">\n  <meta property=\"article:tag\" content=\"{{ page.keywords }}\">\n  <meta property=\"article:published_time\" content=\"{{ page.date }}\">\n{% else%}\n  <meta property=\"og:type\" content=\"website\">\n{% endif %}\n  <meta property=\"og:url\" content=\"{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}\">\n  <meta property=\"og:title\" content=\"{{ page_title }}\">\n  <meta property=\"og:image\" content=\"{{ page_image }}\">\n  <meta property=\"og:description\" content=\"{{ page_description }}\">\n  <meta property=\"og:site_name\" content=\"{{ site.author.name }}\">\n  <meta property=\"og:locale\" content=\"{{ site.og_locale }}\">\n\n  <!-- Social: Twitter -->\n  <meta name=\"twitter:card\" content=\"{{ site.twitter_card }}\">\n  <meta name=\"twitter:site\" content=\"{{ site.twitter_site }}\">\n  <meta name=\"twitter:title\" content=\"{{ page_title }}\">\n  <meta name=\"twitter:description\" content=\"{{ page_description }}\">\n  <meta name=\"twitter:image:src\" content=\"{{ page_image }}\">\n\n  <!-- Social: Google+ / Schema.org  -->\n  <meta itemprop=\"name\" content=\"{{ page_title }}\">\n  <meta itemprop=\"description\" content=\"{{ page_description }}\">\n  <meta itemprop=\"image\" content=\"{{ page_image }}\">\n\n  <!-- rel prev and next -->\n  {% if paginator.previous_page %}\n    <link rel=\"prev\" href=\"{{ paginator.previous_page_path | prepend: site.baseurl | prepend: site.url }}\">\n  {% endif %}\n  {% if paginator.next_page %}\n    <link rel=\"next\" href=\"{{ paginator.next_page_path | prepend: site.baseurl | prepend: site.url }}\">\n  {% endif %}\n\n  <link rel=\"stylesheet\" href=\"{{ \"/assets/css/main.css\" | prepend: site.baseurl }}\">\n\n  <!-- Canonical link tag -->\n  <link rel=\"canonical\" href=\"{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}\">\n  <link rel=\"alternate\" type=\"application/rss+xml\" title=\"{{ site.title }}\" href=\"{{ \"/feed.xml\" | prepend: site.baseurl | prepend: site.url }}\">\n\n  <script type=\"text/javascript\">\n  var disqus_shortname = '{{ site.disqus_shortname }}';\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', '{{ site.google_analytics }}']);\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n  </script>\n</head>"
  },
  {
    "path": "source/_includes/header.html",
    "content": "<header class=\"site-header\">\n  {% include nav.html %}\n</header>\n"
  },
  {
    "path": "source/_includes/intro.html",
    "content": "<section class=\"intro\">\n  <div class=\"container\">\n    <p class=\"lead\">Hi, I'm <strong class=\"author-name\" itemprop=\"name\">{{ site.author.name }}</strong>, a <em itemprop=\"jobTitle\">{{ site.author.job }}</em>. <br>\n    {{ site.author.bio }} -- <a href=\"{{ '/about' | prepend: site.author.url }}\" target=\"_blank\">about me</a></p>\n  </div>\n</section>\n"
  },
  {
    "path": "source/_includes/nav.html",
    "content": "\n<nav class=\"nav\">\n  <div class=\"container\">\n    <h1 class=\"logo\"><a href=\"{{ '/' | prepend: site.baseurl }}\">{{ site.title }}<span>blog</span></a></h1>\n    <ul class=\"navbar\">\n      <li><a href=\"{{ '/about' | prepend: site.baseurl }}\">about</a></li>\n      <li><a href=\"{{ \"/feed.xml\" | prepend: site.baseurl }}\" target=\"_blank\">feed</a></li>\n    </ul>\n  </div>\n</nav>"
  },
  {
    "path": "source/_includes/pagination.html",
    "content": "{% if paginator.total_pages > 1 %}\n<nav class=\"pagination\" role=\"pagination\">\n  <ul>\n    {% assign url = site.baseurl | append: \"/\" %}\n    {% if paginator.previous_page %}\n      {% if paginator.previous_page > 1 %}\n        {% assign prev = 'page/' | append: paginator.previous_page %}\n      {% endif %}\n      <li><a class=\"prev\" href=\"{{ url | append: prev }}\" title=\"Articles new\">&laquo; Prev</a></li>\n    {% else %}\n      <li><span class=\"prev disabled\">&laquo; Prev</span></li>\n    {% endif %}\n    <li><span class=\"page-number\">Page {{paginator.page}} of {{paginator.total_pages}}</span></li>\n    {% if paginator.next_page %}\n      <li><a class=\"next\" href=\"{{ url | append: 'page/' | append: paginator.next_page }}\" title=\"Articles old\">Next &raquo;</a></li>\n    {% else %}\n      <li><span class=\"next disabled\">Next &raquo;</span></li>\n    {% endif %}\n  </ul>\n</nav>\n{% endif %}"
  },
  {
    "path": "source/_includes/post-share.html",
    "content": "\n<aside class=\"share\">\n\n  <h4>Share this.</h4>\n  <a href=\"http://twitter.com/share?text={{page.title}}&amp;url={{ site.url }}{{ page.url }}&amp;hashtags=web,dev,blog,soudev&amp;via=nandomoreirame\"\n  onclick=\"window.open(this.href, 'twitter-share', 'width=550,height=235');return false;\">Twitter</a>\n  <a href=\"https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}\" onclick=\"window.open(this.href, 'facebook-share', 'width=550,height=235');return false;\">Facebook</a>\n\n</aside>\n"
  },
  {
    "path": "source/_layouts/compress.html",
    "content": "---\n# Jekyll layout that compresses HTML\n# v2.1.0\n# http://jch.penibelst.de/\n# © 2014–2015 Anatol Broder\n# MIT License\n---\n\n{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == \"all\" %}{% assign _endings = \"html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th\" | split: \" \" %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.ignore.whitespaces %}{% assign _random = site.time | date: \"%s%N\" %}{% if site.compress_html.ignore.whitespaces contains \"SPACE\" %}{% capture _ignore_space %} {% endcapture %}{% capture _freeze_space %}space{{ _random }}{% endcapture %}{% capture _join %}\n{% endcapture %}{% else %}{% capture _ignore_space %}{% endcapture %}{% capture _freeze_space %}{% endcapture %}{% capture _join %} {% endcapture %}{% endif %}{% if site.compress_html.ignore.whitespaces contains \"LINE FEED\" %}{% capture _ignore_line_feed %}\n{% endcapture %}{% capture _freeze_line_feed %}line_feed{{ _random }}{% endcapture %}{% else %}{% capture _ignore_line_feed %}{% endcapture %}{% capture _freeze_line_feed %}{% endcapture %}{% endif %}{% if site.compress_html.ignore.whitespaces contains \"CHARACTER TABULATION\" %}{% capture _ignore_character_tabulation %}\t{% endcapture %}{% capture _freeze_character_tabulation %}character_tabulation{{ _random }}{% endcapture %}{% else %}{% capture _ignore_character_tabulation %}{% endcapture %}{% capture _freeze_character_tabulation %}{% endcapture %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: \"<pre\" %}{% assign _content = \"\" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: \"</pre>\" %}{% if _pres.size != 0 %}{% if site.compress_html.ignore.whitespaces %}{% assign _pres_after = _pres.last | replace: _ignore_space, _freeze_space | replace: _ignore_line_feed, _freeze_line_feed | replace: _ignore_character_tabulation, _freeze_character_tabulation | split: \" \" | join: _join | replace: _freeze_character_tabulation, _ignore_character_tabulation | replace: _freeze_line_feed, _ignore_line_feed | replace: _freeze_space, _ignore_space %}{% else %}{% assign _pres_after = _pres.last | split: \" \" | join: \" \" %}{% endif %}{% endif %}{% case _pres.size %}{% when 2 %}{% capture _content %}{{ _content }}<pre{{ _pres.first }}</pre>{{ _pres_after }}{% endcapture %}{% when 1 %}{% capture _content %}{{ _content }}{{ _pres_after }}{% endcapture %}{% endcase %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == \"all\" %}{% assign _comments = \"<!-- -->\" | split: \" \" %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% assign _comment_befores = _content | split: _comments.first %}{% for _comment_before in _comment_befores %}{% assign _comment_content = _comment_before | split: _comments.last | first %}{% if _comment_content %}{% capture _comment %}{{ _comments.first }}{{ _comment_content }}{{ _comments.last }}{% endcapture %}{% assign _content = _content | remove: _comment %}{% endif %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% if site.compress_html.clippings == \"all\" %}{% assign _clippings = \"html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th\" | split: \" \" %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = \" <e;<e; </e>;</e>;</e> ;</e>\" | replace: \"e\", _element | split: \";\" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id=\"compress_html_profile_{{ site.time | date: \"%Y%m%d\" }}\" class=\"compress_html_profile\"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}\n"
  },
  {
    "path": "source/_layouts/default.html",
    "content": "---\nlayout: compress\n---\n<!DOCTYPE html>\n<html>\n  {% include head.html %}\n  <body>\n    <main class=\"wrapper\">\n      {% include header.html %}\n      {{ content }}\n      {% include footer.html %}\n    </main>\n  </body>\n</html>\n"
  },
  {
    "path": "source/_layouts/page.html",
    "content": "---\nlayout: default\n---\n\n<article class=\"page container\">\n  <header class=\"page-header\">\n    <h1 class=\"page-title\">{{ page.title }}</h1>\n  </header>\n  <div class=\"page-content\">\n    {{ content }}\n  </div>\n</article>\n"
  },
  {
    "path": "source/_layouts/post.html",
    "content": "---\nlayout: default\n---\n\n<article class=\"post container\" itemscope itemtype=\"http://schema.org/BlogPosting\">\n  <header class=\"post-header\">\n    <h1 class=\"post-title\" itemprop=\"name headline\">{{ page.title }}</h1>\n    <p class=\"post-meta\"><time datetime=\"{{ page.date | date_to_xmlschema }}\" itemprop=\"datePublished\">{{ page.date | date: \"%b %-d, %Y\" }}</time>{% if page.author %} • <span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><span itemprop=\"name\">{{ page.author }}</span></span>{% endif %}</p>\n  </header>\n  <div class=\"post-content\" itemprop=\"articleBody\">\n    {{ content }}\n    {% include post-share.html %}\n  </div>\n</article>\n\n{% include comments.html %}\n"
  },
  {
    "path": "source/_posts/2015-11-12-a-wonderful-serenity-has-taken-possession-of-my-entire-soul.md",
    "content": "---\nlayout: post\ntitle: \"A wonderful serenity has taken possession of my entire soul\"\ndescription: \"I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.\"\ndate: 2015-11-12 16:39:18\ncomments: true\ndescription: \"A wonderful serenity has taken possession of my entire soul\"\nkeywords: \"welcome, wonderful, jekyll, friend\"\ncategory: welcome\ntags:\n- welcome\n---\n\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.\n\nI am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.\n\nI should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.\n\nWhen, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, and the breath of that universal love which bears and sustains us, as it floats around us in an eternity of bliss; and then, my friend, when darkness overspreads my eyes, and heaven and earth seem to dwell in my soul and absorb its power, like the form of a beloved mistress, then I often think with longing, Oh, would I could describe these conceptions, could impress upon paper all that is living so full and warm within me, that it might be the mirror of my soul, as my soul is the mirror of the infinite God!\n\nO my friend -- but it is too much for my strength -- I sink under the weight of the splendour of these visions!\n\nA wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.\n\nI am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.\n\nI am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.\n\nI should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.\n\nWhen, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and"
  },
  {
    "path": "source/_posts/2015-11-12-far-far-away-behind-the-word-mountains-far-from-the-countries-vokalia-and-consonantia.md",
    "content": "---\nlayout: post\ntitle: \"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia\"\ndescription: \"A small river named Duden flows by their place and supplies it with the necessary regelialia.\"\ndate: 2015-11-12 16:38:20\ncomments: true\nkeywords: \"welcome, Far, far, away\"\ncategory: welcome\ntags:\n- welcome\n---\n\nFar far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.\n\nA small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.\n\nEven the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.\n\nThe Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.\n\nWhen she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.\n\nPityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy.\n\nThe copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word \"and\" and the Little Blind Text should turn around and return to its own, safe country.\n\nBut nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their projects again and again. And if she hasn’t been rewritten, then they are still using her.\n\nFar far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.\n\nIt is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.\n\nThe Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline"
  },
  {
    "path": "source/_posts/2015-11-12-lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit.md",
    "content": "---\nlayout: post\ntitle: \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit\"\ndescription: \"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec.\"\ndate: 2015-11-12 16:41:50\ncomments: true\nkeywords: \"welcome, Lorem, ipsum, dolor\"\ncategory: welcome\ntags:\n- welcome\n---\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n\nNulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.\n\nAenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue.\n\nCurabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.\n\nDonec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero.\n\nFusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in dui. Cras ultricies mi eu turpis hendrerit fringilla. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In ac dui quis mi consectetuer lacinia.\n\nNam pretium turpis et arcu. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Sed aliquam ultrices mauris. Integer ante arcu, accumsan a, consectetuer eget, posuere ut, mauris. Praesent adipiscing. Phasellus ullamcorper ipsum rutrum nunc. Nunc nonummy metus.\n\nVestibulum volutpat pretium libero. Cras id dui. Aenean ut eros et nisl sagittis vestibulum. Nullam nulla eros, ultricies sit amet, nonummy id, imperdiet feugiat, pede. Sed lectus. Donec mollis hendrerit risus. Phasellus nec sem in justo pellentesque facilisis. Etiam imperdiet imperdiet orci.\n\nNunc nec neque. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed cursus turpis vitae tortor. Donec posuere vulputate arcu. Phasellus accumsan cursus velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed aliquam, nisi quis porttitor congue, elit erat euismod orci."
  },
  {
    "path": "source/_posts/2015-11-12-lorem.markdown",
    "content": "---\nlayout: post\ntitle:  \"Lorem ipsum dolor sit amet\"\ndescription: \"Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.\"\ndate:   2015-11-12 19:19:43\nkeywords: \"welcome, Aenean, fermentum, Lorem, ipsum\"\ncomments: true\ncategory: welcome\n---\n\n<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>\n\n<h2>Header Level 2</h2>\n\n<ol>\n  <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n  <li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n\n<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote>\n\n<h3>Header Level 3</h3>\n\n<ul>\n  <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n  <li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\n\n<h4>Header Level 4</h4>\n\n<h5>Header Level 5</h5>\n\n<h6>Header Level 6</h6>\n\n{% highlight css %}\n#header h1 a {\n  display: block;\n  width: 300px;\n  height: 80px;\n}\n{% endhighlight %}"
  },
  {
    "path": "source/_posts/2015-11-12-the-quick-brown-fox-jumps-over-a-lazy-dog.md",
    "content": "---\nlayout: post\ntitle: \"The quick, brown fox jumps over a lazy dog\"\ndate: 2015-11-12 16:42:24\ncomments: true\ndescription: \"The quick, brown fox jumps over a lazy dog\"\nkeywords: \"\"\ncategory: welcome\ntags:\n- welcome\n---\n\nThe quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps. Bawds jog, flick quartz, vex nymphs. Waltz, bad nymph, for quick jigs vex! Fox nymphs grab quick-jived waltz.\n\nBrick quiz whangs jumpy veldt fox. Bright vixens jump; dozy fowl quack. Quick wafting zephyrs vex bold Jim. Quick zephyrs blow, vexing daft Jim. Sex-charged fop blew my junk TV quiz. How quickly daft jumping zebras vex.\n\nTwo driven jocks help fax my big quiz. Quick, Baz, get my woven flax jodhpurs! \"Now fax quiz Jack! \" my brave ghost pled. Five quacking zephyrs jolt my wax bed. Flummoxed by job, kvetching W. zaps Iraq. Cozy sphinx waves quart jug of bad milk.\n\nA very bad quack might jinx zippy fowls. Few quips galvanized the mock jury box. Quick brown dogs jump over the lazy fox. The jay, pig, fox, zebra, and my wolves quack! Blowzy red vixens fight for a quick jump.\n\nJoaquin Phoenix was gazed by MTV for luck. A wizard’s job is to vex chumps quickly in fog. Watch \"Jeopardy! \", Alex Trebek's fun TV quiz game. Woven silk pyjamas exchanged for blue quartz. Brawny gods just flocked up to quiz and vex him.\n\nAdjusting quiver and bow, Zompyc[1] killed the fox. My faxed joke won a pager in the cable TV quiz show. Amazingly few discotheques provide jukeboxes. My girl wove six dozen plaid jackets before she quit. Six big devils from Japan quickly forgot how to waltz.\n\nBig July earthquakes confound zany experimental vow. Foxy parsons quiz and cajole the lovably dim wiki-girl. Have a pick: twenty six letters - no forcing a jumbled quiz! Crazy Fredericka bought many very exquisite opal jewels.\n\nSixty zippers were quickly picked from the woven jute bag. A quick movement of the enemy will jeopardize six gunboats. All questions asked by five watch experts amazed the judge. Jack quietly moved up front and seized the big ball of wax.\n\nThe quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps. Bawds jog, flick quartz, vex nymphs. Waltz, bad nymph, for quick jigs vex! Fox nymphs grab quick-jived waltz. Brick quiz whangs jumpy veldt fox.\n\nBright vixens jump; dozy fowl quack. Quick wafting zephyrs vex bold Jim. Quick zephyrs blow, vexing daft Jim. Sex-charged fop blew my junk TV quiz. How quickly daft jumping zebras vex. Two driven jocks help fax my big quiz. Quick, Baz, get my woven flax jodhpurs!\n\n\"Now fax quiz Jack! \" my brave ghost pled. Five quacking zephyrs jolt my wax bed. Flummoxed by job, kvetching W. zaps Iraq. Cozy sphinx waves quart jug of bad milk. A very bad quack might jinx zippy fowls. Few quips galvanized the mock jury box. Quick brown dogs jump over the lazy fox. The jay, pig, fox, zebra, and my wolves quack! Blowzy red vixens fight for a quick jump. Joaquin Phoenix was gazed by MTV"
  },
  {
    "path": "source/_posts/2015-11-26-lorem-ipsum-dolor-sit.markdown",
    "content": "---\nlayout: post\ntitle:  \"Lorem ipsum dolor sit\"\ncomments: true\ndate:   2015-11-26 13:46:52\ncategories: jekyll update\n---\n\n<h1>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h1>\n\n<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\"#\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>\n\n<h2>Header Level 2</h2>\n\n<ol>\n  <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n  <li>Aliquam tincidunt mauris eu risus.</li>\n</ol>\n\n<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote>\n\n<h3>Header Level 3</h3>\n\n<h4>Header Level 4</h4>\n<h5>Header Level 5</h5>\n\n<ul>\n  <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n  <li>Aliquam tincidunt mauris eu risus.</li>\n</ul>\n\n{% highlight css %}\n#header h1 a {\n  display: block;\n  width: 300px;\n  height: 80px;\n}\n{% endhighlight %}\n"
  },
  {
    "path": "source/_posts/2015-12-09-welcome-to-jekyll.markdown",
    "content": "---\nlayout: post\ntitle:  \"Welcome to Jekyll!\"\ndate:   2015-12-09 22:05:33 -0200\ncategories: jekyll update\ncomments: true\n---\nYou’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.\n\nTo add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.\n\nJekyll also offers powerful support for code snippets:\n\n{% highlight ruby %}\ndef print_hi(name)\n  puts \"Hi, #{name}\"\nend\nprint_hi('Tom')\n#=> prints 'Hi, Tom' to STDOUT.\n{% endhighlight %}\n\nCheck out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].\n\n[jekyll-docs]: http://jekyllrb.com/docs/home\n[jekyll-gh]:   https://github.com/jekyll/jekyll\n[jekyll-talk]: https://talk.jekyllrb.com/\n"
  },
  {
    "path": "source/about.md",
    "content": "---\nlayout: page\ntitle: About\npermalink: /about/\n---\n\nThis is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)\n\nYou can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)\n\nYou can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll)\n"
  },
  {
    "path": "source/assets/css/main.scss",
    "content": "---\n# Only the main Sass file needs front matter (the dashes are enough)\n---\n@charset \"utf-8\";\n@import \"main\";\n"
  },
  {
    "path": "source/assets/scss/_layout.scss",
    "content": "* {\n  &,\n  &:before,\n  &:after {\n    box-sizing: border-box;\n  }\n}\n\nhtml,\nbody {\n  width: 100%;\n  height: 100%;\n}\n\n.clearfix {\n  &:before {\n    content: \" \";\n    display: table;\n  }\n\n  &:after {\n    content: \" \";\n    display: table;\n    clear: both;\n  }\n\n  *zoom: 1;\n}\n\nbody {\n  background-color: $base-background-color;\n  font-weight: 400;\n}\n\nhr {\n  border-top: none;\n  border-bottom: 2px solid lighten($light-gray-color, 7%);\n  width: 100%;\n  margin: $small-spacing 0;\n}\n\n.container {\n  padding: $base-spacing;\n  margin-left: auto;\n  margin-right: auto;\n  max-width: 800px;\n}\n\n.pull-left {\n  float: left;\n}\n\n.pull-right {\n  float: right;\n}\n\n.link {\n  display: inline-block;\n  padding-bottom: .08em;\n  border-bottom: 2px solid $light-gray-color;\n\n  @include transition(border 300ms linear);\n\n  &:hover,\n  &:focus,\n  &:active {\n    border-color: darken($light-gray-color, 10%);\n  }\n}\n\n.site-header {\n  border-top: 5px solid $light-gray-color;\n  border-bottom: 1px solid lighten($light-gray-color, 5%);\n  margin-bottom: $small-spacing;\n  min-height: 80px;\n}\n\n.intro {\n  .author-name {\n    background-color: $action-color;\n    color: $white-color;\n    display: inline-block;\n    padding: 0 .3em;\n  }\n\n  a {\n    @extend .link;\n  }\n}\n\n.logo {\n  float: left;\n  margin: 0 0 1em 0;\n  cursor: pointer;\n  text-transform: uppercase;\n  letter-spacing: 0.8px;\n  font-size: 20px;\n  line-height: 28px;\n  font-weight: 300;\n\n  span {\n    font-weight: 700;\n  }\n}\n\n.nav {\n  min-height: 64px;\n}\n\n.navbar {\n  float: right;\n  margin: 0;\n  position: relative;\n  padding: 0;\n  pointer-events: all;\n  cursor: pointer;\n\n  li {\n    display: inline-block;\n    padding: 0 .6em;\n  }\n\n  a {\n    @extend .link;\n  }\n}\n\n.post-list {\n  background-color: lighten($light-gray-color, 17%);\n  padding: $base-spacing 0;\n}\n\n.post-item {\n  padding-bottom: $small-spacing;\n  margin-bottom: $base-spacing;\n  border-bottom: 1px solid lighten($light-gray-color, 5%);\n\n  strong {\n    font-weight: 700;\n  }\n\n  &:last-child {\n    border-bottom: 0;\n    margin-bottom: 0;\n  }\n\n  .readmore {\n    font-style: italic;\n  }\n}\n\n.post-meta {\n  color: $medium-gray-color;\n  font-style: italic;\n}\n\n.post-link,\n.post a,\n.page a {\n  @extend .link;\n}\n\n.post {\n  @extend .clearfix;\n}\n\n.pagination {\n  li, a, span {\n    display: inline-block;\n  }\n\n  a, span {\n    font-size: rem(12);\n    padding: .5em;\n  }\n\n  .prev, .next {\n    @extend .link;\n  }\n}\n\n.share {\n  padding: $base-spacing 0 0;\n\n  @extend .pull-right;\n\n  h4 {\n    display: inline-block;\n  }\n}\n\n.disqus {\n  background-color: lighten($light-gray-color, 16%);\n  padding: $base-spacing 0;\n\n  hr {\n    margin: $base-spacing 0;\n  }\n}\n\n.site-footer {\n  @extend .clearfix;\n\n  padding: $base-spacing 0;\n\n  a {\n    @extend .link;\n  }\n\n  small {\n    display: block;\n    font-size: rem(12);\n    color: darken($medium-gray-color, 10%);\n  }\n}\n"
  },
  {
    "path": "source/assets/scss/_syntax-highlighting.scss",
    "content": "/**\n* Syntax highlighting styles\n*/\n.highlight {\n  margin: $base-spacing 0;\n  padding: 0;\n  box-shadow: 0px 0px 2px rgba($black-color, .1);\n\n  .highlighter-rouge &, &, .hll, pre, code {\n    background-color: lighten($light-gray-color, 13%) !important;\n  }\n\n  pre {\n    margin: 0;\n    padding: $base-spacing;\n    white-space: pre;\n    line-height: 23px;\n    overflow-x: auto;\n    margin-bottom: 0;\n    word-break: inherit;\n    word-wrap: inherit;\n\n    &, code {\n      color: $base-font-color;\n    }\n\n    code {\n      white-space: pre;\n      padding: 0 !important;\n\n      * {\n        white-space: nowrap; // this sets all children inside to nowrap\n      }\n    }\n  }\n\n  .c     { color: #998; font-style: italic } // Comment\n  .err   { color: #a61717; background-color: #e3d2d2 } // Error\n  .k     { font-weight: bold } // Keyword\n  .o     { font-weight: bold } // Operator\n  .cm    { color: #998; font-style: italic } // Comment.Multiline\n  .cp    { color: #999; font-weight: bold } // Comment.Preproc\n  .c1    { color: #998; font-style: italic } // Comment.Single\n  .cs    { color: #999; font-weight: bold; font-style: italic } // Comment.Special\n  .gd    { color: #000; background-color: #fdd } // Generic.Deleted\n  .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific\n  .ge    { font-style: italic } // Generic.Emph\n  .gr    { color: #a00 } // Generic.Error\n  .gh    { color: #999 } // Generic.Heading\n  .gi    { color: #000; background-color: #dfd } // Generic.Inserted\n  .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific\n  .go    { color: #888 } // Generic.Output\n  .gp    { color: #555 } // Generic.Prompt\n  .gs    { font-weight: bold } // Generic.Strong\n  .gu    { color: #aaa } // Generic.Subheading\n  .gt    { color: #a00 } // Generic.Traceback\n  .kc    { font-weight: bold } // Keyword.Constant\n  .kd    { font-weight: bold } // Keyword.Declaration\n  .kp    { font-weight: bold } // Keyword.Pseudo\n  .kr    { font-weight: bold } // Keyword.Reserved\n  .kt    { color: #458; font-weight: bold } // Keyword.Type\n  .m     { color: #099 } // Literal.Number\n  .s     { color: #d14 } // Literal.String\n  .na    { color: #008080 } // Name.Attribute\n  .nb    { color: #0086B3 } // Name.Builtin\n  .nc    { color: #458; font-weight: bold } // Name.Class\n  .no    { color: #008080 } // Name.Constant\n  .ni    { color: #800080 } // Name.Entity\n  .ne    { color: #900; font-weight: bold } // Name.Exception\n  .nf    { color: #900; font-weight: bold } // Name.Function\n  .nn    { color: #555 } // Name.Namespace\n  .nt    { color: #000080 } // Name.Tag\n  .nv    { color: #008080 } // Name.Variable\n  .ow    { font-weight: bold } // Operator.Word\n  .w     { color: #bbb } // Text.Whitespace\n  .mf    { color: #099 } // Literal.Number.Float\n  .mh    { color: #099 } // Literal.Number.Hex\n  .mi    { color: #099 } // Literal.Number.Integer\n  .mo    { color: #099 } // Literal.Number.Oct\n  .sb    { color: #d14 } // Literal.String.Backtick\n  .sc    { color: #d14 } // Literal.String.Char\n  .sd    { color: #d14 } // Literal.String.Doc\n  .s2    { color: #d14 } // Literal.String.Double\n  .se    { color: #d14 } // Literal.String.Escape\n  .sh    { color: #d14 } // Literal.String.Heredoc\n  .si    { color: #d14 } // Literal.String.Interpol\n  .sx    { color: #d14 } // Literal.String.Other\n  .sr    { color: #009926 } // Literal.String.Regex\n  .s1    { color: #d14 } // Literal.String.Single\n  .ss    { color: #990073 } // Literal.String.Symbol\n  .bp    { color: #999 } // Name.Builtin.Pseudo\n  .vc    { color: #008080 } // Name.Variable.Class\n  .vg    { color: #008080 } // Name.Variable.Global\n  .vi    { color: #008080 } // Name.Variable.Instance\n  .il    { color: #099 } // Literal.Number.Integer.Long\n}\n"
  },
  {
    "path": "source/assets/scss/_variables.scss",
    "content": "// Typography\n$base-font-family: 'Open Sans', $helvetica;\n// $base-font-family: 'Merriweather', \"Georgia\", serif;\n$heading-font-family: $base-font-family;\n\n// Font Sizes\n$base-font-size: 1em;\n\n// Line height\n$base-line-height: 1.5;\n$heading-line-height: 1.2;\n\n// Other Sizes\n$base-border-radius: .52em;\n$base-spacing: $base-line-height * 1em;\n$small-spacing: $base-spacing / 2;\n$base-z-index: 0;\n\n// Colors\n$primary-color: #ec2028;\n$action-color: $primary-color;\n$white-color: #fff;\n$black-color: #000;\n$blue-color: #477dca;\n$dark-gray-color: #333;\n$medium-gray-color: #999;\n$light-gray-color: #ccc;\n\n// Font Colors\n$base-font-color: rgba($dark-gray-color, .8);\n\n// Border\n$base-border-color: $light-gray-color;\n$base-border: 1px solid $base-border-color;\n\n// Background Colors\n$base-background-color: $white-color;\n$secondary-background-color: tint($base-border-color, 80%);\n\n// Forms\n$form-box-shadow: inset 0 1px 3px rgba($black-color, 0.06);\n$form-box-shadow-focus: $form-box-shadow, 0 0 5px adjust-color($action-color, $lightness: -5%, $alpha: -0.3);\n\n// Animations\n$base-duration: 150ms;\n$base-timing: ease;\n"
  },
  {
    "path": "source/assets/scss/base/_base.scss",
    "content": "// Bitters 1.1.0\n// http://bitters.bourbon.io\n// Copyright 2013-2015 thoughtbot, inc.\n// MIT License\n\n@import \"reset\";\n@import \"buttons\";\n@import \"forms\";\n@import \"lists\";\n@import \"tables\";\n@import \"typography\";\n"
  },
  {
    "path": "source/assets/scss/base/_buttons.scss",
    "content": "// #{$all-buttons} {\n\n.button {\n  appearance: none;\n  background-color: $action-color;\n  border: 0;\n  border-radius: $base-border-radius;\n  color: $white-color;\n  cursor: pointer;\n  display: inline-block;\n  font-family: $base-font-family;\n  font-size: $base-font-size;\n  -webkit-font-smoothing: antialiased;\n  font-weight: 600;\n  line-height: 1;\n  padding: $small-spacing $base-spacing;\n  text-decoration: none;\n  transition: background-color $base-duration $base-timing;\n  user-select: none;\n  vertical-align: middle;\n  white-space: nowrap;\n\n  &:hover,\n  &:focus {\n    background-color: shade($action-color, 20%);\n    color: $white-color;\n  }\n\n  &:disabled {\n    cursor: not-allowed;\n    opacity: 0.5;\n\n    &:hover {\n      background-color: $action-color;\n    }\n  }\n}\n"
  },
  {
    "path": "source/assets/scss/base/_forms.scss",
    "content": "fieldset {\n  background-color: $secondary-background-color;\n  border: $base-border;\n  margin: 0 0 $small-spacing;\n  padding: $base-spacing;\n}\n\ninput,\nlabel,\nselect {\n  display: block;\n  font-family: $base-font-family;\n  font-size: $base-font-size;\n}\n\nlabel {\n  font-weight: 600;\n  margin-bottom: $small-spacing / 2;\n\n  &.required::after {\n    content: \"*\";\n  }\n\n  abbr {\n    display: none;\n  }\n}\n\n#{$all-text-inputs},\nselect[multiple=multiple] {\n  background-color: $base-background-color;\n  border: $base-border;\n  border-radius: $base-border-radius;\n  box-shadow: $form-box-shadow;\n  box-sizing: border-box;\n  font-family: $base-font-family;\n  font-size: $base-font-size;\n  margin-bottom: $small-spacing;\n  padding: $base-spacing / 3;\n  transition: border-color $base-duration $base-timing;\n  width: 100%;\n\n  &:hover {\n    border-color: shade($base-border-color, 20%);\n  }\n\n  &:focus {\n    border-color: $action-color;\n    box-shadow: $form-box-shadow-focus;\n    outline: none;\n  }\n\n  &:disabled {\n    background-color: shade($base-background-color, 5%);\n    cursor: not-allowed;\n\n    &:hover {\n      border: $base-border;\n    }\n  }\n}\n\ntextarea {\n  resize: vertical;\n}\n\ninput[type=\"search\"] {\n  appearance: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  display: inline;\n  margin-right: $small-spacing / 2;\n\n  + label {\n    display: inline-block;\n  }\n}\n\ninput[type=\"file\"] {\n  margin-bottom: $small-spacing;\n  width: 100%;\n}\n\nselect {\n  margin-bottom: $base-spacing;\n  max-width: 100%;\n  width: auto;\n}\n"
  },
  {
    "path": "source/assets/scss/base/_lists.scss",
    "content": "ul,\nol {\n  list-style-type: none;\n  margin: 0;\n  padding: 0;\n\n  &%default-ul {\n    list-style-type: disc;\n    margin-bottom: $small-spacing;\n    padding-left: $base-spacing;\n  }\n\n  &%default-ol {\n    list-style-type: decimal;\n    margin-bottom: $small-spacing;\n    padding-left: $base-spacing;\n  }\n}\n\ndl {\n  margin-bottom: $small-spacing;\n\n  dt {\n    font-weight: bold;\n    margin-top: $small-spacing;\n  }\n\n  dd {\n    margin: 0;\n  }\n}\n"
  },
  {
    "path": "source/assets/scss/base/_reset.scss",
    "content": "/* http://meyerweb.com/eric/tools/css/reset/\n   v2.0 | 20110126\n   License: none (public domain)\n*/\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed,\nfigure, figcaption, footer, header, hgroup,\nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n  margin: 0;\n  padding: 0;\n  border: 0;\n  font-size: 100%;\n  font: inherit;\n  vertical-align: baseline;\n}\n\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure,\nfooter, header, hgroup, menu, nav, section {\n  display: block;\n}\n\nbody {\n  line-height: 1;\n}\n\nol, ul {\n  list-style: none;\n}\n\nblockquote, q {\n  quotes: none;\n}\n\nblockquote:before, blockquote:after,\nq:before, q:after {\n  content: '';\n  content: none;\n}\n\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\n"
  },
  {
    "path": "source/assets/scss/base/_tables.scss",
    "content": "table {\n  border-collapse: collapse;\n  font-feature-settings: \"kern\", \"liga\", \"tnum\";\n  margin: $small-spacing 0;\n  table-layout: fixed;\n  width: 100%;\n}\n\nth {\n  border-bottom: 1px solid shade($base-border-color, 25%);\n  font-weight: 600;\n  padding: $small-spacing 0;\n  text-align: left;\n}\n\ntd {\n  border-bottom: $base-border;\n  padding: $small-spacing 0;\n}\n\ntr,\ntd,\nth {\n  vertical-align: middle;\n}\n"
  },
  {
    "path": "source/assets/scss/base/_typography.scss",
    "content": "@import url(\"//fonts.googleapis.com/css?family=Open+Sans:400,300,700\");\n// @import url(\"//fonts.googleapis.com/css?family=Merriweather:400,300,700\");\n\nbody {\n  color: $base-font-color;\n  font-family: $base-font-family;\n  font-feature-settings: \"kern\", \"liga\", \"pnum\";\n  font-size: $base-font-size;\n  line-height: $base-line-height;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  font-family: $heading-font-family;\n  font-size: $base-font-size;\n  line-height: $heading-line-height;\n  margin: 0 0 $small-spacing;\n  font-weight: 300;\n}\n\nh1 {\n  font-size: rem(30);\n}\n\nh2 {\n  font-size: rem(26);\n}\n\nh3 {\n  font-size: rem(24);\n}\n\nh4 {\n  font-size: rem(20);\n}\n\nh5,\nh6 {\n  font-size: rem(16);\n}\n\np {\n  margin: 0 0 $small-spacing;\n\n  &.lead {\n    font-size: rem(22);\n    font-weight: 300;\n  }\n}\n\na {\n  color: $action-color;\n  text-decoration: none;\n  transition: color $base-duration $base-timing;\n\n  &:active,\n  &:focus,\n  &:hover {\n    color: shade($action-color, 25%);\n  }\n}\n\nhr {\n  border-bottom: $base-border;\n  border-left: 0;\n  border-right: 0;\n  border-top: 0;\n  margin: $base-spacing 0;\n}\n\nimg,\npicture {\n  margin: 0;\n  max-width: 100%;\n}\n\nblockquote {\n  padding: 0 0 0 $base-spacing;\n  margin: $base-spacing 0;\n  color: $medium-gray-color;\n  line-height: 1.8;\n  border-left: $small-spacing solid $light-gray-color;\n}\n\ncode {\n  background: none;\n  border-radius: 0;\n  border: none;\n  font-family: \"Courier New\", monospace;\n  font-size: 0.9em;\n  margin: 0;\n  padding: 0 5px;\n  background-color: lighten($light-gray-color, 13%);\n}\n\npre {\n  -webkit-overflow-scrolling: touch;\n  font-family: \"Courier New\", monospace;\n  font-size: 0.9em;\n  margin: 0;\n\n  code {\n    line-height: 1.75em;\n  }\n}\n"
  },
  {
    "path": "source/assets/scss/main.scss",
    "content": "\n@import \"bourbon\";\n\n@import \"variables\";\n@import \"base/base\";\n\n@import \"layout\";\n@import \"syntax-highlighting\";\n"
  },
  {
    "path": "source/feed.xml",
    "content": "---\nlayout: null\n---\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n  <channel>\n    <title>{{ site.title | xml_escape }}</title>\n    <description>{{ site.description | xml_escape }}</description>\n    <link>{{ site.url }}{{ site.baseurl }}/</link>\n    <atom:link href=\"{{ \"/feed.xml\" | prepend: site.baseurl | prepend: site.url }}\" rel=\"self\" type=\"application/rss+xml\"/>\n    <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>\n    <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>\n    <generator>Jekyll v{{ jekyll.version }}</generator>\n    {% for post in site.posts limit:10 %}\n      <item>\n        <title>{{ post.title | xml_escape }}</title>\n        <description>{{ post.content | xml_escape }}</description>\n        <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>\n        <link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>\n        <guid isPermaLink=\"true\">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>\n        {% for tag in post.tags %}\n        <category>{{ tag | xml_escape }}</category>\n        {% endfor %}\n        {% for cat in post.categories %}\n        <category>{{ cat | xml_escape }}</category>\n        {% endfor %}\n      </item>\n    {% endfor %}\n  </channel>\n</rss>\n"
  },
  {
    "path": "source/index.html",
    "content": "---\nlayout: default\ntitle: Home\n---\n\n{% include intro.html %}\n\n<section class=\"post-list\">\n  <div class=\"container\">\n\n    <h2>Writing..</h2>\n\n    {% for post in paginator.posts %}\n      <article class=\"post-item\">\n        <p><span class=\"post-meta\">{{ post.date | date: \"%b %-d, %Y\" }}</span>  — <strong><a class=\"post-link\" href=\"{{ post.url | prepend: site.baseurl }}\">{{ post.title }}</a></strong> — <span> {{ post.content | strip_html | truncatewords: 40 }}</span> <a class=\"post-link readmore\" href=\"{{ post.url | prepend: site.baseurl }}\">Read more</a></p>\n      </article>\n    {% endfor %}\n  </div>\n\n  <div class=\"container\">\n    {% include pagination.html %}\n  </div>\n</section>\n"
  },
  {
    "path": "travisGemfile",
    "content": "# If you have OpenSSL installed, we recommend updating\n# the following line to use \"https\"\nsource 'http://rubygems.org'\n\ngem 'liquid'\ngem 'redcarpet'\ngem 'github-pages'\ngem 'jekyll'\ngem 'jekyll-paginate'\ngem 'html-proofer'\ngem 'travis-lint'\ngem 'bourbon'\n"
  }
]