├── Gemfile
├── screenshot.png
├── images
├── cover.jpg
├── profile.jpg
└── favicons
│ ├── favicon.ico
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ ├── favicon-96x96.png
│ ├── mstile-70x70.png
│ ├── favicon-194x194.png
│ ├── mstile-144x144.png
│ ├── mstile-150x150.png
│ ├── mstile-310x150.png
│ ├── mstile-310x310.png
│ ├── apple-touch-icon.png
│ ├── android-chrome-36x36.png
│ ├── android-chrome-48x48.png
│ ├── android-chrome-72x72.png
│ ├── android-chrome-96x96.png
│ ├── android-chrome-144x144.png
│ ├── android-chrome-192x192.png
│ ├── apple-touch-icon-57x57.png
│ ├── apple-touch-icon-60x60.png
│ ├── apple-touch-icon-72x72.png
│ ├── apple-touch-icon-76x76.png
│ ├── apple-touch-icon-114x114.png
│ ├── apple-touch-icon-120x120.png
│ ├── apple-touch-icon-144x144.png
│ ├── apple-touch-icon-152x152.png
│ ├── apple-touch-icon-180x180.png
│ ├── apple-touch-icon-precomposed.png
│ ├── browserconfig.xml
│ ├── manifest.json
│ └── safari-pinned-tab.svg
├── tags.md
├── categories.md
├── fonts
└── foundation-icons
│ ├── foundation-icons.eot
│ ├── foundation-icons.ttf
│ └── foundation-icons.woff
├── .gitignore
├── docker-compose.yml
├── _layouts
├── page.html
├── default.html
├── post.html
├── tags.html
└── categories.html
├── _sass
├── tables.scss
├── monokai.scss
├── uno.scss
└── animate.scss
├── humans.txt
├── _includes
├── pagination.html
├── footer.html
├── disqus.html
├── head.html
└── header.html
├── css
└── main.scss
├── _config.yml
├── LICENSE
├── index.html
├── _posts
└── 2016-01-08-welcome-to-jekyll.markdown
├── feed.xml
├── README.md
├── js
└── main.js
└── sitemap.xml
/Gemfile:
--------------------------------------------------------------------------------
1 | source 'https://rubygems.org'
2 | gem 'github-pages', group: :jekyll_plugins
3 |
--------------------------------------------------------------------------------
/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/screenshot.png
--------------------------------------------------------------------------------
/images/cover.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/cover.jpg
--------------------------------------------------------------------------------
/images/profile.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/profile.jpg
--------------------------------------------------------------------------------
/tags.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: tags
3 | title: Tags
4 | permalink: /tags/
5 | robots: noindex
6 | ---
7 |
--------------------------------------------------------------------------------
/images/favicons/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/favicon.ico
--------------------------------------------------------------------------------
/categories.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: categories
3 | title: Categories
4 | permalink: /categories/
5 | robots: noindex
6 | ---
7 |
--------------------------------------------------------------------------------
/images/favicons/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/favicon-16x16.png
--------------------------------------------------------------------------------
/images/favicons/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/favicon-32x32.png
--------------------------------------------------------------------------------
/images/favicons/favicon-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/favicon-96x96.png
--------------------------------------------------------------------------------
/images/favicons/mstile-70x70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/mstile-70x70.png
--------------------------------------------------------------------------------
/images/favicons/favicon-194x194.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/favicon-194x194.png
--------------------------------------------------------------------------------
/images/favicons/mstile-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/mstile-144x144.png
--------------------------------------------------------------------------------
/images/favicons/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/mstile-150x150.png
--------------------------------------------------------------------------------
/images/favicons/mstile-310x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/mstile-310x150.png
--------------------------------------------------------------------------------
/images/favicons/mstile-310x310.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/mstile-310x310.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon.png
--------------------------------------------------------------------------------
/images/favicons/android-chrome-36x36.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/android-chrome-36x36.png
--------------------------------------------------------------------------------
/images/favicons/android-chrome-48x48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/android-chrome-48x48.png
--------------------------------------------------------------------------------
/images/favicons/android-chrome-72x72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/android-chrome-72x72.png
--------------------------------------------------------------------------------
/images/favicons/android-chrome-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/android-chrome-96x96.png
--------------------------------------------------------------------------------
/fonts/foundation-icons/foundation-icons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/fonts/foundation-icons/foundation-icons.eot
--------------------------------------------------------------------------------
/fonts/foundation-icons/foundation-icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/fonts/foundation-icons/foundation-icons.ttf
--------------------------------------------------------------------------------
/images/favicons/android-chrome-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/android-chrome-144x144.png
--------------------------------------------------------------------------------
/images/favicons/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/android-chrome-192x192.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-57x57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-57x57.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-60x60.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-72x72.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-72x72.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-76x76.png
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | _site
2 | .sass-cache
3 | .jekyll-cache
4 | .jekyll-metadata
5 | *.sublime-project
6 | *.sublime-workspace
7 | .DS_Store
8 | Gemfile.lock
--------------------------------------------------------------------------------
/fonts/foundation-icons/foundation-icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/fonts/foundation-icons/foundation-icons.woff
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-114x114.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-114x114.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-120x120.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-144x144.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-152x152.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-180x180.png
--------------------------------------------------------------------------------
/images/favicons/apple-touch-icon-precomposed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/joshgerdes/jekyll-uno/HEAD/images/favicons/apple-touch-icon-precomposed.png
--------------------------------------------------------------------------------
/docker-compose.yml:
--------------------------------------------------------------------------------
1 | version: '3'
2 |
3 | services:
4 | jekyll:
5 | image: jekyll/jekyll:latest
6 | command: jekyll serve --watch --force_polling --verbose
7 | ports:
8 | - 4000:4000
9 | volumes:
10 | - .:/srv/jekyll
--------------------------------------------------------------------------------
/_layouts/page.html:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 |
6 |
9 |
10 |
13 |
14 |
--------------------------------------------------------------------------------
/_layouts/default.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {% include head.html %}
4 |
5 |
6 | {% include header.html %}
7 |
8 |
9 |
10 | {{ content }}
11 |
12 |
13 | {% include footer.html %}
14 |
15 |
16 |
--------------------------------------------------------------------------------
/_sass/tables.scss:
--------------------------------------------------------------------------------
1 | table {
2 | margin-bottom: 1.3em;
3 | thead {
4 | font-weight: bold;
5 |
6 | th {
7 | text-align: left;
8 | border-bottom: 4px solid #888;
9 | font-weight: bold;
10 | padding: 12px;
11 | vertical-align: middle;
12 | }
13 | }
14 |
15 | tr {
16 | &:nth-child(even) td {
17 | background: #eee;
18 | }
19 |
20 | td {
21 | padding: 12px;
22 | }
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/humans.txt:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | sitemap:
4 | exclude: 'yes'
5 | ---
6 |
7 | /* TEAM */
8 | Developer & Designer: Josh Gerdes
9 | Twitter: @joshgerdes
10 | Site: http://joshgerdes.com
11 | Location: Minneapolis, MN, USA
12 |
13 | /* THANKS */
14 | Name: Dale Anthony
15 |
16 | /* SITE */
17 | Last update: {{ site.time | date: "%Y/%m/%d" }}
18 | Standards: HTML5, CSS3
19 | Components: Jekyll
20 | Software: Sublime Text, Photoshop
21 |
--------------------------------------------------------------------------------
/images/favicons/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
9 | {% for post in paginator.posts %}
10 | -
11 |
12 |
{{ post.excerpt | strip_html }}…
13 |
14 |
15 | {% if post.tags.size > 0 %}
16 | •
on {% for tag in post.tags %}{{ tag }}{% if forloop.last == false %}, {% endif %}{% endfor %}
17 | {% endif %}
18 |
19 |
20 |
21 | {% endfor %}
22 |
23 |
24 |
25 |
26 | {% if paginator.previous_page or paginator.next_page %}
27 | {% include pagination.html %}
28 | {% endif %}
29 |
30 |
31 |
--------------------------------------------------------------------------------
/_posts/2016-01-08-welcome-to-jekyll.markdown:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Welcome to Jekyll!"
3 | date: 2016-01-08 15:04:23
4 | categories: [jekyll]
5 | tags: [jekyll]
6 | ---
7 | You’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 --watch`, which launches a web server and auto-regenerates your site when a file is updated.
8 |
9 | To 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.
10 |
11 | Jekyll also offers powerful support for code snippets:
12 |
13 | ``` ruby
14 | def print_hi(name)
15 | puts "Hi, #{name}"
16 | end
17 | print_hi('Tom')
18 | #=> prints 'Hi, Tom' to STDOUT.
19 | ```
20 |
21 | Check out the [Jekyll docs][jekyll] 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’s dedicated Help repository][jekyll-help].
22 |
23 | [jekyll]: http://jekyllrb.com
24 | [jekyll-gh]: https://github.com/jekyll/jekyll
25 | [jekyll-help]: https://github.com/jekyll/jekyll-help
26 |
--------------------------------------------------------------------------------
/feed.xml:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | ---
4 |
5 |