waferbaby / usesthis

A nerdy little interview website, asking people from all walks of life what they use to get the job done.
http://usesthis.com/
MIT License
579 stars 119 forks source link

How To Change Url of Interviews #6

Closed ChetanArvindPatil closed 11 years ago

ChetanArvindPatil commented 11 years ago

Hello,

The interviews which has been taken are something like this : firstname.lastname.usesthis.com

What if I wish to make it like this : domainname.com/firstname.lastname ?

Thanks.

ChetanArvindPatil commented 11 years ago

Fine. I got the solution :

Edited the href in _includes/summary.html to : http://domainname.com/interviews/{{interview.slug}}.html and it worked.

Thanks.