tell Hugo to use filenames as paths; rename articles imported from Jekyll to remove leading date to preserve existing post URLs

This commit is contained in:
John Bowdre 2021-12-06 10:35:09 -06:00
parent 908e016de4
commit 315e8a4d23
37 changed files with 1 additions and 1 deletions

View file

@ -21,4 +21,4 @@ DefaultContentLanguage = "en"
series = "series"
[permalinks]
post = ":title"
post = ":filename"