diff options
| author | Mark Otto <[email protected]> | 2013-07-26 23:04:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 23:04:03 -0700 |
| commit | c8883647ae05aa80667f3ae49c5b321487491ecb (patch) | |
| tree | 3fae99cd9758515f758b3b7dc071ba7b49996fdf | |
| parent | 45f6f1629ba86d710ae401aa486246b3762db07d (diff) | |
| download | bootstrap-c8883647ae05aa80667f3ae49c5b321487491ecb.tar.xz bootstrap-c8883647ae05aa80667f3ae49c5b321487491ecb.zip | |
add cname
| -rw-r--r-- | CNAME | 1 | ||||
| -rw-r--r-- | _config.yml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -0,0 +1 @@ +getbootstrap.com diff --git a/_config.yml b/_config.yml index 57b22942e..fcca4c48d 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ permalink: pretty # Server destination: ./_gh_pages -exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] +exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] port: 9001 # Custom vars |
