@ -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)