diff options
| author | Mark Otto <[email protected]> | 2013-02-14 16:17:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 16:17:16 -0800 |
| commit | edfee83ac2a012d23f42ac60a23a509004fc1be9 (patch) | |
| tree | e79e9e385bbabcde9fd57d6357a32c54c1218266 | |
| parent | 6b14de292a53e00dc4fd9ef02b1d05dec391b613 (diff) | |
| download | bootstrap-edfee83ac2a012d23f42ac60a23a509004fc1be9.tar.xz bootstrap-edfee83ac2a012d23f42ac60a23a509004fc1be9.zip | |
Specify new local URL
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 0f704fe2f..da45a829d 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 |
