equalitie / ouisync-web

https://ouisync.net/
GNU General Public License v3.0
7 stars 4 forks source link

Add redirect from ouisync.net/download #72

Closed jnny closed 4 months ago

jnny commented 5 months ago

Tiny one but probably will take you two minutes, @willow446 :)

I would like to be able to say "go to ouisync.net/download" to download the app quickly, but the real url is ouisync.net/#download. is this something we can configure in the yaml front matter?

willow446 commented 4 months ago

I think this just needs a separate hugo content page that has an html redirect in it. Going to try something real quick and see if it works with hugo/github pages.

willow446 commented 4 months ago

After getting around more weird hugo issues this functionality is implemented in a68c735