diff --git a/.gitignore b/.gitignore index 01ca964..5b5b9e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ blog-ideas.txt build/ google7b85d9382e3547d5.html logs/ +**/.jekyll-cache +**/.jekyll-cache/* **/.sass-cache **/.sass-cache/* tweets/ diff --git a/Gemfile b/Gemfile index 088f9cc..57c2b48 100644 --- a/Gemfile +++ b/Gemfile @@ -1,18 +1,13 @@ source "https://rubygems.org" +# synk gem "nokogiri", "~> 1.8.1" gem "rack-protection", "~> 2.0.0" +# jekyll gem "jekyll", "3.6.2" -# This is the default theme for new Jekyll sites. You may change this to anything you like. -#gem "minima", "~> 2.0" - -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins - -# If you have any plugins, put them here! +# jekyll plugins group :jekyll_plugins do gem "jekyll-archives" gem "jekyll-compose" @@ -23,4 +18,3 @@ group :jekyll_plugins do gem "jekyll-sitemap" gem "liquid_reading_time" end - diff --git a/_config.yml b/_config.yml index 66d78df..2167ecb 100644 --- a/_config.yml +++ b/_config.yml @@ -1,21 +1,6 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. - -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. title: ian.io email: hello@ian.io -description: > # this means to ignore newlines until "baseurl:" +description: > Father, husband, web infrastructure wrangler @venntro & private. Enjoyer of bacon, maple syrup, craft beer, whiskey, pizza, rugby, owls, lemurs & hair loss.🍍 🇬🇧 🇨🇦 @@ -43,8 +28,8 @@ plugins: jekyll-archives: enabled: - year - # - month - # - day + #- month + #- day - tags permalinks: year: '/:year/' @@ -70,15 +55,11 @@ collections: permalink: /:collection/:path/ # SEO -google_site_verification: '59BTkh1X9dhznapAPhfrT13e-QlJRRvz7B28YjTO2-U' google_analytics: 'UA-54222-12' - twitter: username: ian_winter - facebook: admins: 506344573 - social: name: Ian Winter links: @@ -88,10 +69,6 @@ social: - https://github.com/ianwinter - https://keybase.io/ian_winter -# Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. - exclude: - Rakefile - README.md @@ -99,8 +76,9 @@ exclude: - .DS_Store - Gemfile - Gemfile.lock + - .jekyll-cache/ - node_modules - - script/ + - _scripts/ - vendor/bundle/ - vendor/cache/ - vendor/gems/ diff --git a/_includes/footer.html b/_includes/footer.html index a682a54..71e365b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,10 @@ -