More readme.

master
Manager Bot 3 years ago
parent 8c1d166b15
commit fb7747112a
  1. 16
      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. [Backup PSQL Data](#backup-psql-data)
2. [How to perform a system restore](#how-to-perform-a-system-restore) 2. [How to perform a system restore](#how-to-perform-a-system-restore)
1. [Restore Gitea Data](#restore-gitea-data) 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) 4. [Development Guide](#development-guide)
1. [Enable development mode](#enable-development-mode) 1. [Enable development mode](#enable-development-mode)
2. [Reload Default Minion Worker](#reload-default-minion-worker) 2. [Reload Default Minion Worker](#reload-default-minion-worker)
3. [Reload Certbot Minion Worker](#reload-certbot-minion-worker) 3. [Reload Certbot Minion Worker](#reload-certbot-minion-worker)
4. [Extend the DB Schema](#extend-the-db-schema) 4. [Extend the DB Schema](#extend-the-db-schema)
5. [Run Jekyll](#run-jekyll) 5. [Run Jekyll](#run-jekyll)
5. [Roadmap](#roadmap)
## Meet The Servers ## 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. 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)

Loading…
Cancel
Save