0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/frontend/services
Hannah Wolfe bc75fab663 Moved theme service to core/server
refs: bf0823c9a2
refs: ae86254972

- continuing the work of splitting up the theme service into logical components

Themes Service
- The serverside theme service now serves just the API and boot
- It loads the theme and passes it to the theme-engine via the bridge

This achieves the bare minimum goal of removing all the cross requires between server and frontend around themes
There is still a lot more to do to achieve an ideal architecture here as laid out in ae86254972
2021-04-27 15:14:49 +01:00
..
apps Moved handlebars utils to new theme engine service 2021-04-21 14:21:32 +01:00
redirects Updated code to reflect js-yaml dependency changes 2021-02-10 11:39:30 +00:00
routing Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Moved bridge into its proper location 2021-04-26 14:38:57 +01:00
sitemap 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
theme-engine Moved activate from themes to the bridge 2021-04-27 13:52:19 +01:00
url Moved bridge into its proper location 2021-04-26 14:38:57 +01:00
proxy.js Moved theme i18n to new theme engine service 2021-04-26 12:29:55 +01:00