From 7da2cca6681af89528af88e97d53f2daa1e19210 Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Fri, 15 Nov 2024 16:48:41 -0600 Subject: [PATCH] remove jekyll-last-modified-at --- Gemfile | 1 - _config.yml | 1 - _pages/about.md | 2 +- _updates/2024-11-15-title.md | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2b6c348..ec13ee1 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,6 @@ gem "jekyll", "~> 4.3.4" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" - gem "jekyll-last-modified-at" gem "jekyll-email-protect" gem "jekyll-toc" gem "jekyll-loading-lazy" diff --git a/_config.yml b/_config.yml index e1524e6..9b254aa 100644 --- a/_config.yml +++ b/_config.yml @@ -37,7 +37,6 @@ plugins: - jekyll-email-protect - jekyll/tagging - jekyll-toc - - jekyll-last-modified-at - jekyll-loading-lazy # reminder to add diff --git a/_pages/about.md b/_pages/about.md index f0cea42..70eaa8e 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -8,7 +8,7 @@ show_footer: true --- This website was first uploaded on 21 February 2024. -The site is built with [jekyll](https://jekyllrb.com/) (a static site generator built in ruby) and hosted by [gitlab pages](https://docs.gitlab.com/ee/user/project/pages/); everything is cobbled together in [VSCodium](https://vscodium.com/). The current layout is heavily inspired by the 2-column iframe layouts of the 90's/early 00's, but done with responsive css (and a smidge of javascript) thanks to thanks to [these](https://www.w3schools.com/howto/howto_css_sidebar_responsive.asp) [tutorials](https://www.w3schools.com/howto/howto_js_mobile_navbar.asp) from [W3Schools](https://www.w3schools.com/). The gallery structure of my [fridge]({% link _pages/fridge.md %}) and [rkgk]({% link _pages/rkgk.md %}) pages are done using [this tutorial](https://jekyllcodex.org/without-plugin/image-gallery/#). I use the following jekyll plugins: [jekyll-feed](https://github.com/jekyll/jekyll-feed), [jekyll-email-protect](https://github.com/vwochnik/jekyll-email-protect) by vwochnik, [jekyll-tagging](https://github.com/pattex/jekyll-tagging) by pattex, [jekyll-toc](https://github.com/toshimaru/jekyll-toc) by toshimaru, [jekyll-last-modified-at](https://github.com/gjtorikian/jekyll-last-modified-at) by gjtorikian, and [jekyll-loading-lazy](https://github.com/gildesmarais/jekyll-loading-lazy) by gildesmarais. +The site is built with [jekyll](https://jekyllrb.com/) (a static site generator built in ruby) and hosted by [gitlab pages](https://docs.gitlab.com/ee/user/project/pages/); everything is cobbled together in [VSCodium](https://vscodium.com/). The current layout is heavily inspired by the 2-column iframe layouts of the 90's/early 00's, but done with responsive css (and a smidge of javascript) thanks to thanks to [these](https://www.w3schools.com/howto/howto_css_sidebar_responsive.asp) [tutorials](https://www.w3schools.com/howto/howto_js_mobile_navbar.asp) from [W3Schools](https://www.w3schools.com/). The gallery structure of my [fridge]({% link _pages/fridge.md %}) and [rkgk]({% link _pages/rkgk.md %}) pages are done using [this tutorial](https://jekyllcodex.org/without-plugin/image-gallery/#). I use the following jekyll plugins: [jekyll-feed](https://github.com/jekyll/jekyll-feed), [jekyll-email-protect](https://github.com/vwochnik/jekyll-email-protect) by vwochnik, [jekyll-tagging](https://github.com/pattex/jekyll-tagging) by pattex, [jekyll-toc](https://github.com/toshimaru/jekyll-toc) by toshimaru, and [jekyll-loading-lazy](https://github.com/gildesmarais/jekyll-loading-lazy) by gildesmarais. This place would not exist without the help of my good friends [lucidiot](https://tilde.town/~lucidiot/) and egg, both of whom helped me a lot with coding, troubleshooting, and proofreading. (thank you both sincerely from the bottom of my heart, you are indispensable homies and I am eternally grateful!) diff --git a/_updates/2024-11-15-title.md b/_updates/2024-11-15-title.md index b597437..f37c382 100644 --- a/_updates/2024-11-15-title.md +++ b/_updates/2024-11-15-title.md @@ -2,4 +2,4 @@ title: "site update" date: 2024-11-15 --- -updated the top part of the [now]({% link _pages/now.md %}) page, added a [guestbook](https://mana.atabook.org/) and fixed some spelling errors. \ No newline at end of file +updated the top part of the [now]({% link _pages/now.md %}) page, added a [guestbook](https://mana.atabook.org/) and fixed some spelling errors. removed [jekyll-last-modified-at](https://github.com/gjtorikian/jekyll-last-modified-at) from list of plugins on the [about site]({% link _pages/about.md %}) section and the gemfile for building the site (bc I stopped using it). \ No newline at end of file