From 8974dae15994675db552e2b7e09fd39a3b5fbd69 Mon Sep 17 00:00:00 2001 From: helenclx Date: Sun, 4 Aug 2024 12:25:24 +0000 Subject: [PATCH] Build: (4346a1b) Remove redundant pointer cursor CSS property from table of contents --- .htaccess | 2 +- .../index.html | 1 - articles/index.html | 1 - assets/css/components.css | 9 +- .../index.html | 5 +- .../index.html | 1 - .../index.html | 1 - categories/eleventy/index.html | 462 ++++++++++++++++++ categories/index.html | 4 + changelogs/layouts/index.html | 1 - colophon/index.html | 1 - feed.xml | 2 +- projects/index.html | 1 - projects/playlists/index.html | 1 - projects/videogamemods/kotor1/index.html | 1 - projects/videogamemods/kotor2/index.html | 1 - shrines/asummersend/gallery/index.html | 1 - shrines/asummersend/index.html | 1 - shrines/asummersend/playlists/index.html | 1 - shrines/asummersend/trivia/index.html | 1 - .../index.html | 1 - shrines/cassettebeasts/articles/index.html | 1 - shrines/cassettebeasts/facts/index.html | 1 - shrines/cassettebeasts/featured/index.html | 1 - shrines/cassettebeasts/gamelog/index.html | 1 - shrines/cassettebeasts/index.html | 1 - shrines/cassettebeasts/resources/index.html | 1 - .../faq-same-gender-romance-mods/index.html | 1 - shrines/starwarskotor/articles/index.html | 1 - shrines/starwarskotor/guides/index.html | 1 - .../kotor-juhani-romance-guide/index.html | 1 - .../kotor-redeeming-bastila-guide/index.html | 1 - .../index.html | 1 - shrines/starwarskotor/index.html | 1 - shrines/starwarskotor/resources/index.html | 1 - .../kotor-same-gender-romance-mods/index.html | 1 - .../index.html | 1 - shrines/starwarskotor/universes/index.html | 1 - 38 files changed, 479 insertions(+), 37 deletions(-) create mode 100644 categories/eleventy/index.html diff --git a/.htaccess b/.htaccess index 10a67152..d46f75c9 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,6 @@ ErrorDocument 404 /404.html - + Header set Cache-Control "max-age=31536000, public" diff --git a/articles/anti-harry-potter-jk-rowling-masterlist/index.html b/articles/anti-harry-potter-jk-rowling-masterlist/index.html index d7aae633..e4101436 100644 --- a/articles/anti-harry-potter-jk-rowling-masterlist/index.html +++ b/articles/anti-harry-potter-jk-rowling-masterlist/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/articles/index.html b/articles/index.html index b90996fa..c3d52a2d 100644 --- a/articles/index.html +++ b/articles/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/assets/css/components.css b/assets/css/components.css index 279704ec..3de46427 100644 --- a/assets/css/components.css +++ b/assets/css/components.css @@ -109,9 +109,16 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(- * + .content-accordion { margin-top: var(--sz-paragraph-margin); } .content-accordion { padding: 0.5em 0; } .content-accordion__summary { font-weight: 700; } -.content-accordion__content { padding: 0.5em 1em; } +.content-accordion__content, .content-accordion__content p + p { margin-top: 1em; } +.content-accordion__content { + --bdr-accordion: 0.15em solid var(--clr-title-border); + padding: 1em 0; + border-top: var(--bdr-accordion); + border-bottom: var(--bdr-accordion); +} + /* Content warning accordion */ * + .contnet-warning { margin-top: var(--sz-paragraph-margin); } diff --git a/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html b/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html index 8a21814b..f3d3c70f 100644 --- a/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html +++ b/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, @@ -440,7 +439,9 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))

Categories: - site updates + site updates, + + eleventy

diff --git a/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/index.html b/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/index.html index f4b4921f..88a28266 100644 --- a/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/index.html +++ b/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/index.html b/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/index.html index 0c595ebc..6c98c06b 100644 --- a/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/index.html +++ b/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/categories/eleventy/index.html b/categories/eleventy/index.html new file mode 100644 index 00000000..75abfea1 --- /dev/null +++ b/categories/eleventy/index.html @@ -0,0 +1,462 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content Category: "eleventy" | Leilukin's Hub + + + + +
+ +
+ + Banner of Leilukin's Hub + +
+
+ + + + +
+
+ + +

Content Category: "eleventy"

+ + + +

All contents under the "eleventy" category on Leilukin's Hub.

+ + +
+ + + + + + +
+ + +

1 Contents Filed Under "eleventy"

+ + + + +

See all content categories.

+ + +
+ + + + +
+
+ + + + \ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 5d4cf363..9140a0c5 100644 --- a/categories/index.html +++ b/categories/index.html @@ -406,6 +406,10 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8)) +
  • eleventy (1)
  • + + +
  • fandom culture (2)
  • diff --git a/changelogs/layouts/index.html b/changelogs/layouts/index.html index 6e9b1721..1e0b0f09 100644 --- a/changelogs/layouts/index.html +++ b/changelogs/layouts/index.html @@ -96,7 +96,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/colophon/index.html b/colophon/index.html index ab6406b2..3144aba8 100644 --- a/colophon/index.html +++ b/colophon/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/feed.xml b/feed.xml index 3b1a775f..f26a419c 100644 --- a/feed.xml +++ b/feed.xml @@ -4,7 +4,7 @@ Leilukin's personal website. - 2024-08-04T05:57:07Z + 2024-08-04T12:25:22Z https://leilukin.com/ Leilukin diff --git a/projects/index.html b/projects/index.html index 46b1105c..7638ce0a 100644 --- a/projects/index.html +++ b/projects/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/projects/playlists/index.html b/projects/playlists/index.html index 02cdd1cc..033dc8cc 100644 --- a/projects/playlists/index.html +++ b/projects/playlists/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/projects/videogamemods/kotor1/index.html b/projects/videogamemods/kotor1/index.html index 4e9cc515..56a8474b 100644 --- a/projects/videogamemods/kotor1/index.html +++ b/projects/videogamemods/kotor1/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/projects/videogamemods/kotor2/index.html b/projects/videogamemods/kotor2/index.html index ed7ccff2..4fe810a3 100644 --- a/projects/videogamemods/kotor2/index.html +++ b/projects/videogamemods/kotor2/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/asummersend/gallery/index.html b/shrines/asummersend/gallery/index.html index 0a213ab8..4961519b 100644 --- a/shrines/asummersend/gallery/index.html +++ b/shrines/asummersend/gallery/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/asummersend/index.html b/shrines/asummersend/index.html index f6403892..13069361 100644 --- a/shrines/asummersend/index.html +++ b/shrines/asummersend/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/asummersend/playlists/index.html b/shrines/asummersend/playlists/index.html index c8449bb4..495118fd 100644 --- a/shrines/asummersend/playlists/index.html +++ b/shrines/asummersend/playlists/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/asummersend/trivia/index.html b/shrines/asummersend/trivia/index.html index c3ab5552..f5c68e34 100644 --- a/shrines/asummersend/trivia/index.html +++ b/shrines/asummersend/trivia/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html b/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html index 02a338b4..63f5f3df 100644 --- a/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html +++ b/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/cassettebeasts/articles/index.html b/shrines/cassettebeasts/articles/index.html index 6a47206d..8792e711 100644 --- a/shrines/cassettebeasts/articles/index.html +++ b/shrines/cassettebeasts/articles/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/cassettebeasts/facts/index.html b/shrines/cassettebeasts/facts/index.html index d1c74f81..96a48511 100644 --- a/shrines/cassettebeasts/facts/index.html +++ b/shrines/cassettebeasts/facts/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/cassettebeasts/featured/index.html b/shrines/cassettebeasts/featured/index.html index 7bbd52de..4728f57c 100644 --- a/shrines/cassettebeasts/featured/index.html +++ b/shrines/cassettebeasts/featured/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/cassettebeasts/gamelog/index.html b/shrines/cassettebeasts/gamelog/index.html index db2f05d2..1e1ef319 100644 --- a/shrines/cassettebeasts/gamelog/index.html +++ b/shrines/cassettebeasts/gamelog/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/cassettebeasts/index.html b/shrines/cassettebeasts/index.html index 87fc0c5a..be62e54a 100644 --- a/shrines/cassettebeasts/index.html +++ b/shrines/cassettebeasts/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/cassettebeasts/resources/index.html b/shrines/cassettebeasts/resources/index.html index 2697c887..c7374007 100644 --- a/shrines/cassettebeasts/resources/index.html +++ b/shrines/cassettebeasts/resources/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html b/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html index cee39c55..a79614a7 100644 --- a/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html +++ b/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/articles/index.html b/shrines/starwarskotor/articles/index.html index 4a2b87a7..2a5d7454 100644 --- a/shrines/starwarskotor/articles/index.html +++ b/shrines/starwarskotor/articles/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/guides/index.html b/shrines/starwarskotor/guides/index.html index 541d4cd9..f422eeac 100644 --- a/shrines/starwarskotor/guides/index.html +++ b/shrines/starwarskotor/guides/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html b/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html index 1cf97a34..c0191b60 100644 --- a/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html +++ b/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html b/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html index 404ba12c..b5cd8938 100644 --- a/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html +++ b/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html b/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html index 2c5c07fc..7a2156b0 100644 --- a/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html +++ b/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/index.html b/shrines/starwarskotor/index.html index 522b1a88..179ab128 100644 --- a/shrines/starwarskotor/index.html +++ b/shrines/starwarskotor/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/resources/index.html b/shrines/starwarskotor/resources/index.html index 470128fa..55cc99b2 100644 --- a/shrines/starwarskotor/resources/index.html +++ b/shrines/starwarskotor/resources/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html b/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html index 2bb436e3..e08f9c1b 100644 --- a/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html +++ b/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html b/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html index a9d5a075..a73b946f 100644 --- a/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html +++ b/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol, diff --git a/shrines/starwarskotor/universes/index.html b/shrines/starwarskotor/universes/index.html index 7dfe0958..03b4d9c0 100644 --- a/shrines/starwarskotor/universes/index.html +++ b/shrines/starwarskotor/universes/index.html @@ -64,7 +64,6 @@ font-size: 1.3rem; font-weight: 700; color: var(--clr-sub-heading); - cursor: pointer; } .toc ol,