Appernetic

Results 5 issues of Appernetic

Hi, I get this error when I use the files from the example folder: hugo server -D Started building sites ... ERROR 2017/08/14 03:01:42 Error while rendering "page": template: theme/_default/single.html:1:3:...

bug

I have just installed the project and fortunately managed to build it. But when I create the first Upcoming Event I get the error: can't find listEvents on object (ROOT_QUERY)...

This is not working if there is no authorlink set in config. Not working when remarked: #authorLink = "test@email" but this works: authorLink = "test@email" In layout/_default/single.html: Error while rendering...

The instruction: After that, start up Webpack: webpack --watch is wrong! It should be: npm run watch

I tried the filter demo example. I did not work with my Chrome browser on OSX. So I started to dissect the code in filters.html. I ended up removing .toLowerCase()...