remove jekyll-last-modified-at
This commit is contained in:
parent
4d27de4e61
commit
7da2cca668
4 changed files with 2 additions and 4 deletions
1
Gemfile
1
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"
|
||||
|
|
|
@ -37,7 +37,6 @@ plugins:
|
|||
- jekyll-email-protect
|
||||
- jekyll/tagging
|
||||
- jekyll-toc
|
||||
- jekyll-last-modified-at
|
||||
- jekyll-loading-lazy
|
||||
|
||||
# reminder to add
|
||||
|
|
|
@ -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!)
|
||||
|
||||
|
|
|
@ -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.
|
||||
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).
|
Loading…
Add table
Reference in a new issue