From 06c1a014c2c3820454c0ac697fdfdb029b983d9e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Thu, 6 Jul 2023 00:38:06 +0200 Subject: Adding language system to the blog --- templates/en/atom_feed_template.xml | 12 ++++++++ templates/en/atom_post_template.xml | 12 ++++++++ templates/en/index_template.html | 58 +++++++++++++++++++++++++++++++++++++ templates/en/page_template.html | 56 +++++++++++++++++++++++++++++++++++ templates/en/tags_template.html | 51 ++++++++++++++++++++++++++++++++ 5 files changed, 189 insertions(+) create mode 100644 templates/en/atom_feed_template.xml create mode 100644 templates/en/atom_post_template.xml create mode 100644 templates/en/index_template.html create mode 100644 templates/en/page_template.html create mode 100644 templates/en/tags_template.html (limited to 'templates/en') diff --git a/templates/en/atom_feed_template.xml b/templates/en/atom_feed_template.xml new file mode 100644 index 0000000..ef72ecb --- /dev/null +++ b/templates/en/atom_feed_template.xml @@ -0,0 +1,12 @@ + + + blog.arka.rocks + Oxbian's Blog + $DATE + + https://blog.arka.rocks + +$CONTENT + diff --git a/templates/en/atom_post_template.xml b/templates/en/atom_post_template.xml new file mode 100644 index 0000000..7c975d4 --- /dev/null +++ b/templates/en/atom_post_template.xml @@ -0,0 +1,12 @@ + + Oxbianhttps://blog.arka.rocks + $TITLE + + $URL + $DATE + $DATE + + <h1>$TITLE</h1> + $CONTENT + + diff --git a/templates/en/index_template.html b/templates/en/index_template.html new file mode 100644 index 0000000..18a40c8 --- /dev/null +++ b/templates/en/index_template.html @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + Oxbian's blog + + + +
+ +
+ + +
+
+

Welcome on my blog

+

On this blog you will found articles about IT, coding, network, cybersecurity, free software.. + Moreover I share articles about good practices in different domains like privacy, sport..

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

$TITLE

+ $CONTENT +
+
+ + +
+ + + diff --git a/templates/en/tags_template.html b/templates/en/tags_template.html new file mode 100644 index 0000000..f230459 --- /dev/null +++ b/templates/en/tags_template.html @@ -0,0 +1,51 @@ + + + + + + + + + + + + + Tag: $TITLE + + + +
+ +
+ + +
+
+

$TITLE

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