Hello,
First of all, thank you for the braindump and cortex theme. I'm using both!
When I was configuring my setup, I needed to use the baseURL in my config.toml as
baseURL = "https://gutofarias.github.io/braindump/"
This posed a problem with relative links, when I go to "posts" the URL would become
https://gutofarias.github.io/posts/
and not
https://gutofarias.github.io/braindump/posts/
So in order to solve that I used canonifyURLs on my hugo config.toml:
canonifyURLs = true
But then I could not get stacked notes anymore.
Do you have any idea on how to solve that?
My config files and org are all in
https://github.com/gutofarias/braindumpcore
And I deploy them on
https://github.com/gutofarias/braindump
Thank you again!
Cordially,
João Gutemberg