From c1832daf3b2e12772b01d92cc59f9b38b458a9b1 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 25 Jun 2023 00:26:05 +0200 Subject: Updating ArkaBlog & removing old things --- templates/atom_post_template.xml | 12 +++++++++++ templates/atom_template.xml | 12 +++++++++++ templates/index_template.html | 44 ++++++++++++++++++++++++++++++++++++++++ templates/page_template.html | 42 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 110 insertions(+) create mode 100644 templates/atom_post_template.xml create mode 100644 templates/atom_template.xml create mode 100644 templates/index_template.html create mode 100644 templates/page_template.html (limited to 'templates') diff --git a/templates/atom_post_template.xml b/templates/atom_post_template.xml new file mode 100644 index 0000000..0096010 --- /dev/null +++ b/templates/atom_post_template.xml @@ -0,0 +1,12 @@ + + Oxbianhttps://blog.arka.rocks + $TITLE + + $URL + $DATE + $DATE + + <h1>$TITLE</h1> + $CONTENT + + \ No newline at end of file diff --git a/templates/atom_template.xml b/templates/atom_template.xml new file mode 100644 index 0000000..9fca838 --- /dev/null +++ b/templates/atom_template.xml @@ -0,0 +1,12 @@ + + + blog.arka.rocks + Blog d'Oxbian + $DATE + + https://blog.arka.rocks + +$CONTENT + diff --git a/templates/index_template.html b/templates/index_template.html new file mode 100644 index 0000000..3ddd4e3 --- /dev/null +++ b/templates/index_template.html @@ -0,0 +1,44 @@ + + + + + + + + + + + Blog d'Oxbian + + + + + +
+ +
+
+
+

Bienvenue sur mon blog

+

Sur ce blog vous retrouverez des articles liés à l'informatique, la programmation, le réseau, la sécurité, le libre, etc. + De plus j'y partage aussi des articles sur les bonnes pratiques dans divers domaines, comme la vie privée, le sport..

+ + $CONTENT +
+
+
+ + + diff --git a/templates/page_template.html b/templates/page_template.html new file mode 100644 index 0000000..acee6ba --- /dev/null +++ b/templates/page_template.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + $TITLE + + + + + +
+ +
+
+
+

$TITLE

+ $CONTENT +
+
+
+ + + -- cgit v1.2.3