Skip to content

Releases: goblogplatform/goblog

Fix for missing posts at the start, or for having index.php at end

09 Sep 05:13

Choose a tag to compare

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

08 Sep 16:01

Choose a tag to compare

Settable Dates Pre-release
Pre-release

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

07 Sep 21:26
f88dc12

Choose a tag to compare

Pre-release

Mostly the same as the last release with some minor fixes after importing old posts from wordpress

Minor Fixes

28 Jul 13:48

Choose a tag to compare

Minor Fixes Pre-release
Pre-release

Added tags and titles generated from content directly (helps with SEO)

docker generation fix

27 Jul 15:22

Choose a tag to compare

docker generation fix Pre-release
Pre-release
v0.1.1

Needed to add a trigger for tag creation to CI

First usable release

26 Jul 17:46

Choose a tag to compare

First usable release Pre-release
Pre-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)