cccs / eh14-infopage

Infopage for EasterHegg 2014
Other
3 stars 5 forks source link

Redirect /cfp -> /pages/cfp #19

Closed hdznrrd closed 10 years ago

hdznrrd commented 10 years ago

https://frab.cccv.de/en/EH2014/cfp/person and other sources are using the /cfp deeplink. Can this somehow be made to redirect to /pages/cfp?

hdznrrd commented 10 years ago

Found https://npmjs.org/package/docpad-plugin-redirector and https://github.com/docpad/docpad-plugin-cleanurls/blob/master/src/cleanurls.plugin.coffee with some quick googling. Not sure if or which would fit the task

hdznrrd commented 10 years ago

Found 'url' param in meta-data settings https://docpad.org/docs/meta-data. Implemented a quick test: https://github.com/cccs/eh14-infopage/blob/master/src/documents/cfp.html.jade We'll see...

hdznrrd commented 10 years ago

Alternative would be adding 'urls' to /pages/cfp.html.jade like follows:

url: '/pages/cfp'
urls: ['/cfp']
hdznrrd commented 10 years ago

implemented the alternative in 9f94c560c71b71e4420845e3a38cf44d399706f9

hdznrrd commented 10 years ago

there, i fixed it! \o/