Publish changes and Greyhound review

This commit is contained in:
Campbell Alden 2025-11-04 23:49:29 +09:00
parent 735a0de0c6
commit b523068188
67 changed files with 2183 additions and 730 deletions

View file

@ -335,13 +335,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Action on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sun, 26 Feb 2023 12:05:44 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/action/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -239,13 +239,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Adventure on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sun, 26 Feb 2023 12:05:44 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/adventure/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en"><head><script src="/film/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=film/livereload" data-no-instant defer></script>
<title>Biography</title>
<meta property="og:title" content="Biography" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://localhost:1313/film/genres/biography/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="preload" as="style">
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/film/style.css">
<link rel="stylesheet" href="/film/card.css">
<link rel="stylesheet" href="/film/home.css">
<link rel="stylesheet" href="/film/review.css">
<link rel="stylesheet" href="/film/quick_look.css">
<link rel="stylesheet" href="/film/metadetails.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PF672BTD8F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PF672BTD8F');
</script>
</head>
<body><header class="header">
<h2>
<a href="http://localhost:1313/film/" class="unstyled-link">
CaAlden: <span class="color:accent">Films</span>
</a>
</h2><nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item button:large">
<a href="http://localhost:1313/film/about" class="button button:large color:invert">about</a>
</li>
</ul>
</nav>
</header>
<main id="content">
<section>
<header class="cluster s1 spacing:between" style="align-items: center; margin-bottom: 10px">
<h1>Biography</h1>
<a class="button button:large" href="http://localhost:1313/film/genres">Back to Genres</a>
</header>
<div class="cards">
<div class="card">
<div class="card-image">
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BNTk5MmIzNmQtMjU3NC00NDA5LThlMGQtNDc4MzVmNzkwMzZmXkEyXkFqcGc@._V1_SX800.webp alt="Poster forCherry" />
</div>
<section class="card-content">
<header>
<h3 class="subtitle">Cherry</h3>
</header>
<div>Short summary (70 characters or so)</div>
<div class="cluster spacing:between">
<div class="cluster s1 align:center">
Rating:
<span class="numbers">5/5</span>
</div>
<div>
<a class="button" href="/film/reviews/cherry/">
Read review
</a>
</div>
</div>
</div>
</div>
</section>
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Biography on CaAlden: Films</title>
<link>http://localhost:1313/film/genres/biography/</link>
<description>Recent content in Biography on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Wed, 22 Oct 2025 19:46:37 +0900</lastBuildDate>
<atom:link href="http://localhost:1313/film/genres/biography/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Cherry</title>
<link>http://localhost:1313/film/reviews/cherry/</link>
<pubDate>Wed, 22 Oct 2025 19:46:37 +0900</pubDate>
<guid>http://localhost:1313/film/reviews/cherry/</guid>
<description>Short summary (70 characters or so)</description>
</item>
</channel>
</rss>

View file

@ -233,13 +233,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Comedy on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sat, 18 Feb 2023 13:02:20 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/comedy/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -161,13 +161,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Crime on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sat, 18 Feb 2023 13:02:20 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/crime/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -53,6 +53,30 @@
</header>
<div class="cards">
<div class="card">
<div class="card-image">
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BZTU3YzY0NjktMmRhMC00MzYyLWI0YmUtZGJkMzJjMWYwZDZkXkEyXkFqcGc@._V1_SX800.webp alt="Poster forGreyhound" />
</div>
<section class="card-content">
<header>
<h3 class="subtitle">Greyhound</h3>
</header>
<div>Short summary (70 characters or so)</div>
<div class="cluster spacing:between">
<div class="cluster s1 align:center">
Rating:
<span class="numbers">4/5</span>
</div>
<div>
<a class="button" href="/film/reviews/greyhound/">
Read review
</a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BYzhiMDlkNWMtZGJjMy00YTIxLTgzM2QtNWQ5MDlkODk5YTdkXkEyXkFqcGc@._V1_QL75_UY281_CR6,0,190,281_.jpg alt="Poster forThe School for Good and Evil" />
@ -103,7 +127,7 @@
<div class="card">
<div class="card-image">
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTg0MTU5ODkwM15BMl5BanBnXkFtZTYwMzgxNzY3._V1_SX800.webp alt="Poster forHoles" />
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTg0MTU5ODkwM15BMl5BanBnXkFtZTYwMzgxNzY3._V1_SX800.webp alt="Poster forHoles" />
<a class="card-favorite-star" href="https://caalden.github.io/film/favorites">
<span hidden>Favorite</span>
@ -185,13 +209,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,9 +6,16 @@
<description>Recent content in Drama on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Wed, 09 Nov 2022 19:58:32 +0900</lastBuildDate>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Tue, 04 Nov 2025 23:29:37 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/drama/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Greyhound</title>
<link>https://caalden.github.io/film/reviews/greyhound/</link>
<pubDate>Tue, 04 Nov 2025 23:29:37 +0900</pubDate>
<guid>https://caalden.github.io/film/reviews/greyhound/</guid>
<description>Short summary (70 characters or so)</description>
</item>
<item>
<title>The School for Good and Evil</title>
<link>https://caalden.github.io/film/reviews/the-school-for-good-and-evil/</link>

View file

@ -83,13 +83,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Family on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sun, 11 Sep 2022 20:43:24 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/family/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en"><head><script src="/film/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=film/livereload" data-no-instant defer></script>
<title>Fantasy</title>
<meta property="og:title" content="Fantasy" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://localhost:1313/film/genres/fantasy/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="preload" as="style">
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/film/style.css">
<link rel="stylesheet" href="/film/card.css">
<link rel="stylesheet" href="/film/home.css">
<link rel="stylesheet" href="/film/review.css">
<link rel="stylesheet" href="/film/quick_look.css">
<link rel="stylesheet" href="/film/metadetails.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PF672BTD8F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PF672BTD8F');
</script>
</head>
<body><header class="header">
<h2>
<a href="http://localhost:1313/film/" class="unstyled-link">
CaAlden: <span class="color:accent">Films</span>
</a>
</h2><nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item button:large">
<a href="http://localhost:1313/film/about" class="button button:large color:invert">about</a>
</li>
</ul>
</nav>
</header>
<main id="content">
<section>
<header class="cluster s1 spacing:between" style="align-items: center; margin-bottom: 10px">
<h1>Fantasy</h1>
<a class="button button:large" href="http://localhost:1313/film/genres">Back to Genres</a>
</header>
<div class="cards">
<div class="card">
<div class="card-image">
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BNWRlZmU3ZTItM2JlYi00YTg1LTgxNTItMjMyNzIyZWY5YWJmXkEyXkFqcGc@._V1_SX800.webp alt="Poster forFountain of Youth" />
</div>
<section class="card-content">
<header>
<h3 class="subtitle">Fountain of Youth</h3>
</header>
<div>An estranged brother and sister reunite on an adventure to find the fountain of youth</div>
<div class="cluster spacing:between">
<div class="cluster s1 align:center">
Rating:
<span class="numbers">2/5</span>
</div>
<div>
<a class="button" href="/film/reviews/fountain-of-youth/">
Read review
</a>
</div>
</div>
</div>
</div>
</section>
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Fantasy on CaAlden: Films</title>
<link>http://localhost:1313/film/genres/fantasy/</link>
<description>Recent content in Fantasy on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Thu, 30 Oct 2025 00:37:58 +0900</lastBuildDate>
<atom:link href="http://localhost:1313/film/genres/fantasy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fountain of Youth</title>
<link>http://localhost:1313/film/reviews/fountain-of-youth/</link>
<pubDate>Thu, 30 Oct 2025 00:37:58 +0900</pubDate>
<guid>http://localhost:1313/film/reviews/fountain-of-youth/</guid>
<description>An estranged brother and sister reunite on an adventure to find the fountain of youth</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en"><head>
<title>History</title>
<meta property="og:title" content="History" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caalden.github.io/film/genres/history/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="preload" as="style">
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/film/style.css">
<link rel="stylesheet" href="/film/card.css">
<link rel="stylesheet" href="/film/home.css">
<link rel="stylesheet" href="/film/review.css">
<link rel="stylesheet" href="/film/quick_look.css">
<link rel="stylesheet" href="/film/metadetails.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PF672BTD8F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PF672BTD8F');
</script>
</head>
<body><header class="header">
<h2>
<a href="https://caalden.github.io/film/" class="unstyled-link">
CaAlden: <span class="color:accent">Films</span>
</a>
</h2><nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item button:large">
<a href="https://caalden.github.io/film/about" class="button button:large color:invert">about</a>
</li>
</ul>
</nav>
</header>
<main id="content">
<section>
<header class="cluster s1 spacing:between" style="align-items: center; margin-bottom: 10px">
<h1>History</h1>
<a class="button button:large" href="https://caalden.github.io/film/genres">Back to Genres</a>
</header>
<div class="cards">
<div class="card">
<div class="card-image">
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BZTU3YzY0NjktMmRhMC00MzYyLWI0YmUtZGJkMzJjMWYwZDZkXkEyXkFqcGc@._V1_SX800.webp alt="Poster forGreyhound" />
</div>
<section class="card-content">
<header>
<h3 class="subtitle">Greyhound</h3>
</header>
<div>Short summary (70 characters or so)</div>
<div class="cluster spacing:between">
<div class="cluster s1 align:center">
Rating:
<span class="numbers">4/5</span>
</div>
<div>
<a class="button" href="/film/reviews/greyhound/">
Read review
</a>
</div>
</div>
</div>
</div>
</section>
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>History on CaAlden: Films</title>
<link>https://caalden.github.io/film/genres/history/</link>
<description>Recent content in History on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Tue, 04 Nov 2025 23:29:37 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/history/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Greyhound</title>
<link>https://caalden.github.io/film/reviews/greyhound/</link>
<pubDate>Tue, 04 Nov 2025 23:29:37 +0900</pubDate>
<guid>https://caalden.github.io/film/reviews/greyhound/</guid>
<description>Short summary (70 characters or so)</description>
</item>
</channel>
</rss>

View file

@ -113,13 +113,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Horror on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sat, 04 Mar 2023 23:27:55 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/horror/index.xml" rel="self" type="application/rss+xml" />
<item>

File diff suppressed because it is too large Load diff

View file

@ -6,9 +6,30 @@
<description>Recent content in Genres on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sat, 04 Mar 2023 23:27:55 +0900</lastBuildDate>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Tue, 04 Nov 2025 23:29:37 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Drama</title>
<link>https://caalden.github.io/film/genres/drama/</link>
<pubDate>Tue, 04 Nov 2025 23:29:37 +0900</pubDate>
<guid>https://caalden.github.io/film/genres/drama/</guid>
<description></description>
</item>
<item>
<title>History</title>
<link>https://caalden.github.io/film/genres/history/</link>
<pubDate>Tue, 04 Nov 2025 23:29:37 +0900</pubDate>
<guid>https://caalden.github.io/film/genres/history/</guid>
<description></description>
</item>
<item>
<title>War</title>
<link>https://caalden.github.io/film/genres/war/</link>
<pubDate>Tue, 04 Nov 2025 23:29:37 +0900</pubDate>
<guid>https://caalden.github.io/film/genres/war/</guid>
<description></description>
</item>
<item>
<title>Horror</title>
<link>https://caalden.github.io/film/genres/horror/</link>
@ -51,13 +72,6 @@
<guid>https://caalden.github.io/film/genres/crime/</guid>
<description></description>
</item>
<item>
<title>Drama</title>
<link>https://caalden.github.io/film/genres/drama/</link>
<pubDate>Wed, 09 Nov 2022 19:58:32 +0900</pubDate>
<guid>https://caalden.github.io/film/genres/drama/</guid>
<description></description>
</item>
<item>
<title>Sci-Fi</title>
<link>https://caalden.github.io/film/genres/sci-fi/</link>

View file

@ -89,13 +89,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Mystery on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sun, 11 Sep 2022 20:43:17 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/mystery/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -131,13 +131,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Romance on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sun, 11 Sep 2022 20:43:24 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/romance/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -83,13 +83,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Sci-Fi on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Tue, 27 Sep 2022 22:41:22 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/sci-fi/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -263,13 +263,13 @@
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2023 Campbell Alden, All rights reserved.</span>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

View file

@ -6,7 +6,7 @@
<description>Recent content in Thriller on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2023 Campbell Alden, All rights reserved.</copyright>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Sat, 04 Mar 2023 23:27:55 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/thriller/index.xml" rel="self" type="application/rss+xml" />
<item>

View file

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en"><head>
<title>War</title>
<meta property="og:title" content="War" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caalden.github.io/film/genres/war/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="preload" as="style">
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/film/style.css">
<link rel="stylesheet" href="/film/card.css">
<link rel="stylesheet" href="/film/home.css">
<link rel="stylesheet" href="/film/review.css">
<link rel="stylesheet" href="/film/quick_look.css">
<link rel="stylesheet" href="/film/metadetails.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PF672BTD8F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PF672BTD8F');
</script>
</head>
<body><header class="header">
<h2>
<a href="https://caalden.github.io/film/" class="unstyled-link">
CaAlden: <span class="color:accent">Films</span>
</a>
</h2><nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item button:large">
<a href="https://caalden.github.io/film/about" class="button button:large color:invert">about</a>
</li>
</ul>
</nav>
</header>
<main id="content">
<section>
<header class="cluster s1 spacing:between" style="align-items: center; margin-bottom: 10px">
<h1>War</h1>
<a class="button button:large" href="https://caalden.github.io/film/genres">Back to Genres</a>
</header>
<div class="cards">
<div class="card">
<div class="card-image">
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BZTU3YzY0NjktMmRhMC00MzYyLWI0YmUtZGJkMzJjMWYwZDZkXkEyXkFqcGc@._V1_SX800.webp alt="Poster forGreyhound" />
</div>
<section class="card-content">
<header>
<h3 class="subtitle">Greyhound</h3>
</header>
<div>Short summary (70 characters or so)</div>
<div class="cluster spacing:between">
<div class="cluster s1 align:center">
Rating:
<span class="numbers">4/5</span>
</div>
<div>
<a class="button" href="/film/reviews/greyhound/">
Read review
</a>
</div>
</div>
</div>
</div>
</section>
</main><footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://resume.campbellalden.com">Resume</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">© 2025 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>

20
docs/genres/war/index.xml Normal file
View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>War on CaAlden: Films</title>
<link>https://caalden.github.io/film/genres/war/</link>
<description>Recent content in War on CaAlden: Films</description>
<generator>Hugo</generator>
<language>en-us</language>
<copyright>© 2025 Campbell Alden, All rights reserved.</copyright>
<lastBuildDate>Tue, 04 Nov 2025 23:29:37 +0900</lastBuildDate>
<atom:link href="https://caalden.github.io/film/genres/war/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Greyhound</title>
<link>https://caalden.github.io/film/reviews/greyhound/</link>
<pubDate>Tue, 04 Nov 2025 23:29:37 +0900</pubDate>
<guid>https://caalden.github.io/film/reviews/greyhound/</guid>
<description>Short summary (70 characters or so)</description>
</item>
</channel>
</rss>