{$end-section}
{$end-section}
diff --git a/data/projects/fpc-sitegen.sad b/data/projects/fpc-sitegen.sad
new file mode 100644
index 0000000..963f8eb
--- /dev/null
+++ b/data/projects/fpc-sitegen.sad
@@ -0,0 +1,20 @@
+{$start}
+{$title} fpc-sitegen
+
+{$begin-section} about
+{$head} about fpc-sitegen
+
+fpc-sitegen is a simple tool I use to convert SAD
+files to, in this case, static HTML pages.
+
+It comes with a very simple format for creating templates, for an example see here.
+
+fpc-sitegen is, as the name suggest, written in 100% freepascal. It is licensed
+under the BSD 3-Clause license.
+
+{$begin-section} links
+{$sub-head} links
+* Source Code on GitHub
+{$end-section}
+{$end-section}
diff --git a/data/projects/sad.sad b/data/projects/sad.sad
new file mode 100644
index 0000000..5417d00
--- /dev/null
+++ b/data/projects/sad.sad
@@ -0,0 +1,30 @@
+{$start}
+{$title} sad
+
+{$begin-section} about
+{$head} about sad (simple ansi documents)
+sad is a custom document file format I initially inteded for note-taking and
+terminal based documents, but I also began using it for school work and now for
+my website.
+
+
+
+It is a very simple document format bringing support for only this small feature set:
+* Sectioning
+* Styling / Coloring
+
+
+
+Due to personal preferences, all the sad specific things in documents are
+controlled using "switches" similar to freepascal compiler switches.
+
+
+
+The sadsuite is implemented in 100% freepascal. It is licensed under the BSD 3-Clause license.
+
+{$begin-section} links
+{$sub-head} links
+* The sadsuite on GitHub
+* The sadsuite in the AUR
+{$end-section}
+{$end-section}
diff --git a/data/template.sgt b/data/template.sgt
index 4ef2c66..b0e0984 100644
--- a/data/template.sgt
+++ b/data/template.sgt
@@ -18,8 +18,8 @@ output-format:
$$DOCUMENT_TITLE$$
-
-
+
+