fix: code blocks rendering + consistent styling with ciphera-website /learn
- Convert MDX CodeBlock components to standard markdown code fences - Add rehype-mdx-code-props to pass filename meta to code components - Custom pre/code MDX components map fences to CodeBlock - Add brand color badges (product + category) matching /learn layout - Match prose styling: orange inline code, orange links, white strong - Remove brand color background glow (not in /learn)
This commit is contained in:
@@ -16,11 +16,13 @@ Use Ghost's built-in Code Injection feature to add the Pulse script — no theme
|
||||
|
||||
Go to **Settings -> Code injection -> Site Header** and paste the Pulse script.
|
||||
|
||||
<CodeBlock filename="Settings -> Code injection -> Site Header">{`<script
|
||||
```html filename="Settings -> Code injection -> Site Header"
|
||||
<script
|
||||
defer
|
||||
data-domain="your-site.com"
|
||||
src="https://pulse.ciphera.net/script.js"
|
||||
></script>`}</CodeBlock>
|
||||
></script>
|
||||
```
|
||||
|
||||
Alternatively, you can add the script directly to your theme's `default.hbs` template file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user