Changed blog URL not working using "Compose" theme

In compose’s docs is written:
Edit the config.toml file and change the blogDir key. Value will be name of the folder where the blog articles reside.

[params]
...
blogDir = "blog"
...

I did exactly that and tried to change it from blog to downloads. But even if I do that within the example project, blog entries just wont show up. It only works when using blog as blogDir.
I already posted an issue on the themes repository for that but I did not get any responses for over a month: [BUG] blogDir param not working · Issue #134 · onweru/compose · GitHub

Any ideas what could cause this?
Here is the full source code: source.zip

mkdir layouts/downloads
cp -r themes/compose/layouts/blog/* layouts/downloads/
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.