Replies: 5 comments 9 replies
-
The main breaking changes is that we use Hugo Pipes #405 for generating assets. See also CHANGELOG and UPGRADE. If you're still failing to build your site, please provide the details. |
Beta Was this translation helpful? Give feedback.
-
I just realized that you used defaultContentLanguageInSubdir = false
disableLanguages = ["fr", "zh-cn" ,"zh-tw"] Since we use Hugo Pipes, you'll need to install extended Hugo and npm for building your site:
|
Beta Was this translation helpful? Give feedback.
-
I'll check my (backup) config files against the themes config files and see if there is anythng obvious |
Beta Was this translation helpful? Give feedback.
-
I followed the instructions at https://hbs.razonyang.com/en/docs/installation/git-submodule/#installation , and put it all in a new path called "myblog". This part had warnings
Then when I tried the server ...
|
Beta Was this translation helpful? Give feedback.
-
For me, it will be easier to go back to https://github.com/razonyang/hugo-theme-bootstrap/releases/tag/v0.67.1 No NPM it seems. |
Beta Was this translation helpful? Give feedback.
-
I have a small bash script to
rm
everything locally, thengit submodule add https://github.com/razonyang/hugo-theme-bootstrap themes/hugo-theme-bootstrap
, and copy all the content/posts from a backup. It was working fine up until the end of Sept. 2021. Today it had problems. So the version I last used was 28th Sept. 2021, and now as I browse the theme I can see the file structure has changed , but only minor.I don't use multi-languages, and the (old) structure was /hugo-theme-bootstrap/exampleSite/content/en/
Are there any changes I may have to do locally now ? I only have posts, but do use:
/archives
/categories
/series
/tags
in the deployment. Are there any configuration changes since Sept. 21, as I used to have config files backed up and simply copied them across on a reload.
Beta Was this translation helpful? Give feedback.
All reactions