MovingBlocks / movingblocks.github.com

Terasology's Homepage hosted as a GitHub Page. On the page you can download Terasology, view related videos, go to the forum, etc.
https://terasology.org/
MIT License
7 stars 17 forks source link

Blogpost Path Uniqueness #213

Open jdrueckert opened 1 year ago

jdrueckert commented 1 year ago

Problem

Currently, the title of a blog post will become it's path on the website, for instance a blog post with metadata title "My first Terasology blog!" will be served at /blog/my-first-terasology-blog. This means, that the title needs to be unique, which doesn't really make sense. For instance, if somebody today would write a blog post and title it the same as a blog post written 2 years ago, we would have a conflict there which might not be resolved deterministically.

Proposal

Use the date in combination with the title to avoid the requirement on titles to be unique.

Rukki13 commented 4 months ago

I want to work on this issue

5archoufa commented 4 months ago

Here is the pull request: #242