alagu / pagoda

Zen-like blogging interface for Jekyll (login: admin/admin)
http://pagoda-demo.herokuapp.com/admin/
MIT License
300 stars 17 forks source link

Need to be able to specify path to load assets #11

Open gms8994 opened 11 years ago

gms8994 commented 11 years ago

Currently, I host my blog at /blog/, and want to put pagoda on at /blog/admin/. I've managed to get Apache working with Unicorn to get /blog/admin/ working. However, all of the assets still load from /admin. I changed config.ru to make /blog/admin the entry point and adjusted my apache config to proxy to /blog/admin/.

Maybe the ability to set where to load assets from?

alagu commented 11 years ago

Got it. This should be configurable with a default value.