diff options
| -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 |
