Skip to content

Instantly share code, notes, and snippets.

@RickCogley
Created April 10, 2017 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickCogley/2f0d21144e5f3091e62a6ced211c71f3 to your computer and use it in GitHub Desktop.
Save RickCogley/2f0d21144e5f3091e62a6ced211c71f3 to your computer and use it in GitHub Desktop.
Errors after upgrade to Hugo v21
~/dev/RCC-live ❯❯❯ hugoserver-rcclive master ✱ ◼
INFO 2017/04/10 20:44:37 Using config file:
INFO 2017/04/10 20:44:37 /Users/rcogley/dev/RCC-live/static/ is the only static directory available to sync from
INFO 2017/04/10 20:44:37 syncing static files to /
WARNING: Site config's rssURI is deprecated and will be removed in a future release. Set baseName in outputFormats.RSS.
WARN 2017/04/10 20:44:37 No translation bundle found for default language "en"
WARN 2017/04/10 20:44:37 Translation func for language en not found, use default.
WARN 2017/04/10 20:44:37 i18n not initialized, check that you have language file (in i18n) that matches the site language or the default language.
Started building sites ...
ERROR 2017/04/10 20:44:37 Failed to find GitInfo for "content/post/2017-04-10-How-Much-is-Too-Much-Reclining.md"
INFO 2017/04/10 20:44:37 found taxonomies: map[string]string{"tag":"tags"}
INFO 2017/04/10 20:44:37 Alias "/2017/04/05/spring-things-in-japan---do-you-kigo/" translated to "2017/04/05/spring-things-in-japan---do-you-kigo/index.html"
ERROR 2017/04/10 20:44:37 Error while rendering "page": template: /Users/rcogley/dev/RCC-live/layouts/_default/single.html:16:6: executing "footer" at <partial "footer.html...>: error calling partial: template: partials/footer.html:11:103: executing "partials/footer.html" at <.GitInfo.Abbreviated...>: can't evaluate field AbbreviatedHash in type *gitmap.GitInfo
ERROR 2017/04/10 20:44:37 Error while rendering "section": template: /Users/rcogley/dev/RCC-live/layouts/_default/section.html:21:6: executing "footer" at <partial "footer.html...>: error calling partial: template: partials/footer.html:12:127: executing "partials/footer.html" at <.GitInfo.Abbreviated...>: can't evaluate field AbbreviatedHash in type *gitmap.GitInfo
ERROR 2017/04/10 20:44:37 Error while rendering "home": template: /Users/rcogley/dev/RCC-live/layouts/index.html:18:6: executing "footer" at <partial "footer.html...>: error calling partial: template: partials/footer.html:12:127: executing "partials/footer.html" at <.GitInfo.Abbreviated...>: can't evaluate field AbbreviatedHash in type *gitmap.GitInfo
WARN 2017/04/10 20:44:37 .Render only available for regular pages, not for of kind "section". You probably meant .Site.RegularPages and not.Site.Pages.
WARN 2017/04/10 20:44:37 .Render only available for regular pages, not for of kind "home". You probably meant .Site.RegularPages and not.Site.Pages.
ERROR 2017/04/10 20:44:37 Error while rendering "404": template: /Users/rcogley/dev/RCC-live/layouts/404.html:27:5: executing "footer" at <partial "footer.html...>: error calling partial: template: partials/footer.html:12:127: executing "partials/footer.html" at <.GitInfo.Abbreviated...>: can't evaluate field AbbreviatedHash in type *gitmap.GitInfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment