blob: d999358724617da06f15cc12f19f146b6d246107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Dependencies
markdown: rdiscount
pygments: true
# Permalinks
permalink: pretty
# Server
source: ./docs
destination: ./_gh_pages
port: 9001
url: http://getbootstrap.dev:9001
|