Add a pages content type and move page files

This commit is contained in:
Oliver Davies 2025-05-08 08:00:00 +01:00
parent 7087bbbb7f
commit e1573ef072
38 changed files with 2 additions and 0 deletions

26
source/_pages/welcome.md Normal file
View file

@ -0,0 +1,26 @@
---
layout: page
title: Welcome!
meta:
title: Welcome to my Daily Email list | %site.name%
---
{% block head_meta %}
<meta name="robots" content="noindex">
{% endblock %}
{% block content %}
Hi. Thank you for subscribing to my Daily Email list!
You'll soon start to get emails from me directly in your inbox. Every day.
The first might be later today!
Every email is sent from my personal email address, so if you have a question about any email, press reply, send it to me, and I'll personally respond.
Also, remember to check your inbox and confirm your email address to ensure you get my emails.
In the meantime, why not [go to the archive](/archive) and read some of my previous dailies?
Found this page by accident? [Consider joining the list](/daily).
{% endblock %}