@Marianogg9
Cloud Engineer/DevOps/SRE..depends on when you are reading this
I'm Mariano, I am from 🇦🇷 and live in 🇳🇱. I am a Cloud Engineer 9-5 and many other things 5-9.
Nothing here yet.
mahdi From https://blowfish.page/docs/installation/#set-up-theme-configuration-files, and https://blog.mariano.cloud/your-website-in-minutes-gitlab-hugo-blowfish#heading-basics 1- delete *.toml . 2- download default files from the Blowfish repo. 3- update the new config.toml with your custom url. I think it is better explained in this blog, i added a detailed description to do so. And if there is no config.toml , the hugo server will not work. Regarding the language, it should be as simple as creating a new language toml, set RTL=true (https://blowfish.page/docs/configuration/) and update the config.toml - I did not test this one, but will have a look. Hope this helps. UPDATE Indeed, I just set rtl = true in my config/_default/languages.en.toml , commented out baseUrl from config/_default/config.toml and ran hugo server . The text in my local version of the page is now right to left.