new draft on blog rewrite

This commit is contained in:
Ayo 2023-05-22 12:45:34 +02:00
parent a0af6f4dc2
commit 39403646f2
3 changed files with 9 additions and 10 deletions

View file

@ -0,0 +1,8 @@
---
title: "Holding Off this Blog's Rewrite to Focus on Content"
permalink: /holding-off-rewrite/
description: "Have you heard the joke about the web developer who also has a blog? I'm that web developer."
category: projects
---
The thing about being a web developer and maintaining a personal blog is that you often feel the need to improve the site--even more often than actually writing content. This has become common joke in the tech world.

View file

@ -29,15 +29,6 @@
title="{{ post.description | escape }}"
src="../assets/images/{{ post.image }}.jpg"
/></a>
{% else %}
<a href="{{post.url | relative_url}}"
><img
class="blog-home__list-items__item__excerpt__thumb"
alt="{{ post.description | escape }}"
title="{{ post.description | escape }}"
src="../assets/images/hello-world.jpg"
/></a>
{% endif %} {{ post.excerpt }}
</div>
<div class="blog-home__list-items__item__readmore">

View file

@ -4,7 +4,7 @@ category-name: projects
permalink: /projects/
---
<h1>Projects Posts</h1>
<h1>Posts About my Projects</h1>
<div class="blog-home">
{% if site.categories.projects.size > 0 %}