diff options
| author | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
| commit | fec892047e4c0b810981fa8f20223e0b1c4f72b4 (patch) | |
| tree | a6fdc109a3a32ae383a88d01ba44322be4b8bcc3 /example/dst | |
| parent | 193666c2bba01bb9bc1a21ac270c0affe15ea757 (diff) | |
| download | ssg-blog-fec892047e4c0b810981fa8f20223e0b1c4f72b4.tar.gz | |
refactor. added rss feed.
Diffstat (limited to 'example/dst')
| -rw-r--r-- | example/dst/.files | 11 | ||||
| -rw-r--r-- | example/dst/404.html | 33 | ||||
| -rw-r--r-- | example/dst/about.html | 33 | ||||
| -rw-r--r-- | example/dst/articles/an-interesting-article/assets/stamps.webp | bin | 46960 -> 0 bytes | |||
| -rw-r--r-- | example/dst/articles/an-interesting-article/index.html | 37 | ||||
| -rw-r--r-- | example/dst/articles/another-interesting-article/assets/japanese-train.webp | bin | 128168 -> 0 bytes | |||
| -rw-r--r-- | example/dst/articles/another-interesting-article/index.html | 37 | ||||
| -rw-r--r-- | example/dst/articles/article3.html | 33 | ||||
| -rw-r--r-- | example/dst/favicon.png | bin | 393 -> 0 bytes | |||
| -rw-r--r-- | example/dst/index.html | 41 | ||||
| -rw-r--r-- | example/dst/lists/board-games.html | 41 | ||||
| -rw-r--r-- | example/dst/lists/movies.html | 41 | ||||
| -rw-r--r-- | example/dst/sitemap.xml | 14 | ||||
| -rw-r--r-- | example/dst/style.css | 54 |
14 files changed, 0 insertions, 375 deletions
diff --git a/example/dst/.files b/example/dst/.files deleted file mode 100644 index 331242d..0000000 --- a/example/dst/.files +++ /dev/null @@ -1,11 +0,0 @@ -./style.css -./lists/board-games.md -./lists/movies.md -./articles/an-interesting-article/index.md -./articles/an-interesting-article/assets/stamps.webp -./articles/another-interesting-article/index.md -./articles/another-interesting-article/assets/japanese-train.webp -./articles/article3.md -./about.md -./404.md -./favicon.png diff --git a/example/dst/404.html b/example/dst/404.html deleted file mode 100644 index 4a91725..0000000 --- a/example/dst/404.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>404 Not Found</h1> - -<p>I couldn't find that page.</p> -</body> -</html> diff --git a/example/dst/about.html b/example/dst/about.html deleted file mode 100644 index 89a14bf..0000000 --- a/example/dst/about.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>About</h1> - -<p>Here is an about page for my website</p> -</body> -</html> diff --git a/example/dst/articles/an-interesting-article/assets/stamps.webp b/example/dst/articles/an-interesting-article/assets/stamps.webp Binary files differdeleted file mode 100644 index 9785ce7..0000000 --- a/example/dst/articles/an-interesting-article/assets/stamps.webp +++ /dev/null diff --git a/example/dst/articles/an-interesting-article/index.html b/example/dst/articles/an-interesting-article/index.html deleted file mode 100644 index 8e65041..0000000 --- a/example/dst/articles/an-interesting-article/index.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>This is a very interesting article about stamps</h1> - -<p>Here is a picture of some cool stamps</p> - -<p><img src="assets/stamps.webp" alt="" title="" /></p> - -<p>Thank you for reading my nice article.</p> -</body> -</html> diff --git a/example/dst/articles/another-interesting-article/assets/japanese-train.webp b/example/dst/articles/another-interesting-article/assets/japanese-train.webp Binary files differdeleted file mode 100644 index c4cab3e..0000000 --- a/example/dst/articles/another-interesting-article/assets/japanese-train.webp +++ /dev/null diff --git a/example/dst/articles/another-interesting-article/index.html b/example/dst/articles/another-interesting-article/index.html deleted file mode 100644 index 010c0f1..0000000 --- a/example/dst/articles/another-interesting-article/index.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>I love trains</h1> - -<p>Aren't Japanese trains great? I particularly like the boxy ones. Here is a picture of a train:</p> - -<p><img src="assets/japanese-train.webp" alt="" title="" /></p> - -<p>Thank you for looking at this train</p> -</body> -</html> diff --git a/example/dst/articles/article3.html b/example/dst/articles/article3.html deleted file mode 100644 index 75783b7..0000000 --- a/example/dst/articles/article3.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>Article 3</h1> - -<p>Wow another one</p> -</body> -</html> diff --git a/example/dst/favicon.png b/example/dst/favicon.png Binary files differdeleted file mode 100644 index 4c22246..0000000 --- a/example/dst/favicon.png +++ /dev/null diff --git a/example/dst/index.html b/example/dst/index.html deleted file mode 100644 index 681fec9..0000000 --- a/example/dst/index.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>Articles</h1> -<ul> -<li>2024-10-04: <a href="https://example.org/articles/an-interesting-article/">This is a very interesting article about stamps</a></li> -<li>2024-09-10: <a href="https://example.org/articles/another-interesting-article/">I love trains</a></li> -<li>2023-10-08: <a href="https://example.org/articles/article3.html">This is a third article!</a></li> -</ul> -<h1>Lists</h1> -<ul> -<li>2024-07-12: <a href="https://example.org/lists/board-games.html">Board games</a></li> -<li>2022-06-05: <a href="https://example.org/lists/movies.html">Movies</a></li> -</ul> -</body> -</html> diff --git a/example/dst/lists/board-games.html b/example/dst/lists/board-games.html deleted file mode 100644 index 5a54f33..0000000 --- a/example/dst/lists/board-games.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>Board Games</h1> - -<p>Here are some board games I like:</p> - -<ol> -<li>Puerto Rico</li> -<li>Ascension: Chronicle of the Godslayer</li> -<li>Twilight Struggle</li> -</ol> - -<p>Play them with me, thanks.</p> -</body> -</html> diff --git a/example/dst/lists/movies.html b/example/dst/lists/movies.html deleted file mode 100644 index dc7fc57..0000000 --- a/example/dst/lists/movies.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="icon" type="image/png" href="https://example.org/favicon.png"> - <link rel="stylesheet" href="style.css"> - <title>Example</title> -</head> -<body> -<div class="container"> -<a id="header" href="https://example.org"> -<pre> - -▄███▄ ▄ ██ █▀▄▀█ █ ▄▄ █ ▄███▄ -█▀ ▀ ▀▄ █ █ █ █ █ █ █ █ █ █▀ ▀ -██▄▄ █ ▀ █▄▄█ █ ▄ █ █▀▀▀ █ ██▄▄ -█▄ ▄▀ ▄ █ █ █ █ █ █ ███▄ █▄ ▄▀ -▀███▀ █ ▀▄ █ █ █ ▀ ▀███▀ - ▀ █ ▀ ▀ - ▀ -</pre> -</a> -<div id="navigation"> -<a href="https://example.org/">Home</a> - -<a href="https://codeberg.org/">Repos</a> - -<a href="https://example.org/about.html">About</a> -</div> -</div> -<h1>A List of Movies</h1> - -<p>Here are my favorite movies</p> - -<ol> -<li>Primer</li> -<li>The Lighthouse</li> -<li>Tetsuo: The Iron Man</li> -</ol> - -<p>I hope you enjoyed this insightful article.</p> -</body> -</html> diff --git a/example/dst/sitemap.xml b/example/dst/sitemap.xml deleted file mode 100644 index 945ab51..0000000 --- a/example/dst/sitemap.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset -xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" -xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 -http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" -xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url><loc>https://example.org/lists/board-games.html</loc><lastmod>2024-10-10</lastmod><priority>1.0</priority></url> -<url><loc>https://example.org/lists/movies.html</loc><lastmod>2024-10-10</lastmod><priority>1.0</priority></url> -<url><loc>https://example.org/articles/an-interesting-article/</loc><lastmod>2024-10-10</lastmod><priority>1.0</priority></url> -<url><loc>https://example.org/articles/another-interesting-article/</loc><lastmod>2024-10-10</lastmod><priority>1.0</priority></url> -<url><loc>https://example.org/articles/article3.html</loc><lastmod>2024-10-10</lastmod><priority>1.0</priority></url> -<url><loc>https://example.org/about.html</loc><lastmod>2024-10-10</lastmod><priority>1.0</priority></url> -<url><loc>https://example.org/404.html</loc><lastmod>2024-10-10</lastmod><priority>1.0</priority></url> -</urlset> diff --git a/example/dst/style.css b/example/dst/style.css deleted file mode 100644 index 5080521..0000000 --- a/example/dst/style.css +++ /dev/null @@ -1,54 +0,0 @@ -html { - font-size: 100%; - font-family:sans-serif; - /* font-family:sans-serif; */ - /* font:1.2em/1.62 sans-serif; */ -} - -body { - line-height: 1.6; - max-width:40em; - background-color: #ededed; - margin: auto; -} - -.container { - text-align: center; -} - -.container pre { - display: inline-block; - text-align: left; - line-height: 1.0; -} - -#header { - text-decoration: none; - color: inherit; - font-size:125%; -} - -#navigation { - font-family:monospace; - font-size:125%; -} - -h1 { font-size: 1.4rem; } -h2 { font-size: 1.2rem; } -h3 { font-size: 1.0rem;} - -a:link, a:visited { - color: #2626FF; -} - -a:hover, a:focus { - color: #4c4cFF; -} - -li + li { - margin-top:0.2em; -} - -ul img { - vertical-align:middle; -} |
