new draft on blog rewrite
This commit is contained in:
parent
a0af6f4dc2
commit
39403646f2
3 changed files with 9 additions and 10 deletions
8
_drafts/2023-05-22-holding-off-rewrite.md
Normal file
8
_drafts/2023-05-22-holding-off-rewrite.md
Normal 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.
|
|
@ -29,15 +29,6 @@
|
||||||
title="{{ post.description | escape }}"
|
title="{{ post.description | escape }}"
|
||||||
src="../assets/images/{{ post.image }}.jpg"
|
src="../assets/images/{{ post.image }}.jpg"
|
||||||
/></a>
|
/></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 }}
|
{% endif %} {{ post.excerpt }}
|
||||||
</div>
|
</div>
|
||||||
<div class="blog-home__list-items__item__readmore">
|
<div class="blog-home__list-items__item__readmore">
|
||||||
|
|
|
@ -4,7 +4,7 @@ category-name: projects
|
||||||
permalink: /projects/
|
permalink: /projects/
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Projects Posts</h1>
|
<h1>Posts About my Projects</h1>
|
||||||
|
|
||||||
<div class="blog-home">
|
<div class="blog-home">
|
||||||
{% if site.categories.projects.size > 0 %}
|
{% if site.categories.projects.size > 0 %}
|
||||||
|
|
Loading…
Reference in a new issue