From: Mark Otto Date: Fri, 15 Feb 2013 00:17:16 +0000 (-0800) Subject: Specify new local URL X-Git-Tag: v3.0.0-rc1~673^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edfee83ac2a012d23f42ac60a23a509004fc1be9;p=thirdparty%2Fbootstrap.git Specify new local URL --- diff --git a/_config.yml b/_config.yml index 0f704fe2f1..da45a829dc 100644 --- a/_config.yml +++ b/_config.yml @@ -4,4 +4,5 @@ pygments: true source: ./docs destination: ./_gh_pages auto: true -server_port: 9001 \ No newline at end of file +server_port: 9001 +url: http://bootstrap.dev:9001 \ No newline at end of file