From 72599acd1008119a98b4cfefbe4094ff6551fbc9 Mon Sep 17 00:00:00 2001 From: Narlotl Date: Tue, 29 Oct 2024 13:52:07 -0700 Subject: [PATCH] Updates --- .DS_Store | Bin 28676 -> 28676 bytes .gitignore | 4 +++- Gemfile | 8 +++++-- Gemfile.lock | 47 ++++++++++++++++++++++----------------- _config.yml | 1 - _includes/jumbotron.html | 4 ++-- _layouts/brief.html | 2 +- _layouts/news.html | 2 +- _layouts/signal.html | 2 +- assets/.DS_Store | Bin 14340 -> 14340 bytes assets/img/.DS_Store | Bin 14340 -> 14340 bytes 11 files changed, 40 insertions(+), 30 deletions(-) diff --git a/.DS_Store b/.DS_Store index c5da64cf0377392a4dca295550be725c16a7cf65..7d958db981dcbb5c67d05b549efaef9f37d11a21 100644 GIT binary patch delta 54 zcmZp9z}WJDal?!d#+{P`H4AwptE-JnjCB+Y&5X?_8;D3Vc2B;jD$m$6IWW|6^Z7U< K#?5=f+$8}KR1(er delta 40 wcmZp9z}WJDal?#|$@R{q97YxvItnJ{CX*j1J5CM{HQ9VF&X{rY-Y|Db07SPBNdN!< diff --git a/.gitignore b/.gitignore index 79ca516a8..0f7384912 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .jekyll-cache/ -_site/ \ No newline at end of file +_site/ +_site +license.md \ No newline at end of file diff --git a/Gemfile b/Gemfile index 7fe881b57..8a8d36f93 100644 --- a/Gemfile +++ b/Gemfile @@ -23,8 +23,12 @@ group :jekyll_plugins do gem "jekyll-sitemap" gem "jekyll-seo-tag" gem "jekyll-paginate" - gem "jekyll-last-modified-at" gem "jekyll-redirect-from" + gem 'logger' + gem 'csv' + gem 'ostruct' + gem 'base64' + gem 'bigdecimal' end # Windows and JRuby do not include zoneinfo files, so bundle the tzinfo-data gem @@ -37,4 +41,4 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", platforms: [:mingw, :x64_mingw, :mswin] -gem "webrick", "~> 1.7" +gem "webrick" diff --git a/Gemfile.lock b/Gemfile.lock index 95ad5ccff..5959fc763 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,21 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) + bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.4) + csv (3.3.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.15.5) + ffi (1.17.0-x86_64-darwin) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.6) concurrent-ruby (~> 1.0) jekyll (4.2.2) addressable (~> 2.4) @@ -29,17 +32,14 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 2.0) - jekyll-feed (0.15.1) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) - jekyll-last-modified-at (1.3.0) - jekyll (>= 3.7, < 5.0) - posix-spawn (~> 0.3.9) jekyll-paginate (1.1.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) - jekyll-seo-tag (2.7.1) + jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) @@ -49,19 +49,20 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) + liquid (4.0.4) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) mercenary (0.4.0) + ostruct (0.6.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - posix-spawn (0.3.15) - public_suffix (5.0.0) + public_suffix (6.0.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.3.9) rouge (3.30.0) safe_yaml (1.0.5) sassc (2.4.0) @@ -69,23 +70,27 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS - ruby + x86_64-darwin DEPENDENCIES + base64 + bigdecimal + csv jekyll (~> 4.2.0) jekyll-feed (>= 0.15.1) - jekyll-last-modified-at jekyll-paginate jekyll-redirect-from jekyll-seo-tag jekyll-sitemap + logger + ostruct tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick BUNDLED WITH - 2.2.32 + 2.5.22 diff --git a/_config.yml b/_config.yml index 741f8f875..50fb2f5bb 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,6 @@ plugins: - jekyll-seo-tag - jekyll-sitemap - jekyll-paginate - - jekyll-last-modified-at - jekyll-redirect-from # Date/time diff --git a/_includes/jumbotron.html b/_includes/jumbotron.html index e4281ddd2..228d77986 100644 --- a/_includes/jumbotron.html +++ b/_includes/jumbotron.html @@ -170,7 +170,7 @@

{{ page.title }}

{% endif %} {% include read-time.html %} {% include author.html %} - {% include modified.html %} + {% include updated.html %}
@@ -363,7 +363,7 @@

{{ page.title }}

{{ page.description }}

{% endif %} {% include author.html %} - {% include modified.html %} + {% include updated.html %} diff --git a/_layouts/brief.html b/_layouts/brief.html index 8dfbedb11..b6c358e38 100644 --- a/_layouts/brief.html +++ b/_layouts/brief.html @@ -14,7 +14,7 @@
{% include author.html %} - {% include modified.html %} + {% include updated.html %} {% include subscribe.html %}
diff --git a/_layouts/news.html b/_layouts/news.html index 5d67f4a71..5835850b6 100644 --- a/_layouts/news.html +++ b/_layouts/news.html @@ -15,7 +15,7 @@
{% include subscribe.html %} {% include author.html %} - {% include modified.html %} + {% include updated.html %}
{{ content }} diff --git a/_layouts/signal.html b/_layouts/signal.html index d0e76311d..b57f99e99 100644 --- a/_layouts/signal.html +++ b/_layouts/signal.html @@ -15,7 +15,7 @@
{% include subscribe.html %} {% include author.html %} - {% include modified.html %} + {% include updated.html %}
diff --git a/assets/.DS_Store b/assets/.DS_Store index 006066862c9b801a85d9b55fc76f31bf31eff7a5..64d16e82664323300b9ff5c2af221d70f861ebd8 100644 GIT binary patch delta 58 zcmZoEXernrE5x{SvYb#Mk7RYVk%_U6f}xqQ`DA$&X~yo!f`amlJ)5rynecArR(Qv? O`G*uA>t=R?zw7`8suA4) delta 35 rcmZoEXernrD>V6*V(H{r3htY42^sQk=2CdiwfUD6AM0jzgTL$m2l@@# diff --git a/assets/img/.DS_Store b/assets/img/.DS_Store index 80838d990bb7ee16e21469f32814d0d8e5259f25..43cdc1850648d8820ed0898665d22292e084ce13 100644 GIT binary patch delta 731 zcmdVXPe{{o9LDj_`&-237Fy;(TsZ$_uwehf1Vwg`Ol1fyYgvaN9L;JjNR)w0aTJOt zzt+`A1VIyF+D-dIl7a@7Bm|0qm8T9d1p~F81)YMRTc5*ocy6!flZYmw<8^jj>1Z)~ zPJ2(;-6h^LdfuL+R~&iTl-FdjHUz`hnWDh3GL=m^l}ovmN0q5cw^;puvqy{4{?)!HA7o87 zBqiG%!eWSXIf;uBe4M4q(AMJTBA2*qnD@mYZV=`scWE)yZN%sz!9DKNO&?Be*!Sg+ zc+4O}j4@7<2_~85883LrD`Sf{EVITZJ|`=RpC3%_Id)C@qpj=@fBlbbx}tdI2WGdk AP5=M^ delta 655 zcmd7P&r8#B9Dwon^QLs62NjpDZLr0LVi9J+ra>MY;bCYg3MJ^Ktq@Gset4-c!l=lK z{2Yul!IM!6!c>Av>foYC(x46%b(0Q7HxH3NzCu^&+JEr8cn0DF@##j7sVGg`4h0YI z_Z$pVnnjP(%$NI2zW1!2%s0ypyO}IJV_fdM!h&=%))ecBrn>uLp=c_WGzW@Y8PDDx zv_nk9>F?hqHgQXpgd{8xNyr7cCHG`pW@JIK@zo{Ec1!ad|`!O z{N@j9tZS}1bdNgKrvVLWwbp2zhP6dcX_pDR{ASo!so{T#Q+A(eaJQQG{_(%)l5NoD zQJriFGoh+3#EQZI4NljI_oEY@YNaFao9bBDVYZN$QD(H`=M$4oKD v6Q1&n=VW=sYu@nIvVP