From eaf664a69d597583dd6031ac190b2d4d2d05c68c Mon Sep 17 00:00:00 2001 From: Lulullia <47358820+Lulullia@users.noreply.github.com> Date: Sat, 11 May 2024 15:53:44 +0200 Subject: [PATCH] Preparing for publication --- 404.html | 463 ++- about/index.html | 658 ++-- artblog/index.html | 415 +++ artblog/index.xml | 12 + artblog/page/1/index.html | 10 + asciinema-player.css | 2836 ----------------- asciinema-player.min.js | 1 - blog/index.html | 593 ++-- blog/index.xml | 52 +- blog/posts/test/index.html | 283 -- categories/index.html | 533 +++- categories/index.xml | 17 +- categories/page/1/index.html | 10 + ...5d6ea85666cfbbe6ec4e39ec70642e16d7581c.css | 1 - en/index.html | 10 + en/sitemap.xml | 140 + entries/index.html | 10 + entry/index.html | 10 + entry/test/index.html | 563 ++++ fr/404.html | 335 ++ fr/artblog/index.html | 414 +++ fr/artblog/index.xml | 12 + fr/artblog/page/1/index.html | 10 + fr/blog/index.html | 415 +++ fr/blog/index.xml | 11 + fr/blog/page/1/index.html | 10 + fr/categories/index.html | 414 +++ fr/categories/index.xml | 11 + fr/categories/page/1/index.html | 10 + fr/entries/index.html | 10 + fr/entry/index.html | 10 + fr/index.html | 387 +++ fr/index.xml | 34 + fr/monde/index.html | 415 +++ fr/monde/index.xml | 12 + fr/monde/page/1/index.html | 10 + fr/page/1/index.html | 10 + fr/page/index.html | 435 +++ fr/page/index.xml | 33 + fr/page/page/1/index.html | 10 + fr/projets/index.html | 415 +++ fr/projets/index.xml | 11 + fr/projets/page/1/index.html | 10 + fr/recherche/index.html | 358 +++ fr/recherche/index.json | 1 + fr/sitemap.xml | 128 + fr/topics/index.html | 414 +++ fr/topics/index.xml | 11 + fr/topics/page/1/index.html | 10 + "fr/\303\240-propos/index.html" | 520 +++ ...3ffaf59ea087b_21490_300x0_resize_box_3.png | Bin 0 -> 26935 bytes index.html | 616 ++-- index.xml | 127 +- journey/index.html | 496 +++ js/doT.min.js | 1 - logo.svg | 11 - ...74748aca8415824a2facab6ccd66a87384bfacb.js | 1 - navigation/index.html | 506 +++ page/index.html | 457 +++ page/index.xml | 63 + page/page/1/index.html | 10 + projects/index.html | 583 ++-- projects/index.xml | 26 +- projects/test-project/index.html | 647 ++-- ...766d918d0e0aa2d959d131169ca02f68c27c9d.css | 10 + ...f801557cb63f16699eddb971918fb880d7066cf.js | 29 - search/index.html | 504 +-- search/index.json | 2 +- series/index.html | 203 -- series/index.xml | 12 - sitelogo.svg | Bin 10321 -> 136642 bytes sitemap.xml | 48 +- tags/index.html | 203 -- tags/index.xml | 12 - topics/index.html | 414 +++ topics/index.xml | 11 + topics/page/1/index.html | 10 + ts/main.js | 11 + ts/search.js | 1 + world/index.html | 415 +++ world/index.xml | 12 + world/page/1/index.html | 10 + 82 files changed, 11632 insertions(+), 5322 deletions(-) create mode 100644 artblog/index.html create mode 100644 artblog/index.xml create mode 100644 artblog/page/1/index.html delete mode 100644 asciinema-player.css delete mode 100644 asciinema-player.min.js delete mode 100644 blog/posts/test/index.html create mode 100644 categories/page/1/index.html delete mode 100644 css/index.min.984bcf5cb7baf146feef1ec41e5d6ea85666cfbbe6ec4e39ec70642e16d7581c.css create mode 100644 en/index.html create mode 100644 en/sitemap.xml create mode 100644 entries/index.html create mode 100644 entry/index.html create mode 100644 entry/test/index.html create mode 100644 fr/404.html create mode 100644 fr/artblog/index.html create mode 100644 fr/artblog/index.xml create mode 100644 fr/artblog/page/1/index.html create mode 100644 fr/blog/index.html create mode 100644 fr/blog/index.xml create mode 100644 fr/blog/page/1/index.html create mode 100644 fr/categories/index.html create mode 100644 fr/categories/index.xml create mode 100644 fr/categories/page/1/index.html create mode 100644 fr/entries/index.html create mode 100644 fr/entry/index.html create mode 100644 fr/index.html create mode 100644 fr/index.xml create mode 100644 fr/monde/index.html create mode 100644 fr/monde/index.xml create mode 100644 fr/monde/page/1/index.html create mode 100644 fr/page/1/index.html create mode 100644 fr/page/index.html create mode 100644 fr/page/index.xml create mode 100644 fr/page/page/1/index.html create mode 100644 fr/projets/index.html create mode 100644 fr/projets/index.xml create mode 100644 fr/projets/page/1/index.html create mode 100644 fr/recherche/index.html create mode 100644 fr/recherche/index.json create mode 100644 fr/sitemap.xml create mode 100644 fr/topics/index.html create mode 100644 fr/topics/index.xml create mode 100644 fr/topics/page/1/index.html create mode 100644 "fr/\303\240-propos/index.html" create mode 100644 img/avatar_hu3b7a210b0e3f5416c803ffaf59ea087b_21490_300x0_resize_box_3.png create mode 100644 journey/index.html delete mode 100644 js/doT.min.js delete mode 100644 logo.svg delete mode 100644 main.min.c6372b6836971865bd94bfde974748aca8415824a2facab6ccd66a87384bfacb.js create mode 100644 navigation/index.html create mode 100644 page/index.html create mode 100644 page/index.xml create mode 100644 page/page/1/index.html create mode 100644 scss/style.min.b90fe9fc6936675c0e4ec01d88766d918d0e0aa2d959d131169ca02f68c27c9d.css delete mode 100644 search.min.15909b76e23d8a4a8add89c47f801557cb63f16699eddb971918fb880d7066cf.js delete mode 100644 series/index.html delete mode 100644 series/index.xml delete mode 100644 tags/index.html delete mode 100644 tags/index.xml create mode 100644 topics/index.html create mode 100644 topics/index.xml create mode 100644 topics/page/1/index.html create mode 100644 ts/main.js create mode 100644 ts/search.js create mode 100644 world/index.html create mode 100644 world/index.xml create mode 100644 world/page/1/index.html diff --git a/404.html b/404.html index d709660..6e19e36 100644 --- a/404.html +++ b/404.html @@ -1,206 +1,335 @@ -
-