You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment this is the only case as can be verified by ls app/_posts | sed 's/^[0-9]*-[0-9]*-[0-9]*-//g' | sed 's/\..*//g' | sort | uniq -c | sort -h
Renaming one of thes posts would solve the issue but we have recurring events like GPN, BMI, Mettwoch, LHC, which are likely to raise the issue again.
The text was updated successfully, but these errors were encountered:
My proposal would be to set a :title-based permalink for all imported blogposts (keep the links intact) and :year/:month/:day/:title.html as default (_config.yml) for all new.
The permanent urls for 2015-01-25-stick-wochenende.html and 2015-02-22-stick-wochenende.md are both https://raumzeitlabor.de/blog/stick-wochenende/.
At the moment this is the only case as can be verified by
ls app/_posts | sed 's/^[0-9]*-[0-9]*-[0-9]*-//g' | sed 's/\..*//g' | sort | uniq -c | sort -h
Renaming one of thes posts would solve the issue but we have recurring events like GPN, BMI, Mettwoch, LHC, which are likely to raise the issue again.
The text was updated successfully, but these errors were encountered: