Generate first iteration of the site
This commit is contained in:
parent
7f987f04ed
commit
2a82fca989
8 changed files with 181 additions and 0 deletions
10
public/categories/index.xml
Normal file
10
public/categories/index.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on CaAlden: Films</title>
|
||||
<link>http://example.org/categories/</link>
|
||||
<description>Recent content in Categories on CaAlden: Films</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
37
public/index.html
Normal file
37
public/index.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta name="generator" content="Hugo 0.101.0" />
|
||||
<title></title>
|
||||
<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>">
|
||||
</head>
|
||||
<body><header>
|
||||
<h1>CaAlden: Films</h1>
|
||||
</header>
|
||||
<main id="content">
|
||||
<div>
|
||||
<p>This site is under construction but will eventually host my movie comments and reviews!</p>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<h2>
|
||||
<a href="/reviews/the-french-dispatch/">
|
||||
The French Dispatch
|
||||
</a>
|
||||
</h2>
|
||||
<div>
|
||||
A new film from Wes Anderson styled after a magazine
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</main><footer>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
20
public/index.xml
Normal file
20
public/index.xml
Normal 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>CaAlden: Films</title>
|
||||
<link>http://example.org/</link>
|
||||
<description>Recent content 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="http://example.org/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>The French Dispatch</title>
|
||||
<link>http://example.org/reviews/the-french-dispatch/</link>
|
||||
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
|
||||
|
||||
<guid>http://example.org/reviews/the-french-dispatch/</guid>
|
||||
<description>A new film from Wes Anderson styled after a magazine</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
30
public/reviews/index.html
Normal file
30
public/reviews/index.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>Reviews</title>
|
||||
<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>">
|
||||
</head>
|
||||
<body><header>
|
||||
<h1>CaAlden: Films</h1>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article>
|
||||
<header>
|
||||
<h1>Reviews</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://example.org/reviews/the-french-dispatch/">2022-08-17 | The French Dispatch</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</main><footer>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
20
public/reviews/index.xml
Normal file
20
public/reviews/index.xml
Normal 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>Reviews on CaAlden: Films</title>
|
||||
<link>http://example.org/reviews/</link>
|
||||
<description>Recent content in Reviews 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="http://example.org/reviews/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>The French Dispatch</title>
|
||||
<link>http://example.org/reviews/the-french-dispatch/</link>
|
||||
<pubDate>Wed, 17 Aug 2022 17:18:04 +0900</pubDate>
|
||||
|
||||
<guid>http://example.org/reviews/the-french-dispatch/</guid>
|
||||
<description>A new film from Wes Anderson styled after a magazine</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
35
public/reviews/the-french-dispatch/index.html
Normal file
35
public/reviews/the-french-dispatch/index.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>The French Dispatch</title>
|
||||
<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>">
|
||||
</head>
|
||||
<body><header>
|
||||
<h1>CaAlden: Films</h1>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article>
|
||||
<header>
|
||||
<h2>The French Dispatch</h2>
|
||||
</header>
|
||||
<div><h3 id="synopsis">Synopsis</h3>
|
||||
<p>The french dispatch follows several different stories and perspectives surrounding the authors of a magazine based in kansas, but about
|
||||
a small town in France. The film is framed in sections similar to how a magazine like The New Yorker is divided and each section is
|
||||
stylistically different from the last to reflect the style of the author.</p>
|
||||
<h3 id="review">Review</h3>
|
||||
<p>I found this movie very charming. I am a sucker for Wes Anderson films and this, like The Grand Budapest Hotel, strikes a perfect cord with
|
||||
me both stylistically and substantively. The movie is very funny without many outright spoken jokes. It is visually pleasing in the standard
|
||||
Wes Anderson way. Each individual story is also engaging and the binding narrative about the death of the magazine’s editor pulls things
|
||||
together just well enough that the movie as a whole feels coherent.</p>
|
||||
<h3 id="recommendation">Recommendation</h3>
|
||||
<p>I would recommend this to anyone who is already a Wes Anderson fan, but I wouldn’t necessarily suggest this if you are new to Wes Anderson.
|
||||
It is <em>very</em> stylized and if you don’t like the style you would hate the film. It also has a lot of absurdist humor which is not for everyone.
|
||||
As my rating reflects, I really enjoyed this film so it gets a general recommendation from me as long as you consider my hesitations about
|
||||
style. I think I might recommend watching another Wes Anderson film first and then, if you liked that, watch this one next!</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main><footer>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
19
public/sitemap.xml
Normal file
19
public/sitemap.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>http://example.org/</loc>
|
||||
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url><url>
|
||||
<loc>http://example.org/reviews/</loc>
|
||||
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://example.org/reviews/the-french-dispatch/</loc>
|
||||
<lastmod>2022-08-17T17:18:04+09:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://example.org/categories/</loc>
|
||||
</url><url>
|
||||
<loc>http://example.org/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
10
public/tags/index.xml
Normal file
10
public/tags/index.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on CaAlden: Films</title>
|
||||
<link>http://example.org/tags/</link>
|
||||
<description>Recent content in Tags on CaAlden: Films</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue