fixes
This commit is contained in:
parent
a7e8651c0b
commit
bab6d25d40
3 changed files with 11 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
<div class="post border-bottom border-gray pb-4 mb-3">
|
<div class="post border-bottom border-gray pb-4 mb-3">
|
||||||
|
|
||||||
<h2 class="post-title fs-2 fw-600 mb-2">
|
<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>
|
</h2>
|
||||||
|
|
||||||
<div class="post-date font-monospace text-gray-400 <%= if length(post.tags) == 0, do: "mb-3" %>">
|
<div class="post-date font-monospace text-gray-400 <%= if length(post.tags) == 0, do: "mb-3" %>">
|
||||||
|
|
|
@ -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:
|
Original post below:
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
I'm really liking my [Pi-Hole](https://pi-hole.net/)
|
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.
|
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.
|
||||||
|
|
|
@ -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!
|
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!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue