biolab / orange-hugo

6 stars 21 forks source link

Changed workflows categories to lowercase and removed dashes #244

Open andraz213 opened 3 years ago

andraz213 commented 3 years ago

Fixes #185 and fixes potential future problems with dashes on the blog site.

Fixes #207

andraz213 commented 3 years ago

Fixed #207 as well while I'm at it.

andraz213 commented 3 years ago

Blog categories now show the active category. It was only implemented on the workflows site and not on the blog site, so I decided to add it.

markotoplak commented 3 years ago

Thanks. How did you handle old URLs? Are there any redirects if someone perhaps had an old URL bookmarked? Did you search the current site if the old URLs were used anywhere?

andraz213 commented 3 years ago

Good point. I can change the URLs back and just change how categories are displayed. Redirects could be implemented, but I don't know how this site is hosted.

andraz213 commented 3 years ago

The URLs are now the same as before. Just the tags are displayed in lowercase letters.

irgolic commented 3 years ago

LGTM, please rebase and solve conflicts following merge of #245

@markotoplak Can you merge this, if you're okay with the aforementioned URL redirects?

markotoplak commented 3 years ago

@andraz213, sorry, I somehow overlooked your comment. Should be fine now, could you please rebase?

ajdapretnar commented 3 years ago

@markotoplak @irgolic Could we add the auto-rebase option which we have in orange3 (if I am not mistaken)?