Skip to content

Commit

Permalink
Update CUSTOMIZE.md for Newsletter support (alshedivat#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
asboyer authored and HaukeCornell committed Jul 8, 2024
1 parent a0b8100 commit 3d709de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CUSTOMIZE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3d709de

Please sign in to comment.