journey icon indicating copy to clipboard operation
journey copied to clipboard

Couldn't find theme

Open Detor opened this issue 6 years ago • 1 comments

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 /tmp/go-build123402307/b001/exe/content/plugins 2019/01/20 20:44:53 Creating /tmp/go-build123402307/b001/exe/content/pages 2019/01/20 20:44:53 Warning: couldn't load /tmp/go-build123402307/b001/exe/config.json, creating new config file. 2019/01/20 20:44:56 Error: Couldn't compile templates:Couldn't find a theme to use in /tmp/go- build123402307/b001/exe/content/themes exit status 1

I checked and found the default theme "promenade" present in the content/themes folder, yet it still doesn't work I found a similar issue: #100, but it didn't solve my problem

Detor avatar Jan 20 '19 19:01 Detor

You could go build to get the binary, and then run it.

cortexiphan avatar Mar 03 '19 11:03 cortexiphan