journey icon indicating copy to clipboard operation
journey copied to clipboard

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

Results 53 journey issues
Sort by recently updated
recently updated
newest added

The building from source instructions no longer work as of golang 1.16. While the journey executable can be built using `go install`, you don't get the necessary front end assets...

Hi, it's not a problem for someone. But it's a good idea to rename it before archiving and make it easier to use for some users.

Hi all, Journey is a great project ! ...but It seems there is no more significant activity (only one PR since 2017) @kabukky (or any team member) : Could you...

While testing journey with 'paperleaf' theme, I found out that "Nested Helpers" are not working properly in comments like : {{!-- jQuery needs to come before `{{ghost_foot}}` so that jQuery...

The wiki https://github.com/kabukky/journey/wiki/Building-Journey-from-source will need some modifications to install dep after this change. To do this, just run 'brew install dep' or use any of the other options shown in...

I've downloaded **Journey v0.2.0** , Filename: ` journey-windows-4.0-amd64.zip` i expected to see an executable file (.exe), but didn't find any

I tried running `go run main.go` but always get an error: `2019/01/20 20:44:53 Creating` `/tmp/go-build123402307/b001/exe/content/data ``2019/01/20`` 20:44:53 Creating /tmp/go-build123402307/b001/exe/content/themes` `2019/01/20 20:44:53 Creating /tmp/go-build123402307/b001/exe/content/images` `2019/01/20 20:44:53 Creating /tmp/go-build123402307/b001/exe/content/https` `2019/01/20 20:44:53 Creating...

OSExt is no longer needed as of Go 1.8+. Also, using this PR, Termux can successfully build the journey executable and run it, which previously returned the error `ExecPath not...

Every exported function in a program should have a doc comment. The first sentence should be a summary that starts with the name being declared. From [effective go](https://golang.org/doc/effective_go.html#commentary). PR generated...