mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
20 lines
464 B
Plaintext
20 lines
464 B
Plaintext
created: 20160112093241657
|
|
creator: user
|
|
modified: 20160401202245120
|
|
modifier: user
|
|
tags:
|
|
title: Blogging
|
|
type: text/vnd.tiddlywiki
|
|
|
|
!Ghost
|
|
; Official docker repository
|
|
: https://hub.docker.com/_/ghost/
|
|
|
|
```
|
|
docker run --name ghost -p 2368:2368 -v /Users/aiko/.ghost/blog:/var/lib/ghost -d ghost
|
|
```
|
|
; Cookie Journal
|
|
: http://node1.aiko.sh:2368
|
|
|
|
; Add code highlighting to your Ghost blog.
|
|
: http://www.incrediblemolk.com/add-code-highlighting-to-your-ghost-blog/ |