Ghost is a publishing tool used most often for blogs.
Features:
- simplicity
- monetization
- headless
Node.js
CMS - integrations
Posts:
- Primary entity-type
- Created in the editor
- Can have
Card
s - Grouped
Pages:
- Pages are special posts
- Static and independent pages like
About
orContact
- They are not crosslinked
Prerequisites:
- supported Node.js version
npm
to manage packages (npm
comes withNode.js
)
$: npm install ghost-cli@latest -g
$: npm install gscan -g
$: ls # -> empty directory
$: ghost install local
Visit:
$: ghost stop
$: ghost start
$: ghost log
$: ghost ls
$: ghost help