Joseph
Joseph
I believe he is looking for a feature to detect RSS feeds from a given website.
Somehow I overlooked #695 which seemed to have the exact same issue and was fixed in the past.
I read your [Tröt](https://chaos.social/@[email protected]/111460487142843520) and decided to give umami a try. ### Node 18 I didn't encounter any real issues. Running `yarn build` resulted in an error, but this was...
### Node 20 Node 20 on the other hand threw a bunch of errors. First, I ran the default `yarn build` and saw that the error messages complain in more...
Do I understand correctly that I can now use this issue to state my intent to update the guide and create a pull request with my changes?
Upon further inspection it seems that [line 29 on partials/head/meta.html](https://github.com/lukeorth/poison/blob/187e26ee34d369972fbe859484a9359cd2cd6ab8/layouts/partials/head/meta.html#L29C6-L29C6) is causing trouble. ``` {{ $image_path_local := printf "assets/%s" $image_path -}} ``` It generates filepath like this ``` ERROR render...
Just for reference, I installed Hugo into WSL (Ubuntu 22.04) and started it from the same folder: ``` /mnt/c/Users/Joseph/Gitlab/blog.bdw.li$ hugo serve Watching for changes in /mnt/c/Users/Joseph/Gitlab/blog.bdw.li/{archetypes,assets,content,static,themes} Watching for config changes...