StreetToHomeMovement / site

StreetToHomeMovement.org
1 stars 0 forks source link

Ghost and Site should share variables, navigation CSS, and passwords #13

Open ddeanto opened 7 years ago

ddeanto commented 7 years ago

Right now things are a little too hardcoded here and there, and/or duplicated across the 2 apps. We should be able to have Ghost (/news) get the shared variables, Nav CSS, and passwords straight from Site's (/) files.

ddeanto commented 7 years ago

This is a little more of a headache than it sounds since we are using ejs templating on Site (/) and NOT on Ghost (/news)