diff --git a/.gitignore b/.gitignore index 45c1505..a22ba01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site .sass-cache .jekyll-metadata +.byebug_history diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..437459c --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.5.0 diff --git a/Gemfile b/Gemfile index 32de02c..4841c7d 100644 --- a/Gemfile +++ b/Gemfile @@ -20,8 +20,8 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem 'jekyll-stealthy-share', git: 'https://github.com/rfwatson/jekyll-stealthy-share.git' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] - diff --git a/Gemfile.lock b/Gemfile.lock index c0b137b..9e00955 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +GIT + remote: https://github.com/rfwatson/jekyll-stealthy-share.git + revision: 935cd054662c2987ea88e782794ea8d4f764bae2 + specs: + jekyll-stealthy-share (0.1.0) + GEM remote: https://rubygems.org/ specs: @@ -41,7 +47,7 @@ GEM rouge (2.2.1) ruby_dep (1.5.0) safe_yaml (1.0.4) - sass (3.5.4) + sass (3.5.5) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -53,6 +59,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.6.2) jekyll-feed (~> 0.6) + jekyll-stealthy-share! minima (~> 2.0) tzinfo-data diff --git a/_config.yml b/_config.yml index 36d395c..2b3f15b 100644 --- a/_config.yml +++ b/_config.yml @@ -21,12 +21,14 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://netflux.io" # the base hostname & protocol for your site, e.g. http://example.com github_username: rfwatson permalink: /blog/:year/:month/:day/:title/ +google_analytics: UA-8059487-21 # Build settings markdown: kramdown theme: minima plugins: - jekyll-feed + - jekyll-stealthy-share # Exclude from processing. # The following items will not be processed, by default. Create a custom list diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..83d145f --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,18 @@ +
+ + + + +