Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloandre/skylight-theme-compat-ghost
A compatability layer for Skylight to use Ghost Themes
https://github.com/helloandre/skylight-theme-compat-ghost
Last synced: 26 days ago
JSON representation
A compatability layer for Skylight to use Ghost Themes
- Host: GitHub
- URL: https://github.com/helloandre/skylight-theme-compat-ghost
- Owner: helloandre
- License: mit
- Created: 2023-07-04T08:13:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T11:50:12.000Z (over 1 year ago)
- Last Synced: 2024-04-23T23:07:25.603Z (9 months ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skylight Theme Compat Ghost
A compatability layer for Skylight to use Ghost Themes
> 🚨 NOTE 🚨
>
> You probably don't need this library by itself. It is intended for [Skylight](https://github.com/helloandre/skylight) to use the additional handlebars helpers/decorators to properly render Ghost themes.The helpers listed below (as well as necessary utils and partials) are heavily inspired by the [originals in Ghost](https://github.com/TryGhost/Ghost/tree/c667620d8f2e32c96fe376ad0f3dabc79488532a/ghost/core/core/frontend/helpers). Modifications were made to be compatible wth [WorkersHBS](https://github.com/helloandre/workers-hbs) and Typescript.
## Helpers
❌ indicates missing
- ✅ asset
- ✅ authors
- ✅ block
- ✅ body_class
- ❌ cancel_link
- ✅ content_for
- ❌ comment_count
- ❌ commets
- ✅ concat
- ✅ content
- ✅ date
- ❌ encode
- ✅ excerpt
- ❌ facebook_url
- ✅ foreach
- ✅ get
- ✅ ghost_foot
- ✅ ghost_head
- ✅ has
- ✅ img_url
- ✅ is
- ❌ link
- ✅ link_class
- ✅ match
- ❌ meta_description
- ✅ meta_title
- ✅ navigation
- ✅ page_url
- ✅ pagination
- ❌ plural
- ✅ post_class
- ❌ prev_post
- ❌ price
- ❌ raw
- ❌ reading_time
- ❌ search
- ❌ t
- ❌ tags
- ❌ tiers
- ❌ title
- ❌ total_members
- ❌ total_paid_members
- ❌ twitter_url
- ✅ url## License
Skylight Compat Ghost Theme is released under the MIT license.