foundation / panini

A super simple flat file generator.
Other
592 stars 104 forks source link

Customize permalink #105

Closed longster closed 7 years ago

longster commented 7 years ago

Is it possible to customize permalink through Front Matter? Ex: from abc.com/about.html to abc.com/about/ ?

maxstoyanov commented 7 years ago

As far as I see panini only generates the files you tell it to generate. So there is no way for panini to implement the pattern you want.

Suggestion: Use .htaccess to rewrite your incoming URLs and then build your menu to point to the abc.com/about/ page.

gakimball commented 7 years ago

Yep, Panini is not a web server, it just builds HTML files. Like @maxstoyanov said, look into using rewrite rules for whatever server you're using. If you're using Foundation's ZURB Template, that would be BrowserSync.