From abc0de079b895af1b705894eb2b63596e3e37274 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Tue, 13 Dec 2022 20:44:08 -0600
Subject: add pyssg.xyz configs and templates

---
 pyssg.xyz/plt/root_index.html | 31 -------------------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 pyssg.xyz/plt/root_index.html

(limited to 'pyssg.xyz/plt/root_index.html')

diff --git a/pyssg.xyz/plt/root_index.html b/pyssg.xyz/plt/root_index.html
deleted file mode 100644
index 73cd8a0..0000000
--- a/pyssg.xyz/plt/root_index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-{%extends "base.html"%}
-{%block html_lang%}{{config['lang']}}{%endblock html_lang%}
-{%block head_title%}
-<title>{{config['title']}}</title>
-{%endblock head_title%}
-{%block head_description%}
-<meta name="description" content="{{config['description']}}"/>
-{%endblock head_description%}
-{%block head_rss%}
-<link rel="alternate" type="application/rss+xml" href="{{config['url']['main']}}/rss.xml" title="{{config['title']}} RSS">
-{%endblock head_rss%}
-{%block head_og%}
-  <meta property="og:title" content="{{config['title']}}"/>
-  <meta property="og:type" content="article"/>
-  <meta property="og:url" content="{{config['url']['main']}}/index.html"/>
-  <meta property="og:image" content="{{config['url']['static']}}{{config['url']['default_image']}}"/>
-  <meta property="og:description" content="{{config['description']}}"/>
-  <meta property="og:locale" content="{{config['lang']}}"/>
-  <meta property="og:site_name" content="{{config['title']}}"/>
-{%endblock head_og%}
-{%block body_content%}
-  <h1>{{config['info']['title']}}</h1>
-
-  <p>
-    Welcome to the official pyssg website. This is as of now serving as a testing ground when I'm making changes to it.
-  </p>
-
-  <p>
-    Get the RSS feed: <a target="_blank" href="{{config['url']['main']}}/rss.xml">{{config['url']['main']}}/rss.xml</a>
-  </p>
-{%endblock body_content%}
-- 
cgit v1.2.3-70-g09d2