Ghost/core/frontend/services
Hannah Wolfe bf0823c9a2 Moved hbs engine into new theme engine service
- This is the beginning of splitting up the theme service into:
   - Storage components used by the API (should be a server service)
   - Theme engine & rendering components used by the frontend (this new engine service)
   - The code to activate a theme which is shared code where the API & frontend need to communicate
- This is needed because currently the frontend theme service is required and used by the API, creating tight coupling.
- In my quest to truly separate the API and frontend, this is one of many battles that needs winning
2021-04-19 20:03:30 +01:00
..
apps Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
redirects Updated code to reflect js-yaml dependency changes 2021-02-10 11:39:30 +00:00
routing Used themeService as var name everywhere 2021-04-19 19:41:13 +01:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Updated code to reflect js-yaml dependency changes 2021-02-10 11:39:30 +00:00
sitemap 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
theme-engine Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
themes Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
url Used themeService as var name everywhere 2021-04-19 19:41:13 +01:00
proxy.js Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00