1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

update ghost

This commit is contained in:
kev 2016-05-06 11:41:17 +08:00
parent 946d91df8b
commit 73b0e10646

@ -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/
[2]: http://support.ghost.org/setup-ssl-self-hosted-ghost/
[3]: https://blog.easypi.info/ghost/settings/code-injection/