diff --git a/Makefile b/Makefile
index 807a483..9d65c96 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,9 @@
all: root images pages
# Pages
-pages: images root/favicon.ico root/index.html
+pages: images root/favicon.ico root/index.html root/projects.html
root/%.html: src/pages/%.md root
- pandoc $< -f markdown --wrap=none --template=src/pages/template.html -t html -o $@
+ pandoc $< -f markdown-smart --strip-comments=true --wrap=none --template=src/pages/template.html -t html -o $@
root/favicon.ico: src/pages/favicon.ico root
cp $< $@
diff --git a/root/index.html b/root/index.html
index e09586f..4607036 100644
--- a/root/index.html
+++ b/root/index.html
@@ -1,5 +1,5 @@
-
+
+Current.
+Friday Night Funkin' Rewritten: Optimized rewrite of Friday Night Funkin' built on LÖVE. Runs on the Nintendo Switch! Haven't worked on it in some time, though. You might want to check out Vanilla Engine, which is based on this project.
+WiiLÖVE: A proof-of-concept Lua-based game engine for the Wii, based on the API of LÖVE.
+htv04.github.io: This website!
+I've worked on other things too, but I'm only posting the most notable ones here. Check out my GitHub for more!
+Upcoming.
+NOTE: Names and info will be redacted until release, but try to figure them out ;)
+rusty_???: A WIP ??? ??? written in Rust. Mainly written to help me learn Rust, but turned out to be a pretty interesting project.
+???: Explore the ??? as ??? from ???, based on ???. My first real web project!
+
+
+