spi
spi
Is there anything else I can do for troubleshooting? I've been using version 2.6.6 for almost two week now and haven't had any issues.
I'm still facing the issue. Had to disable the AutoOpen daisy chain function to open the second database to get rid of it.
Any hints how multilanguage support could be implemented? Probably simplest approach would be like content subfolders /de and /en with the content inside - but how would the top homepage...
> @spi43984 see https://gohugo.io/functions/i18n/ I think we should stick to Hugo patterns when possible I agree - I could try an help but would need some short instruction how hugo-scroll...
With the exampleSite I tried ``` defaultContentLanguage = "en" defaultContentLanguageInSubdir = true [languages] [languages.de] contentDir = 'content/de' disabled = false languageCode = 'de-DE' languageDirection = 'ltr' languageName = 'Deutsch' title...
> any luck with Multi-Language support? Thank you. not yet. Still need to work on that. Could need a little support...
ok, after some digging I found an approach, see [https://werat.dev/blog/automatic-image-size-attributes-in-hugo/](https://werat.dev/blog/automatic-image-size-attributes-in-hugo/) for details. Basically it just need a file ```render-image.html``` in ```layouts/_default/_markup``` with the following content: ``` {{- $image := .Page.Resources.GetMatch...
> We could make it a _shortcode_ for reuse. I am really a rookie right now if it comes to hugo and themes. I read about shortcodes but can't really...
> We could make it a _shortcode_ for reuse. Can you please advise how to proceed further?
I took one of the pictures, removed the background and added it to the homepage. It looks huge, so I want it to scale (and not to scale the image...