Today I’ve decided to upgrade features of current blogging platform.
It’s called Journey
Based on GoLang it’s simple and get things done:
- download release file
- extract it and launch
Original Journey was abandoned by maintainer more than 10+ years, you can see it by GitHub Link
As result I’ve cloned sources to Codomari/journey and added few improvements:
- Sitemap support (sitemap.xml)
- Static files support (favicon.ico, robots.txt and etc, check
contents/static
folder) - Bugfix related slug case-sensitivity (which described here)
- removed
vendor
folder for go modules support - switched from
cgo
basedsqlite
driver to pure golang driver
Why I did it?
I like this blogging tool, but I wanted features,
I did not wanted to move my blog to another platform,
I needed few things to be done - which I did myself.
I hope you’ll enjoy it.
P.S. In future posts I’m planning to write about developing full featured blog platform using Elixir stack.
This will help to share my knowledge with you through doing useful things.
Talk soon (: