Hi,
I understand the Eternity project is not actively being maintained anymore but has anybody tried to use it recently. I followed the Installation instructions and copied all the files from the example project plus the config file. When I run hugo server, I get the below error msg.
WARN _internal/google_analytics_async.html is no longer supported by Google and will be removed in a future version of Hugo
ERROR render of "section" failed: execute of template failed: template: _default/list.html:3:3: executing "_default/list.html" at <partial "slides/columns" (dict "portfolioScratch" $portfolioScratch "portfolioMobileScratch" $portfolioMobileScratch "ctx" .)>: error calling partial: "../eternity/layouts/partials/slides/columns.html:37:13": execute of template failed: template: partials/slides/columns.html:37:13: executing "partials/slides/columns.html" at <index .ctx.Site.Taxonomies.tags .ctx.Params.Title>: error calling index: index of type page.Taxonomy with args [<nil>] failed: value is nil; should be of type string
Built in 46 ms
Error: error building site: render: failed to render pages: render of "term" failed: execute of template failed: template: _default/list.html:3:3: executing "_default/list.html" at <partial "slides/columns" (dict "portfolioScratch" $portfolioScratch "portfolioMobileScratch" $portfolioMobileScratch "ctx" .)>: error calling partial: "../eternity/layouts/partials/slides/columns.html:37:13": execute of template failed: template: partials/slides/columns.html:37:13: executing "partials/slides/columns.html" at <index .ctx.Site.Taxonomies.tags .ctx.Params.Title>: error calling index: index of type page.Taxonomy with args [<nil>] failed: value is nil; should be of type string
I am guessing I am getting this error msg because I do not have any posts for taxonomy. I can bypass this error msg by disabling taxonomy and run the server.
However, when I run the server. None of the contents are posted.
To reproduce this error. Follow the Installation instructions from the theme page.
I copied all the contents from the example folder so I do have contents in the content folder.
One thing I did notice is that all the contents from the content folder gets processed and are dumped into the public folder and I can type the url manually to get to those pages.
https://imgur.com/a/j7NDjKS
I am not sure why the contents are not being posted. I have also tried creating a new content but I still get “There is no posts yet” error msg. Any help to get those content posted is greatly appreciated. I have been playing with this for a while and feel like I am just missing something stupid that’s right in front of my eyes.