From 3b1db5e60f898c40475558d24f02d1a87b357500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Mon, 26 Jun 2023 00:12:58 -0300 Subject: [PATCH] feat: added blog's index and recent CGI script --- blog/index.html | 9 +++++++++ blog/recent.sh | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 blog/index.html create mode 100755 blog/recent.sh diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..bd597e8 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,9 @@ + + + +

Recent blog posts:

+ + + + + diff --git a/blog/recent.sh b/blog/recent.sh new file mode 100755 index 0000000..7549f8d --- /dev/null +++ b/blog/recent.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "

this is the recentest post lol

"