mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-07 04:27:31 -05:00
Compare commits
1 Commits
master
...
rewrite-fi
Author | SHA1 | Date | |
---|---|---|---|
4eb4bdea79
|
@ -23,9 +23,10 @@ resources:
|
||||
|
||||
- name: listmonk-splash
|
||||
src: listmonk-splash.webp
|
||||
title: >-
|
||||
Dashboard on listmonk ---
|
||||
[source](https://listmonk.app/static/images/splash.png)
|
||||
params:
|
||||
alt: >-
|
||||
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).
|
||||
{{< /aside >}}
|
||||
|
||||
~~**See the ["Signing Up" section]({{< ref "#signing-up" >}}) for instructions
|
||||
on how to sign up for the newsletter.**~~
|
||||
**See the ["Signing Up" section]({{< ref "#signing-up" >}}) for instructions on
|
||||
how to sign up for the newsletter.**
|
||||
|
||||
## 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
|
||||
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.
|
||||
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
|
||||
website uses. Here's a screenshot of how it currently looks:
|
||||
|
||||
{{< figure src="feature" >}}
|
||||
{{< figure src="feature" />}}
|
||||
|
||||
## 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.)
|
||||
{{< /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
|
||||
> 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).
|
||||
>
|
||||
> 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.
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
@ -25,11 +25,6 @@ resources:
|
||||
Image source:
|
||||
[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
|
||||
@ -219,7 +214,9 @@ thousand times better.
|
||||
Coincidentally, it matches the theme of my website very well, so I have to put a
|
||||
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
|
||||
|
Reference in New Issue
Block a user