datatogether / website

A static-generated website to introduce the Data Together project, built with Hugo.
http://datatogether.org
9 stars 5 forks source link

Rename 'blog' folder to 'posts' #92

Closed lightandluck closed 4 years ago

lightandluck commented 4 years ago

Fixes #89

There's a part of me that wants the blog link to actually go to /blog/, but I think just renaming the folder back to posts instead of using redirects will be less confusing for creating future posts. We have to add additional front matter to the old posts to redirect and folks might copy that unnecessarily for new posts.

(We can use Hugo aliases easily if we decide we want to use redirects later. Also, the examples show the additional front matter mentioned above.)