From 3d709de2afc98c2dad43580d92d8fcd0e0dad343 Mon Sep 17 00:00:00 2001 From: Andrew Boyer Date: Thu, 20 Jun 2024 04:21:22 +0100 Subject: [PATCH] Update CUSTOMIZE.md for Newsletter support (#2521) In reference to https://github.com/alshedivat/al-folio/pull/2517 and https://github.com/alshedivat/al-folio/pull/2517#issuecomment-2179244937 --- CUSTOMIZE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index bdc4b4740f49..80bffffedb09 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -146,3 +146,9 @@ A variety of beautiful theme colors have been selected for you to choose from. T ## Adding social media information You can add your social media links by adding the specified information at the `Social integration` section in the [\_config.yml](_config.yml) file. This information will appear at the bottom of the `About` page. + +## Adding a newsletter + +You can add a newsletter subscription form by adding the specified information at the `newsletter` section in the [\_config.yml](_config.yml) file. To set up a newsletter, you can use a service like [Loops.so](https://loops.so/), which is the current supported solution. Once you have set up your newsletter, you can add the form [endpoint](https://loops.so/docs/forms/custom-form) to the `endpoint` field in the `newsletter` section of the [\_config.yml](_config.yml) file. + +Depending on your specified footer behavior, the sign up form either will appear at the bottom of the `About` page and at the bottom of blogposts if `related_posts` are enabled, or in the footer at the bottom of each page.