summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-21 16:06:07 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-21 16:06:07 +0300
commit98d85738e0eb7f21669f78420d5e3a457117de66 (patch)
treeb26b977766a2291cd87b16ba3ecf985beb915d26
parent24639575c32e48a3db46e06be6a3a25cd80e8991 (diff)
downloadeug-vs-xyz-98d85738e0eb7f21669f78420d5e3a457117de66.tar.gz
feat: setup templates
-rw-r--r--.gitignore5
-rw-r--r--templates/openring.html (renamed from templates/openring-template.html)0
-rw-r--r--templates/page.html1
-rw-r--r--templates/rss.xml5
-rw-r--r--templates/rss_item.xml4
5 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 55d21d3..7f40a18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-*.html
-*.xml
-blog/preview.md
+out
+tmp
diff --git a/templates/openring-template.html b/templates/openring.html
index be91912..be91912 100644
--- a/templates/openring-template.html
+++ b/templates/openring.html
diff --git a/templates/page.html b/templates/page.html
index 3600409..a839e46 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/>
+ <link rel="stylesheet" href="/public/style.css" />
</head>
<body>
<header class="display: inline">
diff --git a/templates/rss.xml b/templates/rss.xml
new file mode 100644
index 0000000..683bdb2
--- /dev/null
+++ b/templates/rss.xml
@@ -0,0 +1,5 @@
+<rss>
+ <channel>
+ </channel>
+</rss>
+
diff --git a/templates/rss_item.xml b/templates/rss_item.xml
new file mode 100644
index 0000000..a3987fd
--- /dev/null
+++ b/templates/rss_item.xml
@@ -0,0 +1,4 @@
+<item>
+ <description><![CDATA[
+ ]]></description>
+</item>