- The codes in this repo are served on 'jsdelivr.com', providing access for Ghost users.
- After code pushed to remote origin, the 'jsdelivr' link can be created here
- Link to clear jsdelivr cache: If code snippet is already linked with a jsdelvr link, after the code is updated, it's important to clear jsdelivr cache to make sure users can get the newest version.
- Related blog: Add a dropdown menu in Ghost.
- Jsdelivr code link:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/rakihub/ghost-code-injection@main/nested-menu/built/nested-menu.min.css">
<script src="https://cdn.jsdelivr.net/gh/rakihub/ghost-code-injection@main/nested-menu/built/nested-menu.min.js"></script>
- JsDelivr link:
<script src="https://cdn.jsdelivr.net/gh/rakihub/ghost-code-injection@main/remove-ghost-in-portal/built/remove-ghost-in-portal.min.js"></script>
- Related blog: []
- Jsdelivr link:
<script src="https://cdn.jsdelivr.net/gh/rakihub/ghost-code-injection@main/remove-ghost-in-portal/built/remove-ghost-in-portal.min.js"></script>