1 Commits

Author SHA1 Message Date
4eb4bdea79 WIP [skip ci] 2025-07-06 20:09:31 -05:00
2 changed files with 23 additions and 22 deletions

View File

@ -23,9 +23,10 @@ resources:
- name: listmonk-splash - name: listmonk-splash
src: listmonk-splash.webp src: listmonk-splash.webp
title: >- params:
Dashboard on listmonk --- alt: >-
[source](https://listmonk.app/static/images/splash.png) Dashboard on listmonk ---
[source](https://listmonk.app/static/images/splash.png)
--- ---
@ -39,8 +40,8 @@ I decided that I didn't really want to deal with the extra work of managing a
newsletter so I've removed it. (I didn't actually get any sign-ups). newsletter so I've removed it. (I didn't actually get any sign-ups).
{{< /aside >}} {{< /aside >}}
~~**See the ["Signing Up" section]({{< ref "#signing-up" >}}) for instructions **See the ["Signing Up" section]({{< ref "#signing-up" >}}) for instructions on
on how to sign up for the newsletter.**~~ how to sign up for the newsletter.**
## Choosing the right mailing list manager ## Choosing the right mailing list manager
@ -51,7 +52,12 @@ newsletter/mailing list manager I looked at that doesn't have an overall old and
ugly interface. Additionally, it has a live demo, so I was able to test it out ugly interface. Additionally, it has a live demo, so I was able to test it out
and see if it would be able to meet my (relatively low) requirements. and see if it would be able to meet my (relatively low) requirements.
{{< figure src="listmonk-splash" >}} {{< figure
caption=`Dashboard on listmonk ---
[source](https://listmonk.app/static/images/splash.png)`
>}}
{{< resource "listmonk-splash.webp" >}}
{{< /figure >}}
I also tried out [GNU Mailman 3](https://www.list.org/) about a year ago. I also tried out [GNU Mailman 3](https://www.list.org/) about a year ago.
However, I could not get it to integrate cleanly with my email However, I could not get it to integrate cleanly with my email
@ -71,7 +77,7 @@ I ended up writing my own template for listmonk from scratch, based on the CSS
used in [bobatheme](https://github.com/BBaoVanC/bobatheme), the theme that my used in [bobatheme](https://github.com/BBaoVanC/bobatheme), the theme that my
website uses. Here's a screenshot of how it currently looks: website uses. Here's a screenshot of how it currently looks:
{{< figure src="feature" >}} {{< figure src="feature" />}}
## Signing up ## Signing up
@ -80,16 +86,14 @@ I decided that I didn't really want to deal with the extra work of managing a
newsletter so I've removed it. (I didn't actually get any sign-ups anyways.) newsletter so I've removed it. (I didn't actually get any sign-ups anyways.)
{{< /aside >}} {{< /aside >}}
For posterity, here's the old instructions. You can sign up to get emails about new posts on the [newsletter signup form
here](https://lists.bbaovanc.com/subscription/form). Make sure the box next to
the list labeled `bbaovanc.com Blog Posts` is checked. You'll need to provide an
email address, and optionally a nickname (or your real name if you want).
> You can sign up to get emails about new posts on the [newsletter signup form Right now there's only one list with public signup enabled, but that may change
> here](https://lists.bbaovanc.com/subscription/form). Make sure the box next to if you're reading this in the future. In that case, you can sign up for as many
> the list labeled `bbaovanc.com Blog Posts` is checked. You'll need to provide or as few lists as you want.
> an email address, and optionally a nickname (or your real name if you want).
>
> Right now there's only one list with public signup enabled, but that may
> change if you're reading this in the future. In that case, you can sign up for
> as many or as few lists as you want.

View File

@ -25,11 +25,6 @@ resources:
Image source: Image source:
[Caddy](https://caddyserver.com/resources/images/caddy-logo.svg) [Caddy](https://caddyserver.com/resources/images/caddy-logo.svg)
- name: caddy-browse
src: caddy-browse.webp
title: >-
Caddy's gorgeous directory list page.
--- ---
After switching from NGINX to Caddy on all of my websites, I have come to the After switching from NGINX to Caddy on all of my websites, I have come to the
@ -219,7 +214,9 @@ thousand times better.
Coincidentally, it matches the theme of my website very well, so I have to put a Coincidentally, it matches the theme of my website very well, so I have to put a
border around the image. border around the image.
{{< figure src="caddy-browse" >}} {{< figure "Caddy's gorgeous directory list page." >}}
{{< resource "caddy-browse" >}}
{{< /figure >}}
[^hostname-requirements]: For the rules on what domains have automatic HTTPS by [^hostname-requirements]: For the rules on what domains have automatic HTTPS by