Skip to content

Codomari/journey

Journey

A blog engine written in Go, compatible with Ghost themes.

Editor

About

It's a fork of https://github.com/kabukky/journey blog engine which abandoned by author, but cloned to continue support for PR-s from enthusiasts who enjoy using it.

Easy to work with

Create or update your posts from any place and any device. Simply point your browser to yourblog.url/admin/, log in, and start typing away!

Lightweight and fast

Journey is still in an early stage of development. However, initial tests indicate that it is much faster at generating pages than Ghost running on Node.js. It also eats very little of your precious memory. For example: Testing it on Mac OS X, it takes about 3.5 MB of it and then happily carries on doing its job.

This slimness makes Journey an ideal candidate for setting up micro blogs or hosting it on low-end vps machines or micro computers such as the Raspberry Pi.

Deployable anywhere

Download the release package for Linux (AMD64, i386, ARM), Mac OS X (AMD64, i386) or Windows (AMD64, i386) and start using Journey right away. Build Journey from source to make it work on a multitude of other operating systems!

Questions?

Please contact me by email

Troubleshooting

Please create a New Issue.

Building from source

It's build as every golang app:

go mod download
go build -o journey
chmod +x journey

Contributing to Journey

Pull requests are very much welcome. But please create them on the development branch. The master branch will only be updated for a new release.

About

A blog engine written in Go, compatible with Ghost themes. Fork of abandoned https://github.com/kabukky/journey to support latest changes

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 7