feat: added blog's index and recent CGI script

This commit is contained in:
Vitor Gonçalves 2023-06-26 00:12:58 -03:00
parent 16599e2857
commit 3b1db5e60f
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
2 changed files with 12 additions and 0 deletions

9
blog/index.html Normal file
View File

@ -0,0 +1,9 @@
<html lang="pt">
<!--#include file="/header.html" -->
<h1>Recent blog posts:</h1>
<!--#include virtual="/blog/recent.sh" -->
<!--#include file="/footer.html" -->
</html>

3
blog/recent.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "<p>this is the recentest post lol</p>"