diff --git a/Gemfile b/Gemfile index d8b6173..58f703a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,10 @@ source "https://rubygems.org" gem "jekyll", "~> 3.8.5" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" +#gem "minima", "~> 2.0" + +# Web editor for the Jekyll site +gem "jekyll-admin", group: :jekyll_plugins # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. diff --git a/Gemfile.lock b/Gemfile.lock index 898848e..af8a2a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,7 @@ GEM tzinfo (~> 1.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) + backports (3.12.0) colorator (1.1.0) concurrent-ruby (1.1.4) em-websocket (0.5.1) @@ -38,6 +39,11 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) + jekyll-admin (0.8.1) + addressable (~> 2.4) + jekyll (~> 3.3) + sinatra (~> 1.4) + sinatra-contrib (~> 1.4) jekyll-archives (2.1.1) jekyll (>= 2.4) jekyll-data (1.0.0) @@ -51,8 +57,6 @@ GEM jekyll-paginate (1.1.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) jekyll-sitemap (1.2.0) jekyll (~> 3.3) jekyll-watch (2.1.2) @@ -69,10 +73,6 @@ GEM ruby_dep (~> 1.2) mercenary (0.3.6) mini_portile2 (2.4.0) - minima (2.5.0) - jekyll (~> 3.5) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) minimal-mistakes-jekyll (4.15.2) jekyll (~> 3.7) jekyll-data (~> 1.0) @@ -83,6 +83,7 @@ GEM jekyll-sitemap (~> 1.2) jemoji (~> 0.10) minitest (5.11.3) + multi_json (1.13.1) multipart-post (2.0.0) nokogiri (1.10.1) mini_portile2 (~> 2.4.0) @@ -105,6 +106,11 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (3.0.3) + rack (1.6.11) + rack-protection (1.5.5) + rack + rack-test (1.1.0) + rack (>= 1.0, < 3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -120,7 +126,19 @@ GEM sawyer (0.8.1) addressable (>= 2.3.5, < 2.7) faraday (~> 0.8, < 1.0) + sinatra (1.4.8) + rack (~> 1.5) + rack-protection (~> 1.4) + tilt (>= 1.3, < 3) + sinatra-contrib (1.4.7) + backports (>= 2.0) + multi_json + rack-protection + rack-test + sinatra (~> 1.4.0) + tilt (>= 1.3, < 3) thread_safe (0.3.6) + tilt (2.0.9) titlecase (0.1.1) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -130,11 +148,11 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.8.5) + jekyll-admin jekyll-archives jekyll-feed (~> 0.6) jekyll-gist jekyll-include-cache - minima (~> 2.0) minimal-mistakes-jekyll octopress (~> 3.0) tzinfo-data diff --git a/_config.yml b/_config.yml index 32c29f5..d99989f 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ # 'bundle exec jekyll serve'. If you change this file, please restart the server process. theme : "minimal-mistakes-jekyll" -minimal_mistakes_skin : "dark" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" +minimal_mistakes_skin : "dirt" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site settings # These are used to personalize your new site. If you look in the HTML files, @@ -32,7 +32,7 @@ title : "TDN: Rambling mess of my mind" title_separator : "-" name : "Robert McGovern" description : "Random Spews" -url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" diff --git a/assets/images/500x300.png b/assets/images/500x300.png new file mode 100755 index 0000000..f9fba92 Binary files /dev/null and b/assets/images/500x300.png differ diff --git a/assets/images/DaffyDuck.jpg b/assets/images/DaffyDuck.jpg new file mode 100644 index 0000000..d30fe9b Binary files /dev/null and b/assets/images/DaffyDuck.jpg differ diff --git a/assets/images/apple-touch-icon-114x114.png b/assets/images/apple-touch-icon-114x114.png new file mode 100644 index 0000000..50f2f67 Binary files /dev/null and b/assets/images/apple-touch-icon-114x114.png differ diff --git a/assets/images/apple-touch-icon-120x120.png b/assets/images/apple-touch-icon-120x120.png new file mode 100644 index 0000000..a2a810d Binary files /dev/null and b/assets/images/apple-touch-icon-120x120.png differ diff --git a/assets/images/apple-touch-icon-144x144.png b/assets/images/apple-touch-icon-144x144.png new file mode 100644 index 0000000..fc61854 Binary files /dev/null and b/assets/images/apple-touch-icon-144x144.png differ diff --git a/assets/images/apple-touch-icon-152x152.png b/assets/images/apple-touch-icon-152x152.png new file mode 100644 index 0000000..007edbe Binary files /dev/null and b/assets/images/apple-touch-icon-152x152.png differ diff --git a/assets/images/apple-touch-icon-180x180.png b/assets/images/apple-touch-icon-180x180.png new file mode 100644 index 0000000..e330e6a Binary files /dev/null and b/assets/images/apple-touch-icon-180x180.png differ diff --git a/assets/images/apple-touch-icon-57x57.png b/assets/images/apple-touch-icon-57x57.png new file mode 100644 index 0000000..56beee7 Binary files /dev/null and b/assets/images/apple-touch-icon-57x57.png differ diff --git a/assets/images/apple-touch-icon-60x60.png b/assets/images/apple-touch-icon-60x60.png new file mode 100644 index 0000000..2129217 Binary files /dev/null and b/assets/images/apple-touch-icon-60x60.png differ diff --git a/assets/images/apple-touch-icon-72x72.png b/assets/images/apple-touch-icon-72x72.png new file mode 100644 index 0000000..d0f8498 Binary files /dev/null and b/assets/images/apple-touch-icon-72x72.png differ diff --git a/assets/images/apple-touch-icon-76x76.png b/assets/images/apple-touch-icon-76x76.png new file mode 100644 index 0000000..b0bcbfe Binary files /dev/null and b/assets/images/apple-touch-icon-76x76.png differ diff --git a/assets/images/apple-touch-icon-precomposed.png b/assets/images/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..29f85d7 Binary files /dev/null and b/assets/images/apple-touch-icon-precomposed.png differ diff --git a/assets/images/apple-touch-icon.png b/assets/images/apple-touch-icon.png new file mode 100755 index 0000000..e330e6a Binary files /dev/null and b/assets/images/apple-touch-icon.png differ diff --git a/assets/images/bio-photo-2.jpg b/assets/images/bio-photo-2.jpg new file mode 100755 index 0000000..a6f2035 Binary files /dev/null and b/assets/images/bio-photo-2.jpg differ diff --git a/assets/images/bio-photo.jpg b/assets/images/bio-photo.jpg new file mode 100755 index 0000000..0008451 Binary files /dev/null and b/assets/images/bio-photo.jpg differ diff --git a/assets/images/bonfire.jpg b/assets/images/bonfire.jpg new file mode 100644 index 0000000..214ad63 Binary files /dev/null and b/assets/images/bonfire.jpg differ diff --git a/assets/images/favicon-160x160.png b/assets/images/favicon-160x160.png new file mode 100644 index 0000000..9ce5a92 Binary files /dev/null and b/assets/images/favicon-160x160.png differ diff --git a/assets/images/favicon-16x16.png b/assets/images/favicon-16x16.png new file mode 100644 index 0000000..e211df4 Binary files /dev/null and b/assets/images/favicon-16x16.png differ diff --git a/assets/images/favicon-192x192.png b/assets/images/favicon-192x192.png new file mode 100644 index 0000000..aaace04 Binary files /dev/null and b/assets/images/favicon-192x192.png differ diff --git a/assets/images/favicon-32x32.png b/assets/images/favicon-32x32.png new file mode 100644 index 0000000..3a29a23 Binary files /dev/null and b/assets/images/favicon-32x32.png differ diff --git a/assets/images/favicon-96x96.png b/assets/images/favicon-96x96.png new file mode 100644 index 0000000..bcc2d66 Binary files /dev/null and b/assets/images/favicon-96x96.png differ diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico new file mode 100644 index 0000000..c4a22bf Binary files /dev/null and b/assets/images/favicon.ico differ diff --git a/assets/images/image-alignment-1200x4002.jpg b/assets/images/image-alignment-1200x4002.jpg new file mode 100755 index 0000000..8e3137c Binary files /dev/null and b/assets/images/image-alignment-1200x4002.jpg differ diff --git a/assets/images/image-alignment-150x150.jpg b/assets/images/image-alignment-150x150.jpg new file mode 100755 index 0000000..d3b0e48 Binary files /dev/null and b/assets/images/image-alignment-150x150.jpg differ diff --git a/assets/images/image-alignment-300x200.jpg b/assets/images/image-alignment-300x200.jpg new file mode 100755 index 0000000..3921878 Binary files /dev/null and b/assets/images/image-alignment-300x200.jpg differ diff --git a/assets/images/image-alignment-580x300.jpg b/assets/images/image-alignment-580x300.jpg new file mode 100755 index 0000000..75bf08e Binary files /dev/null and b/assets/images/image-alignment-580x300.jpg differ diff --git a/assets/images/mstile-144x144.png b/assets/images/mstile-144x144.png new file mode 100644 index 0000000..cd8ff8b Binary files /dev/null and b/assets/images/mstile-144x144.png differ diff --git a/assets/images/mstile-150x150.png b/assets/images/mstile-150x150.png new file mode 100644 index 0000000..593e584 Binary files /dev/null and b/assets/images/mstile-150x150.png differ diff --git a/assets/images/mstile-310x150.png b/assets/images/mstile-310x150.png new file mode 100644 index 0000000..15892c4 Binary files /dev/null and b/assets/images/mstile-310x150.png differ diff --git a/assets/images/mstile-310x310.png b/assets/images/mstile-310x310.png new file mode 100644 index 0000000..7f9f5f9 Binary files /dev/null and b/assets/images/mstile-310x310.png differ diff --git a/assets/images/mstile-70x70.png b/assets/images/mstile-70x70.png new file mode 100644 index 0000000..b141281 Binary files /dev/null and b/assets/images/mstile-70x70.png differ diff --git a/assets/images/page-header-image.png b/assets/images/page-header-image.png new file mode 100755 index 0000000..e8c0c29 Binary files /dev/null and b/assets/images/page-header-image.png differ diff --git a/assets/images/page-header-og-image.png b/assets/images/page-header-og-image.png new file mode 100755 index 0000000..457e000 Binary files /dev/null and b/assets/images/page-header-og-image.png differ diff --git a/assets/images/page-header-overlay-image.png b/assets/images/page-header-overlay-image.png new file mode 100755 index 0000000..a5d9753 Binary files /dev/null and b/assets/images/page-header-overlay-image.png differ diff --git a/assets/images/page-header-teaser.png b/assets/images/page-header-teaser.png new file mode 100755 index 0000000..20988b5 Binary files /dev/null and b/assets/images/page-header-teaser.png differ diff --git a/assets/images/safari-pinned-tab.svg b/assets/images/safari-pinned-tab.svg new file mode 100755 index 0000000..d517ee1 --- /dev/null +++ b/assets/images/safari-pinned-tab.svg @@ -0,0 +1,34 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + +