From b6f9cc801018537a36dfd9f5ed8890f89e788dda Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Thu, 7 Nov 2024 19:09:09 -0600 Subject: [PATCH] style: new Featured section stylization --- docs/anime.md | 10 +++++++-- docs/comics.md | 29 +++++++++++++------------- docs/manga.md | 23 ++++++++++++--------- docs/movies.md | 10 +++++++-- docs/podcasts.md | 53 +++++++++++++++++++++++++----------------------- docs/tv.md | 10 ++++++--- 6 files changed, 78 insertions(+), 57 deletions(-) diff --git a/docs/anime.md b/docs/anime.md index 056a26d..1b08bf1 100644 --- a/docs/anime.md +++ b/docs/anime.md @@ -6,7 +6,14 @@ # Anime -/// featured +
+{== + +## Featured + +==} +
+
- ![Cowboy Bebop](https://image.tmdb.org/t/p/original/A4PHx94G7mvM3b8vsDJ5HEaQ6uv.jpg) @@ -39,4 +46,3 @@ [![aniDB](https://assets.tylernguyen.wiki/logos/aniDB.png){ .twemoji .card-link title="aniDB" }](https://anidb.net/anime/10384)
-/// diff --git a/docs/comics.md b/docs/comics.md index bf35995..ddd2e82 100644 --- a/docs/comics.md +++ b/docs/comics.md @@ -1,30 +1,29 @@ --- -icon: material/robot-angry-outline +hide: + - toc +icon: octicons/comment-16 tags: - Evergreen --- # Comics -/// featured -**The Department of Truth** +
+{== -![Department of Truth](https://assets.tylernguyen.wiki/covers/Department-of-Truth_2021.jpg){ align=right width=125 } +## Featured -[James Tynion IV](https://jamestynioniv.substack.com/){ .md-button } -[![Comic Vine](https://assets.tylernguyen.wiki/logos/ComicVine.png){ .twemoji } Comic Vine](https://comicvine.gamespot.com/the-department-of-truth/4050-130740/){ .md-button } -[![Image Comics](https://assets.tylernguyen.wiki/logos/Image_Comics.svg){ .twemoji } Image Comics](https://imagecomics.com/comics/series/the-department-of-truth){ .md-button } -/// +==} +
-/// featured -**Spy Superb** +![Department of Truth](https://assets.tylernguyen.wiki/covers/Department-of-Truth_2021.jpg){ width=125 } +![Spy Superb](https://assets.tylernguyen.wiki/covers/Spy-Superb_2023.jpg){ width=125 } -![Spy Superb](https://assets.tylernguyen.wiki/covers/Spy-Superb_2023.jpg){ align=right width=125 } +**The Department of Truth (2020)** [![Image Comics](https://assets.tylernguyen.wiki/logos/Image_Comics.svg){ .twemoji }](https://imagecomics.com/comics/series/the-department-of-truth "Image Comics") -[Matt Kindt](https://www.mattkindtshop.com){ .md-button } -[![Comic Vine](https://assets.tylernguyen.wiki/logos/ComicVine.png){ .twemoji } Comic Vine](https://comicvine.gamespot.com/spy-superb/4050-147440/){ .md-button } -[![Dark Horse Comics](https://assets.tylernguyen.wiki/logos/Dark_Horse_Comics.svg){ .twemoji } Dark Horse Comics](https://www.darkhorse.com/Books/3010-220/Spy-Superb-HC){ .md-button } -/// +**Spy Superb (2023)** [![Dark Horse Comics](https://assets.tylernguyen.wiki/logos/Dark_Horse_Comics.svg){ .twemoji }](https://www.darkhorse.com/Books/3010-220/Spy-Superb-HC "Dark Horse Comics") + +--- - 100 Bullets (1999) - A Contract with God (1978) diff --git a/docs/manga.md b/docs/manga.md index 06fcf9a..a3be1af 100644 --- a/docs/manga.md +++ b/docs/manga.md @@ -1,4 +1,6 @@ --- +hide: + - toc icon: material/sword tags: - Evergreen @@ -6,16 +8,17 @@ tags: # Manga -/// featured -![Goodnight Punpun](https://assets.tylernguyen.wiki/covers/Goodnight-Punpun.png){ align=right width=125 } +
+{== -[:simple-anilist:{ .anilist } AniList](https://anilist.co/manga/34632/Oyasumi-Punpun){ .md-button } -[![Viz](https://assets.tylernguyen.wiki/logos/Viz.png){ .twemoji } Viz](https://www.viz.com/goodnight-punpun){ .md-button } -/// +## Featured -/// featured -![Vagabond](https://assets.tylernguyen.wiki/covers/Vagabond.jpg){ align=right width=125 } +==} +
-[:simple-anilist:{ .anilist } AniList](https://anilist.co/manga/30656/Vagabond){ .md-button } -[![Viz](https://assets.tylernguyen.wiki/logos/Viz.png){ .twemoji } Viz](https://www.viz.com/vagabond){ .md-button } -/// +![Vagabond](https://assets.tylernguyen.wiki/covers/Vagabond.jpg){ width=125 } +![Goodnight Punpun](https://assets.tylernguyen.wiki/covers/Goodnight-Punpun.png){ width=125 } + +**Vagabond** [:simple-anilist:{ .anilist }](https://anilist.co/manga/30656/Vagabond "AniList") [![Viz](https://assets.tylernguyen.wiki/logos/Viz.png){ .twemoji }]( "VIZ") + +**Goodnight Punpun** [:simple-anilist:{ .anilist }](https://anilist.co/manga/34632/Oyasumi-Punpun "AniList") [![Viz](https://assets.tylernguyen.wiki/logos/Viz.png){ .twemoji }](https://www.viz.com/goodnight-punpun "VIZ") diff --git a/docs/movies.md b/docs/movies.md index a7d702c..9779b64 100644 --- a/docs/movies.md +++ b/docs/movies.md @@ -8,7 +8,14 @@ hide: # Movies -/// featured +
+{== + +## Featured + +==} +
+
- ![Enter the Dragon](https://image.tmdb.org/t/p/original/b9G01LQzVhxgxdFOgopYlShM4L5.jpg) @@ -36,4 +43,3 @@ hide: [![IMDb](https://assets.tylernguyen.wiki/logos/IMDb.png){ .twemoji .card-link title="IMDb" }](https://www.imdb.com/title/tt8579674/)
-/// diff --git a/docs/podcasts.md b/docs/podcasts.md index b2480c4..68c725e 100644 --- a/docs/podcasts.md +++ b/docs/podcasts.md @@ -6,34 +6,37 @@ tags: # Podcasts -/// featured -
+
+{== -- ![This American Life](https://assets.tylernguyen.wiki/podcasts/This-American-Life.png){ align=right width=150 } - **This American Life** - [:octicons-link-external-16:](https://www.thisamericanlife.org/){ .card-link title="Homepage"} - [:fontawesome-solid-square-rss:{ .rss }](https://www.thisamericanlife.org/podcast/rss.xml){ .card-link title="RSS Feed"} - [:octicons-archive-16:](https://www.thisamericanlife.org/archive){ .card-link title=Archive} - - The official RSS feed only has its recent episodes. There is an [un-official archive RSS feed](https://github.com/dcadata/this-american-life-archive) with episodes 1 to current. - -- ![Planet Money](https://assets.tylernguyen.wiki/podcasts/NPR_Planet-Money.jpg){ align=right width=150 } - **Planet Money** - [:octicons-link-external-16:](https://www.npr.org/podcasts/510289/planet-money){ .card-link title="Homepage"} - [:fontawesome-solid-square-rss:{ .rss }](https://feeds.npr.org/510289/podcast.xml){ .card-link title="RSS Feed"} - -- ![Lore](https://assets.tylernguyen.wiki/podcasts/Lore.jpg){ align=right width=150 } - **Lore** - [:octicons-link-external-16:](https://www.lorepodcast.com/){ .card-link title="Homepage"} - [:fontawesome-solid-square-rss:{ .rss }](https://feeds.libsyn.com/65267/rss){ .card-link title="RSS Feed"} - -- ![Criminal](https://assets.tylernguyen.wiki/podcasts/Vox_Criminal.png){ align=right width=150 } - **Criminal** - [:octicons-link-external-16:](https://thisiscriminal.com/){ .card-link title="Homepage"} - [:fontawesome-solid-square-rss:{ .rss }](https://feeds.megaphone.fm/VMP7924981569){ .card-link title="RSS Feed"} +## Featured +==}
-/// + +![This American Life](https://assets.tylernguyen.wiki/podcasts/This-American-Life.png){ width=150 } +![Planet Money](https://assets.tylernguyen.wiki/podcasts/NPR_Planet-Money.jpg){ width=150 } +![Lore](https://assets.tylernguyen.wiki/podcasts/Lore.jpg){ width=150 } +![Criminal](https://assets.tylernguyen.wiki/podcasts/Vox_Criminal.png){ width=150 } + +**This American Life** +[:octicons-link-external-16:](https://www.thisamericanlife.org/){ .card-link title="Homepage"} +[:fontawesome-solid-square-rss:{ .rss }](https://www.thisamericanlife.org/podcast/rss.xml){ .card-link title="RSS Feed"} +[:octicons-archive-16:](https://www.thisamericanlife.org/archive){ .card-link title=Archive} + + The official RSS feed only has its recent episodes. There is an [un-official archive RSS feed](https://github.com/dcadata/this-american-life-archive) with episodes 1 to current. + +**Planet Money** +[:octicons-link-external-16:](https://www.npr.org/podcasts/510289/planet-money){ .card-link title="Homepage"} +[:fontawesome-solid-square-rss:{ .rss }](https://feeds.npr.org/510289/podcast.xml){ .card-link title="RSS Feed"} + +**Lore** +[:octicons-link-external-16:](https://www.lorepodcast.com/){ .card-link title="Homepage"} +[:fontawesome-solid-square-rss:{ .rss }](https://feeds.libsyn.com/65267/rss){ .card-link title="RSS Feed"} + +**Criminal** +[:octicons-link-external-16:](https://thisiscriminal.com/){ .card-link title="Homepage"} +[:fontawesome-solid-square-rss:{ .rss }](https://feeds.megaphone.fm/VMP7924981569){ .card-link title="RSS Feed"} ## Art, Design & Writing diff --git a/docs/tv.md b/docs/tv.md index 8e18c6e..3993639 100644 --- a/docs/tv.md +++ b/docs/tv.md @@ -8,7 +8,13 @@ hide: # Television -/// featured +
+{== + +## Featured + +==} +
@@ -49,5 +55,3 @@ hide: [![IMDb](https://assets.tylernguyen.wiki/logos/IMDb.png){ .twemoji .card-link title="IMDb" }](https://www.imdb.com/title/tt7366338/)
- -///