{{ post.title }}
- - - - -- - {% endif %} - {% endfor %} -
diff --git a/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc b/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc
index 6c1023d..a6a596d 100644
Binary files a/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc and b/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc differ
diff --git a/_config.yml b/_config.yml
index a9551f5..bb22ad6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,6 +13,10 @@ zip_code:
country:
phone:
+about: >-
+ I am a 16 year old programming student. I enjoy learning new concepts, building projects out of random ideas and obscure technologies, and working with new tools.
+ My projects range from building tools to help me with school work, and robotics, to radios and video production.
+
# Google analytics
analytic_track: UA-74118570-2
diff --git a/_includes/posts-list.html b/_includes/posts-list.html
new file mode 100644
index 0000000..0c1f7a6
--- /dev/null
+++ b/_includes/posts-list.html
@@ -0,0 +1,16 @@
+
+ {% for post in site.posts %}
+ {% if post.title != 404 %}
+
+
+ {{ post.title }}