mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-16 12:16:09 +03:00
34 lines
826 B
YAML
34 lines
826 B
YAML
|
# Dependencies
|
||
|
markdown: rdiscount
|
||
|
pygments: true
|
||
|
|
||
|
# Permalinks
|
||
|
permalink: pretty
|
||
|
|
||
|
# Server
|
||
|
source: ./docs
|
||
|
destination: ./_gh_pages
|
||
|
host: 0.0.0.0
|
||
|
port: 9001
|
||
|
baseurl: /
|
||
|
url: http://localhost:9001
|
||
|
encoding: UTF-8
|
||
|
|
||
|
exclude:
|
||
|
- "jade"
|
||
|
- "vendor"
|
||
|
|
||
|
# Custom vars
|
||
|
current_version: 0.1.0
|
||
|
repo: https://github.com/TryGhost/Ghost-UI
|
||
|
|
||
|
download:
|
||
|
source: https://github.com/TryGhost/ghost-ui/releases/
|
||
|
dist: https://github.com/TryGhost/ghost-ui/releases/
|
||
|
|
||
|
blog: http://dev.ghost.org
|
||
|
expo: http://dev.ghost.org
|
||
|
|
||
|
cdn:
|
||
|
css: //ghost.org/ghost-ui/0.1.0/css/ghost-ui.min.css
|
||
|
js: //ghost.org/ghost-ui/0.1.0/js/ghost-ui.min.js
|