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/fr/atom_feed_template.xml | 12 ++++++++ templates/fr/atom_post_template.xml | 12 ++++++++ templates/fr/index_template.html | 59 +++++++++++++++++++++++++++++++++++++ templates/fr/page_template.html | 56 +++++++++++++++++++++++++++++++++++ templates/fr/tags_template.html | 51 ++++++++++++++++++++++++++++++++ 5 files changed, 190 insertions(+) create mode 100644 templates/fr/atom_feed_template.xml create mode 100644 templates/fr/atom_post_template.xml create mode 100644 templates/fr/index_template.html create mode 100644 templates/fr/page_template.html create mode 100644 templates/fr/tags_template.html (limited to 'templates/fr') diff --git a/templates/fr/atom_feed_template.xml b/templates/fr/atom_feed_template.xml new file mode 100644 index 0000000..9fca838 --- /dev/null +++ b/templates/fr/atom_feed_template.xml @@ -0,0 +1,12 @@ + + + blog.arka.rocks + Blog d'Oxbian + $DATE + + https://blog.arka.rocks + +$CONTENT + diff --git a/templates/fr/atom_post_template.xml b/templates/fr/atom_post_template.xml new file mode 100644 index 0000000..0096010 --- /dev/null +++ b/templates/fr/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/fr/index_template.html b/templates/fr/index_template.html new file mode 100644 index 0000000..805c1c5 --- /dev/null +++ b/templates/fr/index_template.html @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + 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/fr/page_template.html b/templates/fr/page_template.html new file mode 100644 index 0000000..d3096ca --- /dev/null +++ b/templates/fr/page_template.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + $TITLE + + + +
+ +
+ + +
+
+

$TITLE

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

$TITLE

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