aboutsummaryrefslogtreecommitdiff
path: root/blog.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog.md')
-rw-r--r--blog.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/blog.md b/blog.md
new file mode 100644
index 0000000..3b370c4
--- /dev/null
+++ b/blog.md
@@ -0,0 +1,17 @@
+---
+title: "Blog Posts"
+layout: default
+permalink: blog/
+---
+
+## Blog Posts
+
+<p align="center">Writing about everything and anything related to web design. Articles tend to have a major focus on performance, accessibility and/or usability.</p>
+
+---
+
+<ul>
+ {% for post in site.posts %}
+ <li><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%m/%d/%Y" }}</time><br><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li><hr>
+ {% endfor %}
+</ul> \ No newline at end of file