From fb7747112aa23f1cd92172af1455c8d87fd87b2b Mon Sep 17 00:00:00 2001 From: Manager Bot Date: Sat, 10 Dec 2022 00:24:16 +0000 Subject: [PATCH] More readme. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d811726..3455419 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,14 @@ This software runs my paid web hosting offering: [MyJekyllBlog.com](https://myje 2. [Backup PSQL Data](#backup-psql-data) 2. [How to perform a system restore](#how-to-perform-a-system-restore) 1. [Restore Gitea Data](#restore-gitea-data) - 2. [Restore Gitea Data](#restore-gitea-data) + 2. [Restore PSQL Data](#restore-psql-data) 4. [Development Guide](#development-guide) 1. [Enable development mode](#enable-development-mode) 2. [Reload Default Minion Worker](#reload-default-minion-worker) 3. [Reload Certbot Minion Worker](#reload-certbot-minion-worker) 4. [Extend the DB Schema](#extend-the-db-schema) 5. [Run Jekyll](#run-jekyll) +5. [Roadmap](#roadmap) ## Meet The Servers @@ -386,3 +387,16 @@ alias jekyll="podman run -ti --rm -v .:/srv/jekyll -e JEKYLL_ROOTLESS=1 docker.i Once you have done so, you should be able to use `jekyll` directly. +## Roadmap + +### Themes + +Currently the default minima theme is installed and there is no obvious way to change the theme. There should be a theme tab that allows selecting themes. + +### Email Subscription / Notification + +There is no way for users to subscribe and get email notifications when a new post is made. Create an opt-in email system, and a form that MyJekyllBlog users can add to their blog to allow people on the Internet to subscribe for updates. + +### Better Front-Matter UI + +The UI only supports handling the title and date as UI items, otherwise a user is required to write YAML content. Investigate Jekyll front matter options more and integrate them into the UI (and add a simple editor for page creation that doesn't require YAML)