From 39403646f20cb1a3a0a98ad37604f62fe4946390 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 22 May 2023 12:45:34 +0200 Subject: [PATCH] new draft on blog rewrite --- _drafts/2023-05-22-holding-off-rewrite.md | 8 ++++++++ _includes/post-item.html | 9 --------- projects.html | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 _drafts/2023-05-22-holding-off-rewrite.md diff --git a/_drafts/2023-05-22-holding-off-rewrite.md b/_drafts/2023-05-22-holding-off-rewrite.md new file mode 100644 index 0000000..f7de926 --- /dev/null +++ b/_drafts/2023-05-22-holding-off-rewrite.md @@ -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. diff --git a/_includes/post-item.html b/_includes/post-item.html index cdc58ce..9a51805 100644 --- a/_includes/post-item.html +++ b/_includes/post-item.html @@ -29,15 +29,6 @@ title="{{ post.description | escape }}" src="../assets/images/{{ post.image }}.jpg" /> - {% else %} - {{ post.description | escape }} - {% endif %} {{ post.excerpt }}
diff --git a/projects.html b/projects.html index 28c0801..be61820 100644 --- a/projects.html +++ b/projects.html @@ -4,7 +4,7 @@ category-name: projects permalink: /projects/ --- -

Projects Posts

+

Posts About my Projects

{% if site.categories.projects.size > 0 %}