Joe Mooring

Results 604 comments of Joe Mooring

This entire section needs to be reworked, pointing to the relevant method pages instead of duplicating the examples. I'm not even sure it needs to be its own section, but...

@yardie After correspondence with the Ananke theme author, we're going to document use of the minimal theme created by `hugo new theme foo` instead. The Ananke theme has not been...

Closing this for now. The Ananke theme has a new maintainer (@davidsneighbour) who has already addressed the deprecation warnings.

With the existing image render hook... ...page resources for non-default languages on a multilingual single-host site will not be found. The only thing that the existing image render hook does...

Your choices: 1. Require v0.125.0. 2. Use `Page` instead of `PageInner` in the render hook. 3. Do not include a render hook in your theme. The embedded hooks are automatically...

Thank you for your suggestion. Perhaps there's a language barrier here, but when I read this it's scary and implies that it's dangerous. I'm not going to merge this as-is,...

Reference: config.toml ``` [languages.en] weight = 1 languageCode = 'en-US' languageName = 'English' [languages.de] weight = 2 languageCode = 'de-DE' languageName = 'Deutsch' ``` Override the header template ```bash mkdir...

Thanks for getting ahead of this. Much appreciated.

I don't understand exactly what's happening here, but using an underscore instead of a hyphen in the i18n file name gives you the desired behavior. ``` defaultContentLanguage = 'en' [languages.en]...

This was resolved in v0.112.0. Minimal example: ```text git clone --single-branch -b hugo-github-issue-7982 https://github.com/jmooring/hugo-testing hugo-github-issue-7982 cd hugo-github-issue-7982 hugo ```