summaryrefslogtreecommitdiff
path: root/www/blog/movies/index.html
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2024-02-29 09:31:15 -0500
committerSteph Enders <steph@senders.io>2024-02-29 09:31:15 -0500
commit2b39175011422a0d8f96d7f598f46e2a781dd28f (patch)
treedd896a1e35e2ec194bfce829afd61f553652464a /www/blog/movies/index.html
parent350a5058cf383733a7e75f753abdcd1cb7aae2c5 (diff)
Initial rework commit: Build Script POC and CSS done
I've created the main CSS layout and a proof of concept for the build script: this will actually build any "done" _post/ file and generate it as a workable HTML file. However, no index file generate, rss, or gemini is implemented
Diffstat (limited to 'www/blog/movies/index.html')
-rw-r--r--www/blog/movies/index.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/www/blog/movies/index.html b/www/blog/movies/index.html
deleted file mode 100644
index ee3ee02..0000000
--- a/www/blog/movies/index.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="generator"
- content="HTML Tidy for HTML5 for Linux version 5.7.45">
- <title>senders.io - Blog</title>
- <link rel='stylesheet'
- type='text/css'
- href='/index.css'>
- <meta name="viewport"
- content="width=device-width, initial-scale=1">
-</head>
-<body>
- <div id='header'>
- <a class='title'
- href='/'>senders.io</a>
- <nav>
- <a href="/blog">Blog</a> <a href="https://github.com/s3nd3r5">Github</a>
- </nav>
- </div>
- <div id='body'>
- <article>
- <h2>Favorite Movies</h2>
- <p>I occasionally ponder what my favorite movies are. So this is a list
- to help me remember. These are in alphabetical order.</p>
- <ul>
- <li>Alien</li>
- <li>All Quiet on the Western Front</li>
- <li>Arrival</li>
- <li>Dawn of the Dead (1978)</li>
- <li>Day of the Dead</li>
- <li>Dredd</li>
- <li>Grave of the Fireflies</li>
- <li>Hot Fuzz</li>
- <li>Jurassic Park</li>
- <li>Mad Max 2: The Road Warrior</li>
- <li>Mad Max: Fury Road</li>
- <li>Nausicaa of the Valley of the Wind</li>
- <li>Office Space</li>
- <li>Spaceballs</li>
- <li>Starship Troopers</li>
- <li>Superbad</li>
- <li>The Night of the Living Dead</li>
- <li>The Planet of the Apes</li>
- <li>The Terminator</li>
- <li>Tron: Legacy</li>
- <li>Tron</li>
- </ul>
- </article>
- <div id='copyright'>
- © 2023 senders dot io - <a rel="license external noopener noreferrer"
- target="_blank"
- href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA
- 4.0</a> unless otherwise noted.
- </div>
- </div>
-</body>
-</html>