You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 newconfig 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: