bmaupin / wiki

My wiki
https://bmaupin.github.io/wiki/
MIT License
11 stars 8 forks source link

Directory titles: replace dashes with spaces? #22

Closed bmaupin closed 3 years ago

bmaupin commented 3 years ago

This only really affects a few directories:

$ find . -type d -name "*-*" -not -path "./_site/*" -not -path "*tutorials*"
./applications/web-servers
./operating-systems
./archive/applications/configuration-management
./archive/applications/web-servers
./archive/operating-systems
./archive/operating-systems/os-x

For example, configuration-management right now doesn't have an index file so it shows up as "configuration-management" in the page listing. How hard would it be just to s/-/ /? Is it worth it?