gitextract_sck9nf94/ ├── .editorconfig ├── .gitignore ├── .ruby-version ├── .travis.yml ├── Gemfile ├── LICENSE ├── README.md ├── _config.yml ├── deploy.sh ├── source/ │ ├── _includes/ │ │ ├── comments.html │ │ ├── footer.html │ │ ├── github-corner.html │ │ ├── head.html │ │ ├── header.html │ │ ├── intro.html │ │ ├── nav.html │ │ ├── pagination.html │ │ └── post-share.html │ ├── _layouts/ │ │ ├── compress.html │ │ ├── default.html │ │ ├── page.html │ │ └── post.html │ ├── _posts/ │ │ ├── 2015-11-12-a-wonderful-serenity-has-taken-possession-of-my-entire-soul.md │ │ ├── 2015-11-12-far-far-away-behind-the-word-mountains-far-from-the-countries-vokalia-and-consonantia.md │ │ ├── 2015-11-12-lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit.md │ │ ├── 2015-11-12-lorem.markdown │ │ ├── 2015-11-12-the-quick-brown-fox-jumps-over-a-lazy-dog.md │ │ ├── 2015-11-26-lorem-ipsum-dolor-sit.markdown │ │ └── 2015-12-09-welcome-to-jekyll.markdown │ ├── about.md │ ├── assets/ │ │ ├── css/ │ │ │ └── main.scss │ │ └── scss/ │ │ ├── _layout.scss │ │ ├── _syntax-highlighting.scss │ │ ├── _variables.scss │ │ ├── base/ │ │ │ ├── _base.scss │ │ │ ├── _buttons.scss │ │ │ ├── _forms.scss │ │ │ ├── _lists.scss │ │ │ ├── _reset.scss │ │ │ ├── _tables.scss │ │ │ └── _typography.scss │ │ └── main.scss │ ├── feed.xml │ └── index.html └── travisGemfile