From fd5ca9551ce75d8856451de7928b000cb3b1c779 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Tue, 5 May 2026 21:42:52 +0200 Subject: update --- index.php | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100755 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100755 index 0000000..9fdc8f3 --- /dev/null +++ b/index.php @@ -0,0 +1,112 @@ + + + + + + + + + + + + Bloggings + + +
+

Bloggings

+

Blog | Sticky | Search | Français | Git | RSS | Bluesky

+
+

This is my personal minimalist blog. + It has no Javascript, cookies or bloat, it won't track you or sell your soul and can be viewed in any browser. + GDPR notice

+
+ +isDir() && !$dirinfo->isDot()) { + $yeardirs[] = $dirinfo->getFilename(); + } +} +rsort($yeardirs); +// iterate through years +if (is_array($yeardirs)) { + foreach ($yeardirs as $key => $dirname) { + echo "

" . $dirname . "

"; + echo ""; + } +} else { + echo "Not an array"; +} +?> + +

 

+
+

§

+ + + + + + + + + + + + + + + + + + + -- cgit v1.3-3-g829e