diff --git a/_posts/2022-07-06-command_line_slides.md b/_posts/2022-07-06-command_line_slides.md index e43d50f..7ab6234 100644 --- a/_posts/2022-07-06-command_line_slides.md +++ b/_posts/2022-07-06-command_line_slides.md @@ -4,6 +4,9 @@ excerpt: | I made a set of interactive slides for a course on the command line, complete with command line playback! layout: post +hide_image: true # Only use this image for static previews +image: /assets/images/command_line_slides.png +alt: A screenshot of a slide deck with computer code on it. --- I had to give a quick lecture on using the command line and came up with this to do live demos of using the command line. Embedded below. diff --git a/_posts/2023-06-21-my_first_PCB.md b/_posts/2023-06-21-my_first_PCB.md index d34d9b5..caae97a 100644 --- a/_posts/2023-06-21-my_first_PCB.md +++ b/_posts/2023-06-21-my_first_PCB.md @@ -4,6 +4,9 @@ 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 +image: /assets/blog/PCB/horizontal.png +alt: A 3D render of a simple PCB. --- I made my first PCB! diff --git a/_posts/2023-07-31-toothbrush-holder.md b/_posts/2023-07-31-toothbrush-holder.md index 08ed7f9..5b7d879 100644 --- a/_posts/2023-07-31-toothbrush-holder.md +++ b/_posts/2023-07-31-toothbrush-holder.md @@ -3,6 +3,9 @@ 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 +image: /assets/blog/toothbrush_shelf/spin.gif +alt: A render of a 3D printed shelf sitting above a shaver outlet, it spins slowly. --- It can be hard to find genuine everyday uses of 3D printing, but after a while you do find some! I made this little shelf to tidy up the wires to our devices in the bathroom. The wires are now hidden, coiled up, inside the shelf. diff --git a/blog.html b/blog.html index e90eea6..b27b5ef 100644 --- a/blog.html +++ b/blog.html @@ -8,6 +8,6 @@ permalink: /blog/

{{ post.title }}

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }}
-
+ {% endfor %}