Releases: Wivik/am-writing-hugo-theme
v1.5.0
v1.4.0
Features
- A dedicated "subscribe to this content" page
As I said in v1.3.0 I didn't want to allow the site to generate newsletter subscription forms. However, not all providers give a webpage for this purpose, only an integration code. The template now supports this with a dedicated webpage aggregating the various communication channels.
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Fix
- Changed the newsletter variable in hugo.yaml to
newsletterSubscriptionLink
This value should remains agnostic from the newsletter service provider.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Features
- You can now display a RSS feed subscription on the About section
- RSS feeds for the books and / or the blog
- Supports link to the buttondown.email newsletter service, but any other providing a subscription page should work
Regarding the last item, please consider this template will not permit to create newsletter forms as it intends to keep simple. Your newsletter service should provide a link to a subscription page.
Full Changelog: v1.2.0...v1.3.0
RSS Support
Blog support
Feature
The theme can also be your blog ! See README for how to use it.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First actual release of this theme, including several modifications such as a grid / list layout and minor CSS fixes.
Breaking changes
- The
kind: book
param in the markdown files must be replaced bybook: true
.
Full Changelog: https://github.com/Wivik/am-writing-hugo-theme/commits/v1.0.0