This commit is contained in:
Campbell Alden 2022-08-23 22:15:03 +09:00
parent 0a798e9db5
commit bc2a60b86e
9 changed files with 168 additions and 4 deletions

View file

@ -1,6 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html><head>
<title>About</title> <title>About</title>
<meta property="og:title" content="About" />
<meta property="og:description" content="A quick burb about why I made this blog">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caalden.github.io/film/about/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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="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="stylesheet" href="/film/style.css"> <link rel="stylesheet" href="/film/style.css">

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>Comedy on CaAlden: Films</title>
<link>https://caalden.github.io/film/genres/comedy/</link>
<description>Recent content in Comedy on CaAlden: Films</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 17 Aug 2022 17:18:04 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/comedy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The French Dispatch</title>
<link>https://caalden.github.io/film/reviews/the-french-dispatch/</link>
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
<guid>https://caalden.github.io/film/reviews/the-french-dispatch/</guid>
<description>A new film from Wes Anderson styled after a magazine</description>
</item>
</channel>
</rss>

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>Drama on CaAlden: Films</title>
<link>https://caalden.github.io/film/genres/drama/</link>
<description>Recent content in Drama on CaAlden: Films</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 17 Aug 2022 17:18:04 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/drama/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The French Dispatch</title>
<link>https://caalden.github.io/film/reviews/the-french-dispatch/</link>
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
<guid>https://caalden.github.io/film/reviews/the-french-dispatch/</guid>
<description>A new film from Wes Anderson styled after a magazine</description>
</item>
</channel>
</rss>

38
docs/genres/index.xml Normal file
View file

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Genres on CaAlden: Films</title>
<link>https://caalden.github.io/film/genres/</link>
<description>Recent content in Genres on CaAlden: Films</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 17 Aug 2022 17:18:04 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Comedy</title>
<link>https://caalden.github.io/film/genres/comedy/</link>
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
<guid>https://caalden.github.io/film/genres/comedy/</guid>
<description></description>
</item>
<item>
<title>Drama</title>
<link>https://caalden.github.io/film/genres/drama/</link>
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
<guid>https://caalden.github.io/film/genres/drama/</guid>
<description></description>
</item>
<item>
<title>Romance</title>
<link>https://caalden.github.io/film/genres/romance/</link>
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
<guid>https://caalden.github.io/film/genres/romance/</guid>
<description></description>
</item>
</channel>
</rss>

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>Romance on CaAlden: Films</title>
<link>https://caalden.github.io/film/genres/romance/</link>
<description>Recent content in Romance on CaAlden: Films</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 17 Aug 2022 17:18:04 +0900</lastBuildDate><atom:link href="https://caalden.github.io/film/genres/romance/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The French Dispatch</title>
<link>https://caalden.github.io/film/reviews/the-french-dispatch/</link>
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
<guid>https://caalden.github.io/film/reviews/the-french-dispatch/</guid>
<description>A new film from Wes Anderson styled after a magazine</description>
</item>
</channel>
</rss>

View file

@ -1,7 +1,18 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html><head>
<meta name="generator" content="Hugo 0.101.0" /> <meta name="generator" content="Hugo 0.99.1" />
<title></title> <title>CaAlden: Films</title>
<meta property="og:title" content="CaAlden: Films" />
<meta property="og:description" content="A blog about movies and my opinions of them">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caalden.github.io/film/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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="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="stylesheet" href="/film/style.css"> <link rel="stylesheet" href="/film/style.css">
@ -24,7 +35,7 @@
</header> </header>
<main id="content"> <main id="content">
<div> <div>
<p>This site is under construction but will eventually host my movie comments and reviews!</p> <p>This site is under construction. Please excuse the mess.</p>
</div> </div>
<div class="cluster s1"> <div class="cluster s1">

View file

@ -1,6 +1,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html><head>
<title>Reviews</title> <title>Reviews</title>
<meta property="og:title" content="Reviews" />
<meta property="og:type" content="article" />
<meta property="og:description" content=>
<meta property="og:url" content="https://caalden.github.io/film/reviews/" />
<meta property="og:image:alt" content="Movie Poster for Reviews">
<meta property="og:article:author" content="Campbell Alden">
<meta property="og:article:published_time" content="2022-08-17T17:18:04&#43;0900">
<meta property="twitter:label1" content="Rating">
<meta property="twitter:data1" content="/5">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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="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="stylesheet" href="/film/style.css"> <link rel="stylesheet" href="/film/style.css">

View file

@ -1,6 +1,24 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html><head>
<title>The French Dispatch</title> <title>The French Dispatch</title>
<meta property="og:title" content="The French Dispatch" />
<meta property="og:type" content="article" />
<meta property="og:description" content=A&#32;new&#32;film&#32;from&#32;Wes&#32;Anderson&#32;styled&#32;after&#32;a&#32;magazine>
<meta property="og:url" content="https://caalden.github.io/film/reviews/the-french-dispatch/" />
<meta property="og:image" content="https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX300.jpg" />
<meta property="twitter:card" content="summary">
<meta property="og:image:alt" content="Movie Poster for The French Dispatch">
<meta property="og:article:author" content="Campbell Alden">
<meta property="og:article:published_time" content="2022-08-17T17:18:04&#43;0900">
<meta property="twitter:label1" content="Rating">
<meta property="twitter:data1" content="5/5">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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="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="stylesheet" href="/film/style.css"> <link rel="stylesheet" href="/film/style.css">

View file

@ -4,10 +4,21 @@
<url> <url>
<loc>https://caalden.github.io/film/</loc> <loc>https://caalden.github.io/film/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod> <lastmod>2022-08-17T17:18:04+09:00</lastmod>
<priority>0</priority> </url><url>
<loc>https://caalden.github.io/film/genres/comedy/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
</url><url>
<loc>https://caalden.github.io/film/genres/drama/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
</url><url>
<loc>https://caalden.github.io/film/genres/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
</url><url> </url><url>
<loc>https://caalden.github.io/film/reviews/</loc> <loc>https://caalden.github.io/film/reviews/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod> <lastmod>2022-08-17T17:18:04+09:00</lastmod>
</url><url>
<loc>https://caalden.github.io/film/genres/romance/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
</url><url> </url><url>
<loc>https://caalden.github.io/film/reviews/the-french-dispatch/</loc> <loc>https://caalden.github.io/film/reviews/the-french-dispatch/</loc>
<lastmod>2022-08-17T17:18:04+09:00</lastmod> <lastmod>2022-08-17T17:18:04+09:00</lastmod>