mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update ghost
This commit is contained in:
@@ -55,5 +55,19 @@ server {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Ghost Setup
|
||||||
|
|
||||||
|
[Ghost][3] allows you to inject code into the top and bottom of your theme
|
||||||
|
files without editing them.
|
||||||
|
|
||||||
|
```css
|
||||||
|
<style>
|
||||||
|
pre code, pre tt {
|
||||||
|
white-space: pre !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
```
|
||||||
|
|
||||||
[1]: https://ghost.org/
|
[1]: https://ghost.org/
|
||||||
[2]: http://support.ghost.org/setup-ssl-self-hosted-ghost/
|
[2]: http://support.ghost.org/setup-ssl-self-hosted-ghost/
|
||||||
|
[3]: https://blog.easypi.info/ghost/settings/code-injection/
|
||||||
|
|||||||
Reference in New Issue
Block a user