summaryrefslogtreecommitdiff
path: root/blog/old_newer/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'blog/old_newer/src/templates')
-rw-r--r--blog/old_newer/src/templates/article/footer.html8
-rw-r--r--blog/old_newer/src/templates/article/header.html1
-rw-r--r--blog/old_newer/src/templates/articles/footer.html0
-rw-r--r--blog/old_newer/src/templates/articles/header.html9
-rw-r--r--blog/old_newer/src/templates/articles/list_entry.html1
-rw-r--r--blog/old_newer/src/templates/articles/list_footer.html1
-rw-r--r--blog/old_newer/src/templates/articles/list_header.html2
-rw-r--r--blog/old_newer/src/templates/articles/list_separator.html1
-rw-r--r--blog/old_newer/src/templates/common/footer.html31
-rw-r--r--blog/old_newer/src/templates/common/header.html66
-rw-r--r--blog/old_newer/src/templates/rss/rss.xml27
-rw-r--r--blog/old_newer/src/templates/sitemap/sitemap.xml6
-rw-r--r--blog/old_newer/src/templates/tag/footer.html0
-rw-r--r--blog/old_newer/src/templates/tag/header.html1
-rw-r--r--blog/old_newer/src/templates/tag/list_entry.html1
-rw-r--r--blog/old_newer/src/templates/tag/list_footer.html2
-rw-r--r--blog/old_newer/src/templates/tag/list_header.html2
-rw-r--r--blog/old_newer/src/templates/tag/list_separator.html1
18 files changed, 0 insertions, 160 deletions
diff --git a/blog/old_newer/src/templates/article/footer.html b/blog/old_newer/src/templates/article/footer.html
deleted file mode 100644
index 354aac2..0000000
--- a/blog/old_newer/src/templates/article/footer.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-<hr>
-<div class="article-info">
-<p>By: $$AUTHOR</p>
-<p>Created: $$CTIME</p>
-<p>Edited: $$MTIME</p>
-$$TAGS
-</div>
diff --git a/blog/old_newer/src/templates/article/header.html b/blog/old_newer/src/templates/article/header.html
deleted file mode 100644
index cb941df..0000000
--- a/blog/old_newer/src/templates/article/header.html
+++ /dev/null
@@ -1 +0,0 @@
-<h1>$$TITLE</h1>
diff --git a/blog/old_newer/src/templates/articles/footer.html b/blog/old_newer/src/templates/articles/footer.html
deleted file mode 100644
index e69de29..0000000
--- a/blog/old_newer/src/templates/articles/footer.html
+++ /dev/null
diff --git a/blog/old_newer/src/templates/articles/header.html b/blog/old_newer/src/templates/articles/header.html
deleted file mode 100644
index 9a3dcc9..0000000
--- a/blog/old_newer/src/templates/articles/header.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<h1>Index -- Luévano's Blog</h1>
-
-<p>
-Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes).
-</p>
-
-<p>
-Get the RSS feed: <a target="_blank" href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a>
-</p>
diff --git a/blog/old_newer/src/templates/articles/list_entry.html b/blog/old_newer/src/templates/articles/list_entry.html
deleted file mode 100644
index d6d8e88..0000000
--- a/blog/old_newer/src/templates/articles/list_entry.html
+++ /dev/null
@@ -1 +0,0 @@
-<li>$$DATE - <a href="$$URL">$$TITLE</a></li>
diff --git a/blog/old_newer/src/templates/articles/list_footer.html b/blog/old_newer/src/templates/articles/list_footer.html
deleted file mode 100644
index 3d3a44c..0000000
--- a/blog/old_newer/src/templates/articles/list_footer.html
+++ /dev/null
@@ -1 +0,0 @@
-</ul>
diff --git a/blog/old_newer/src/templates/articles/list_header.html b/blog/old_newer/src/templates/articles/list_header.html
deleted file mode 100644
index 7b504ea..0000000
--- a/blog/old_newer/src/templates/articles/list_header.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<h2>Articles</h2>
-<ul>
diff --git a/blog/old_newer/src/templates/articles/list_separator.html b/blog/old_newer/src/templates/articles/list_separator.html
deleted file mode 100644
index b27ea84..0000000
--- a/blog/old_newer/src/templates/articles/list_separator.html
+++ /dev/null
@@ -1 +0,0 @@
-<h3>$$SEP</h3>
diff --git a/blog/old_newer/src/templates/common/footer.html b/blog/old_newer/src/templates/common/footer.html
deleted file mode 100644
index cba93cd..0000000
--- a/blog/old_newer/src/templates/common/footer.html
+++ /dev/null
@@ -1,31 +0,0 @@
- </main>
-
- <footer>
- <span>
- <i class="fas fa-address-card" alt="Contact"></i>
- <a href="https://luevano.xyz/contact.html">Contact</a>
- </span>
-
- <span>
- <i class="fas fa-donate" alt="Donate"></i>
- <a href="https://luevano.xyz/donate.html">Donate</a>
- </span>
-
- <span>
- <i class="fas fa-rss" alt="RSS"></i>
- <a href="https://blog.luevano.xyz/rss.xml">RSS</a>
- </span>
-
- <br>
- <span class="created-with">
- <i class="fas fa-hammer" alt="Hammer"></i>
- Created with <a href="https://github.com/luevano/pyssg">pyssg</a>
- </span>
-
- <br>
- <span class="copyright">
- Copyright <i class="fal fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado
- </span>
- </footer>
- </body>
-</html>
diff --git a/blog/old_newer/src/templates/common/header.html b/blog/old_newer/src/templates/common/header.html
deleted file mode 100644
index f3c12aa..0000000
--- a/blog/old_newer/src/templates/common/header.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<!DOCTYPE html>
-<html lang="$$LANG">
- <head>
- <base href="https://static.luevano.xyz/">
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>$$TITLE -- Luévano's Blog</title>
- <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
- <link rel="icon" href="images/icons/favicon.ico">
-
- <!-- general style -->
- <link rel="stylesheet" type="text/css" href="css/style.css">
- <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css">
-
- <!-- highlight support for code blocks -->
- <script type="text/javascript" src="hl/highlight.min.js"></script>
- <script type="text/javascript">hljs.initHighlightingOnLoad();</script>
-
- <!-- theme related -->
- <script type="text/javascript" src="scripts/theme.js"></script>
- <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css">
- <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css">
- </head>
-
- <body>
- <header>
- <nav>
- <ul>
- <li>
- <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
- </li>
-
- <li>
- <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a>
- </li>
-
- <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
- <ul>
- <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
-
- <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
-
- <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
- </ul>
- </li>
-
- <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span>
- <ul>
- <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li>
- </ul>
- </li>
- </ul>
- </nav>
-
- <div class="theme-switch-container">
- <i class="fas fa-sun"></i>
- <label class="switch theme">
- <input id="theme-switch" type="checkbox" onclick="toggleTheme()">
- <span class="slider round"></span>
- </label>
- <i class="fas fa-moon"></i>
- </div>
- </header>
-
- <main>
diff --git a/blog/old_newer/src/templates/rss/rss.xml b/blog/old_newer/src/templates/rss/rss.xml
deleted file mode 100644
index bda362a..0000000
--- a/blog/old_newer/src/templates/rss/rss.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<rss version="2.0"
- xmlns:atom="http://www.w3.org/2005/Atom"
- xmlns:content="http://purl.org/rss/1.0/modules/content/">
- <channel>
- <title>$$TITLE</title>
- <link>$$LINK</link>
- <atom:link href="https://blog.luevano.xyz/rss.xml" rel="self" type="application/rss+xml"/>
- <description>A personal weblog ranging from rants to how to's and other thoughts.</description>
- <language>en-us</language>
- <category>Blog</category>
- <copyright>Copyright 2021 David Luévano Alvarado</copyright>
- <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor>
- <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>
- <pubDate>$$CURRENTDATE</pubDate>
- <lastBuildDate>$$CURRENTDATE</lastBuildDate>
- <generator>$$PYSSGVERSION</generator>
- <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
- <ttl>30</ttl>
- <image>
- <url>https://static.luevano.xyz/images/blog.png</url>
- <title>$$TITLE</title>
- <link>$$LINK</link>
- </image>
-$$ITEMS
- </channel>
-</rss>
diff --git a/blog/old_newer/src/templates/sitemap/sitemap.xml b/blog/old_newer/src/templates/sitemap/sitemap.xml
deleted file mode 100644
index b3fcc75..0000000
--- a/blog/old_newer/src/templates/sitemap/sitemap.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
- 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">
-$$URLS
-</urlset>
diff --git a/blog/old_newer/src/templates/tag/footer.html b/blog/old_newer/src/templates/tag/footer.html
deleted file mode 100644
index e69de29..0000000
--- a/blog/old_newer/src/templates/tag/footer.html
+++ /dev/null
diff --git a/blog/old_newer/src/templates/tag/header.html b/blog/old_newer/src/templates/tag/header.html
deleted file mode 100644
index 48793fb..0000000
--- a/blog/old_newer/src/templates/tag/header.html
+++ /dev/null
@@ -1 +0,0 @@
-<h1>Posts filtered by: $$NAME</h1>
diff --git a/blog/old_newer/src/templates/tag/list_entry.html b/blog/old_newer/src/templates/tag/list_entry.html
deleted file mode 100644
index 3a7aaad..0000000
--- a/blog/old_newer/src/templates/tag/list_entry.html
+++ /dev/null
@@ -1 +0,0 @@
-<a href="$$URL">$$NAME</a> \ No newline at end of file
diff --git a/blog/old_newer/src/templates/tag/list_footer.html b/blog/old_newer/src/templates/tag/list_footer.html
deleted file mode 100644
index a1a9917..0000000
--- a/blog/old_newer/src/templates/tag/list_footer.html
+++ /dev/null
@@ -1,2 +0,0 @@
-</p>
-</div>
diff --git a/blog/old_newer/src/templates/tag/list_header.html b/blog/old_newer/src/templates/tag/list_header.html
deleted file mode 100644
index af11130..0000000
--- a/blog/old_newer/src/templates/tag/list_header.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<div class="article-tags">
- <p>Tags:
diff --git a/blog/old_newer/src/templates/tag/list_separator.html b/blog/old_newer/src/templates/tag/list_separator.html
deleted file mode 100644
index c3a6e48..0000000
--- a/blog/old_newer/src/templates/tag/list_separator.html
+++ /dev/null
@@ -1 +0,0 @@
-, \ No newline at end of file