From f3500ddf385e299e16750c6f4aa56b2ac929d9d5 Mon Sep 17 00:00:00 2001 From: Cassian Godsted Date: Sun, 5 Jan 2025 00:24:53 -0500 Subject: [PATCH] Update site --- .gitattributes | 5 + Gemfile | 74 +- Gemfile.lock | 92 +- _layouts/home.html | 10 +- _layouts/mkpage.html | 12 +- _layouts/page.html | 8 +- _site/contact/index.html | 6 +- _site/css/blog.css | 114 +- _site/css/desktop.css | 7 +- _site/css/font-awesome/css/font-awesome.css | 4674 ++++++++--------- .../css/font-awesome/css/font-awesome.min.css | 8 +- _site/feed.xml | 4 +- _site/images/beechwood.avif | Bin 0 -> 127365 bytes _site/index.html | 772 ++- _site/resume/index.html | 288 +- css/blog.css | 114 +- css/desktop.css | 7 +- css/font-awesome/css/font-awesome.css | 4674 ++++++++--------- css/font-awesome/css/font-awesome.min.css | 8 +- images/beechwood.avif | Bin 0 -> 127365 bytes pages/blog.html | 14 +- pages/index.html | 786 ++- pages/resume.html | 300 +- 23 files changed, 5980 insertions(+), 5997 deletions(-) create mode 100644 .gitattributes create mode 100644 _site/images/beechwood.avif create mode 100644 images/beechwood.avif diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9af1a0e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.txt text +*.html text +*.css text +*.js text +*.md text \ No newline at end of file diff --git a/Gemfile b/Gemfile index 4b253f3..5112f63 100755 --- a/Gemfile +++ b/Gemfile @@ -1,37 +1,37 @@ -source "https://rubygems.org" -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -#gem "jekyll", "~> 4.3.2" -gem "github-pages", "~> 228", group: :jekyll_plugins -# This is the default theme for new Jekyll sites. You may change this to anything you like. -# 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! -group :jekyll_plugins do - gem "jekyll-feed", "~> 0.12" -end - -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem -# and associated library. -platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", ">= 1", "< 3" - gem "tzinfo-data" -end - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] - -# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem -# do not have a Java counterpart. -gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] - -gem "jekyll-minifier", "~> 0.1.10" - -gem "webrick", "~> 1.8" +source "https://rubygems.org" +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +#gem "jekyll", "~> 4.3.2" +gem "github-pages", "~> 228", group: :jekyll_plugins +# This is the default theme for new Jekyll sites. You may change this to anything you like. +# 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! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.12" +end + +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem +# and associated library. +platforms :mingw, :x64_mingw, :mswin, :jruby do + gem "tzinfo", ">= 1", "< 3" + gem "tzinfo-data" +end + +# Performance-booster for watching directories on Windows +# gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] + +# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem +# do not have a Java counterpart. +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "jekyll-minifier", "~> 0.1.10" + +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 481b0de..a21a33c 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,47 +1,51 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.2) + activesupport (8.0.1) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - bigdecimal (3.1.5) + benchmark (0.4.0) + bigdecimal (3.1.9) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.11.1) colorator (1.1.0) - commonmarker (0.23.10) - concurrent-ruby (1.2.2) + commonmarker (0.23.11) + concurrent-ruby (1.3.4) connection_pool (2.4.1) cssminify2 (2.0.1) - dnsruby (1.70.0) + dnsruby (1.72.3) + base64 (~> 0.2.0) simpleidn (~> 0.2.1) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - execjs (2.9.1) - faraday (2.8.1) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) - ffi (1.16.3) - ffi (1.16.3-x64-mingw-ucrt) + execjs (2.10.0) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.0) + net-http (>= 0.5.0) + ffi (1.17.1-x64-mingw-ucrt) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (228) @@ -100,7 +104,7 @@ GEM nokogiri (>= 1.4) htmlcompressor (0.4.0) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) jekyll (3.9.3) addressable (~> 2.4) @@ -216,7 +220,7 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.7.1) + json (2.9.1) json-minify (0.0.3) json (> 0) kramdown (2.3.2) @@ -224,19 +228,19 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.4) mercenary (0.3.6) - mini_portile2 (2.8.5) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.20.0) - mutex_m (0.2.0) - nokogiri (1.16.0) - mini_portile2 (~> 2.8.2) + minitest (5.25.4) + net-http (0.6.0) + uri + nokogiri (1.18.1-x64-mingw-ucrt) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -244,14 +248,13 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) - racc (1.7.3) + racc (1.8.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.4.0) rouge (3.26.0) - ruby2_keywords (0.0.5) - rubyzip (2.3.2) + rubyzip (2.4) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) @@ -261,26 +264,24 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - simpleidn (0.2.1) - unf (~> 0.1.4) - terminal-table (1.6.0) + securerandom (0.4.1) + simpleidn (0.2.3) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2023.3) + tzinfo-data (1.2024.2) tzinfo (>= 1.0.0) - uglifier (4.2.0) + uglifier (4.2.1) execjs (>= 0.3.0, < 3) - unf (0.1.4) - unf_ext - unf_ext (0.0.9.1) - wdm (0.1.1) - webrick (1.8.1) + unicode-display_width (1.8.0) + uri (1.0.2) + webrick (1.9.1) PLATFORMS x64-mingw-ucrt - x86_64-linux DEPENDENCIES github-pages (~> 228) @@ -289,8 +290,7 @@ DEPENDENCIES jekyll-minifier (~> 0.1.10) tzinfo (>= 1, < 3) tzinfo-data - wdm (~> 0.1.1) webrick (~> 1.8) BUNDLED WITH - 2.4.22 + 2.5.22 diff --git a/_layouts/home.html b/_layouts/home.html index 6daa71d..5e71126 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,5 +1,5 @@ ---- -layout: default ---- - -{{ content }} +--- +layout: default +--- + +{{ content }} diff --git a/_layouts/mkpage.html b/_layouts/mkpage.html index 657cd97..02b1ac1 100755 --- a/_layouts/mkpage.html +++ b/_layouts/mkpage.html @@ -1,7 +1,7 @@ ---- -layout: default ---- -
- -{{ content }} +--- +layout: default +--- +
+ +{{ content }}
\ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html index f7e5463..84f03f7 100755 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,5 +1,5 @@ ---- -layout: default ---- - +--- +layout: default +--- + {{ content }} \ No newline at end of file diff --git a/_site/contact/index.html b/_site/contact/index.html index 6d6a30a..5213bce 100644 --- a/_site/contact/index.html +++ b/_site/contact/index.html @@ -35,8 +35,8 @@ -
- +
+

If you’re interested in getting in contact with me, I’m on various social media and can be contacted directly with the information below.

Email

@@ -67,7 +67,7 @@

Modrinth

- +