This commit is contained in:
Adam Piontek 2021-04-05 22:48:30 -04:00
parent a7e8651c0b
commit bab6d25d40
3 changed files with 11 additions and 3 deletions

View file

@ -17,7 +17,7 @@
<div class="post border-bottom border-gray pb-4 mb-3">
<h2 class="post-title fs-2 fw-600 mb-2">
<%= live_redirect "#{post.title}", to: Routes.blog_path(@socket, :show, post) %>
<%= @live_action == :show && post.title || live_redirect "#{post.title}", to: Routes.blog_path(@socket, :show, post) %>
</h2>
<div class="post-date font-monospace text-gray-400 <%= if length(post.tags) == 0, do: "mb-3" %>">

View file

@ -8,12 +8,14 @@
}
---
*April 2021 update:* while the pi-hole is a very cool project, I eventually grew tired of maintaining a separate DNS service. I still use unbound on my edgerouter but now my raspberry pi just runs some local web services.
***April 2021 update:*** while the pi-hole is a very cool project, I eventually grew tired of maintaining a separate DNS service. I still use unbound on my edgerouter but now my raspberry pi just runs some local web services.
Original post below:
<!--more-->
---
I'm really liking my [Pi-Hole](https://pi-hole.net/)
Katie gave me a Raspberry Pi Zero W for Christmas, and while it's also inspired other projects to come down the line, I finally settled on using it for Pi-hole.

View file

@ -7,7 +7,13 @@
}
---
Since I'm enjoying this new minimalist blogging platform, and my main site has languished for years (I've tried doing a static site via hugo, then moved back to a Wordpress blog, but I didn't really like or make use of either), I figured it was time to exercise some old creative muscles and make a sort of minimalist home site.<!--more-->
***April 2021 update:*** After a few months, I decided I wanted my blog integrated, and I wanted to do it with Elixir, so I'm no longer using the static webpack-built website, but the style is basically the same. So anyway, the below is outdated but it was fun learning.
---
Since I'm enjoying this new minimalist blogging platform, and my main site has languished for years (I've tried doing a static site via hugo, then moved back to a Wordpress blog, but I didn't really like or make use of either), I figured it was time to exercise some old creative muscles and make a sort of minimalist home site.
<!--more-->
Way back in the late 90s and 2000s I would fashion HTML by hand and get a little artsy. This wasn't quite that, but it was fun!