From 1cdffa967eea30a7947fea23e665fc1e68ffbf58 Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Tue, 13 Jun 2023 00:12:02 +0100
Subject: use shblg to generate a static site from this repo

---
 templates/about.html   | 20 --------------------
 templates/file.html    |  7 -------
 templates/item.xml     |  6 ------
 templates/page.html    | 38 --------------------------------------
 templates/rss.xml      | 10 ----------
 templates/summary.html |  6 ------
 6 files changed, 87 deletions(-)
 delete mode 100644 templates/about.html
 delete mode 100644 templates/file.html
 delete mode 100644 templates/item.xml
 delete mode 100644 templates/page.html
 delete mode 100644 templates/rss.xml
 delete mode 100644 templates/summary.html

(limited to 'templates')

diff --git a/templates/about.html b/templates/about.html
deleted file mode 100644
index e0bc58c..0000000
--- a/templates/about.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-<div class="grid">
-	<div class="about">
-
-		<p>Hi, I'm david and this is my website.</p>
-		<p>This site is still under construction... permanently. So expect it to look better (or worse) in the future.</p>
-
-		<p>if you want to contact me, you can message me on matrix <code>@iksv:monero.social</code>.</p>
-	</div>
-
-	<div class="image">
-		<img src="/images/remotecontrol.gif">
-	</div>
-</div>
-
-<div>
-    <h2>blog posts</h2>
-    %posts%
-</div>
-
diff --git a/templates/file.html b/templates/file.html
deleted file mode 100644
index 19048c3..0000000
--- a/templates/file.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<h1>%filename%</h1>
-
-<p><code>%commit%</code></p>
-
-%content%
-
-<p>Clone this repo: <code>git clone %url%</code><p>
diff --git a/templates/item.xml b/templates/item.xml
deleted file mode 100644
index 5864b7f..0000000
--- a/templates/item.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<item>
-	<title>%name%</title>
-	<link>%url%</link>
-	<pubDate>%date%</pubDate>
-	<description><![CDATA[%content%]]></description>
-</item>
diff --git a/templates/page.html b/templates/page.html
deleted file mode 100644
index a8a3e97..0000000
--- a/templates/page.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-	<head>
-		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-	
-		<link rel="stylesheet" href="/style.css">
-		<title>davidovski.xyz</title>
-	</head>
-	<body bgcolor="#191919" text="#f58f44" link="#b4d6d1">
-		<div valign="middle" class="main" bgcolor="#191919" text="#f58f44">
-			<div class="header">
-				<a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a>
-				<hr>
-				<div class="links">
-					<a href="https://davidovski.xyz/git">git</a>
-					|
-					<a href="https://orangepeel.pw/">op</a> 
-					|| 
-					<a color="#cc6666" style="color: var(--red);" href="https://davidovski.xyz/m">m</a> 
-					|
-					<a color="#cc6666" style="color: var(--red);" href="https://davidovski.xyz/f">f</a>
-					|
-					<a color="#cc6666" style="color: var(--red);" href="https://davidovski.xyz/s">s</a> 
-					||
-					<a color="#b5bd68" style="color: var(--green)" href="http://chat.davidovski.xyz/">chat</a>
-					|
-					<a color="#b5bd68" style="color: var(--green)" href="mailto:david@davidovski.xyz">mail</a> 
-					| 
-					<a color="#b5bd68" style="color: var(--green)" href="/rss.xml">rss</a>
-				</div>
-			</div>
-            <hr>
-			
-			%content%
-		</div>
-
-	</body>
-</html>
diff --git a/templates/rss.xml b/templates/rss.xml
deleted file mode 100644
index 58e206d..0000000
--- a/templates/rss.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<rss version="2.0">
-
-<channel>
-  <title>davidovski</title>
-  <link>https://davidovski.xyz</link>
-  <description>davidovski's site</description>
-  %items%
-</channel>
-</rss>
diff --git a/templates/summary.html b/templates/summary.html
deleted file mode 100644
index 483763f..0000000
--- a/templates/summary.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<li class="entry">
-<a href="%url%">
-	<div class="small">%date%</div>
-    <span>%title%</span>
-</a>
-</li>
-- 
cgit v1.2.1