Releases: goblogplatform/goblog
Releases · goblogplatform/goblog
Fix for missing posts at the start, or for having index.php at end
This fix makes the blog more compatible with old links that used to exist in wordpress.
Now psots can be called with
/posts/yyyy/mm/dd/slug or
/yyyy/mm/dd/slug or
/yyyy/mm/dd/slug/index.php
Settable Dates
This release enables setting the dates using a datetime selector on post creation and updating. This will make it really easy to import old medium posts via copy paste.
Imported old wordpress
Mostly the same as the last release with some minor fixes after importing old posts from wordpress
Minor Fixes
Added tags and titles generated from content directly (helps with SEO)
docker generation fix
v0.1.1 Needed to add a trigger for tag creation to CI
First usable release
- List
- Create
- Update
- Delete
- Local sqlite3 db in a file
- Markdown rendering for content
- Tags
- code highlighting
- error pages
- file uploads (images, pdfs, etc)