From af9e5ef458b93ef2003905e1ccc5665e7266c242 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 20 Jul 2021 01:15:15 +0200 Subject: Commit --- blog/.htaccess | 3 +++ blog/_article.php | 38 ++++++++++++++++++++++++++++++++++++++ blog/index.php | 14 ++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 blog/.htaccess create mode 100644 blog/_article.php create mode 100644 blog/index.php (limited to 'blog') diff --git a/blog/.htaccess b/blog/.htaccess new file mode 100644 index 0000000..ec30801 --- /dev/null +++ b/blog/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteBase /blog +RewriteRule ^/?article-([a-zA-Z0-9_@\-]+)$ /blog/_article.php?i=$1 [L] \ No newline at end of file diff --git a/blog/_article.php b/blog/_article.php new file mode 100644 index 0000000..1d25467 --- /dev/null +++ b/blog/_article.php @@ -0,0 +1,38 @@ + +
+
+

+
format("F jS, Y"); ?>
+ +
+
+ +
+ +
+

+
+ +
+
+ diff --git a/blog/index.php b/blog/index.php new file mode 100644 index 0000000..7c3040b --- /dev/null +++ b/blog/index.php @@ -0,0 +1,14 @@ + +
+
+

+
+ Note : If you want a more generally tech-centric blog that doesn't necessarily talk about me, you should check out UnchainedTech, that is also accessible here if you are using the Tor network. +
+ + +
+ +
+
+ -- cgit