aboutsummaryrefslogtreecommitdiff
path: root/blog.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-01-22 13:06:19 -0500
committerBradley Taunt <bt@btxx.org>2024-01-22 13:06:19 -0500
commitd2e4da10c806d815eded44ade076babb78802c16 (patch)
tree7494261e22f3255926204164449c7345f5b500e5 /blog.md
Initial commit to new cgit platform
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