0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/_config.yml

16 lines
312 B
YAML
Raw Normal View History

2014-02-23 15:07:01 +01:00
# Dependencies
markdown: kramdown
2014-08-05 15:12:27 +01:00
highlighter: highlighter
2014-02-23 15:07:01 +01:00
# Permalinks
permalink: pretty
# Server
source: docs
destination: _gh_pages
2014-02-23 15:07:01 +01:00
host: 0.0.0.0
port: 9001
2014-08-30 19:52:05 +01:00
baseurl:
2014-02-23 15:07:01 +01:00
url: http://localhost:9001
encoding: UTF-8