diff --git a/_posts/2023-06-21-my_first_PCB.md b/_posts/2023-06-21-my_first_PCB.md index e1b5532..b220749 100644 --- a/_posts/2023-06-21-my_first_PCB.md +++ b/_posts/2023-06-21-my_first_PCB.md @@ -4,8 +4,7 @@ excerpt: | I've had a longstanding ambition to get a PCB manufactured but I've always put it off. Lately I had a need for a little adapter board to break out these 1.27mm spaced pins to 2.54mm pins that would fit into a breadboard. Feeling like it was a simple enough board I finally decided to fire up KiCad and give it a go. layout: post commentid: 110810437631337327 -hide_image: true # Only use this image for static previews -social_image: /assets/social/pcb_1.png +image: /assets/blog/PCB/render.png thumbnail: /assets/social/pcb_1.png alt: A 3D render of a simple PCB. head: diff --git a/_posts/2023-07-31-toothbrush-holder.md b/_posts/2023-07-31-toothbrush-holder.md index 3a0c641..ee77e00 100644 --- a/_posts/2023-07-31-toothbrush-holder.md +++ b/_posts/2023-07-31-toothbrush-holder.md @@ -3,7 +3,7 @@ title: Toothbrush Shelf excerpt: | It can be hard to find genuine everyday uses of 3D printing, but after a while you do find some. layout: post -hide_image: true # Only use this image for static previews +hide_image: false # Only use this image for static previews image: /assets/blog/toothbrush_shelf/spin.gif alt: A render of a 3D printed shelf sitting above a shaver outlet, it spins slowly. head: diff --git a/assets/blog/PCB/render.png b/assets/blog/PCB/render.png index c3eb0bd..24446dd 100644 Binary files a/assets/blog/PCB/render.png and b/assets/blog/PCB/render.png differ diff --git a/blog-alt.md b/blog-alt.md index 32880da..5444519 100644 --- a/blog-alt.md +++ b/blog-alt.md @@ -1,9 +1,7 @@ --- title: Blog layout: default -permalink: / -redirect_from: - - /blog/ +permalink: /blog-alt/ head: --- {% for post in site.posts %} diff --git a/index.md b/index.md index 32880da..6272041 100644 --- a/index.md +++ b/index.md @@ -7,18 +7,14 @@ redirect_from: head: --- {% for post in site.posts %} -
- -{{post.alt}} - -
-

{{ post.title }}

- -
- -{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}
- +
+

{{ post.title }}

+ + {{ post.excerpt | markdownify | remove: '

' | remove: '

' }}
+ {% unless post.hide_image %} +
+ {{post.alt}} +
+ {% endunless %}
{% endfor %} \ No newline at end of file