Resume in the french version didn't work!

Hello,

This is my hugo website deployed using Netlify : https://chaimabgh.netlify.app/
The resume in the french version didn’t appear ! this is my code : GitHub - BOUGHANMIChaima/jiji: My personnal web site
AlsoI want to add more picture to the Gallery and more certificate to the menu accomplishements, it didn’t work and how can I add sentences below each photo in the gallery to describe it.
Thank you in advance !
Chaima

Your queries are related to theme configuration. You should contact the theme developers or refer their documentation.

1 Like

ok, thank you !

We had that before :slight_smile: I can't add more than 3 certificat and more photos in galery in my Hugo website!

just as a hint:

  • you are using a rather old - I couldn’t build until I downgraded to Hugo 0.119.0 (listed as minimal requirement - dunno which version that breaks.
  • here’s the reference to the old documentation https://bootstrap.hugoblox.com/
  • check this one - there’s a discussion linked how to update 🆙 Update Hugo Themes or Plugins | Hugo Blox Docs and they explicitely mention Wowchemy academic-cv
  • new version is based on hugo modules and tailwind

for the resume

I think with 119 you have to duplicate stuff in static for each language.

and I would not put that in the themes folder, but in your project root.

jiji\static
├───fr
│   └───uploads
│           resume.pdf
│
└───uploads
        resume.pdf

and as @panchtatvam stated and me before: that’s mostly a config stuff for your theme

Hey Irkode, how did you manage to downgrade hugo? Did you manage to serve Chimon’s website locally?

I think I am encountering similar issues as Chimon, where I can’t any longer compile the academic theme since a couple of days and I hope it’s because my system updated hugo to the latest version. I can’t serve my webiste nor Chimon’s…

I tried with

brew tap go-task/tap
brew install hugo@0.119.0

but I get:

Warning: No available formula with the name "hugo@0.119.0".
==> Searching for similarly named formulae and casks...
Error: No formulae or casks found for hugo@0.119.0.

Im on windows an just doenload the prebuild binary. Guess googlin brew manual should help

Just to confirm, with version 0.119.0 you were able to run locally Chimon’s site?

yes and was able to fix the resume as posted in Resume in the french version didn't work! - #6 by irkode

1 Like