Skip to content

Commit

Permalink
Start Bootstrap 2.0 Update
Browse files Browse the repository at this point in the history
Massive update for Start Bootstrap 2.0. Changed file structure, changed
hosting to GitHub Pages, added a new theme, Golden, and updated all
templates and themes to Bootstrap 3.2
  • Loading branch information
IronSummitMedia committed Jul 20, 2014
1 parent 5787de9 commit 6671639
Show file tree
Hide file tree
Showing 1,330 changed files with 305,186 additions and 83,593 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
74 changes: 0 additions & 74 deletions 1-col-portfolio.php

This file was deleted.

106 changes: 0 additions & 106 deletions 2-col-portfolio.php

This file was deleted.

74 changes: 0 additions & 74 deletions 3-col-portfolio.php

This file was deleted.

74 changes: 0 additions & 74 deletions 4-col-portfolio.php

This file was deleted.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
startbootstrap.com
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-redirect-from'
12 changes: 12 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Site Settings
baseurl: ""
url: http://startbootstrap.com
encoding: UTF-8

# Build Settings
markdown: kramdown
permalink: pretty

# Jekyll Redirect From Plugin for Redirects from Start Bootstrap Old Version
gems:
- jekyll-redirect-from
13 changes: 13 additions & 0 deletions _includes/ad.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<div id="carbonads-container">
<div class="carbonad">
<div id="azcarbon"></div>
<script type="text/javascript">
var z = document.createElement("script");
z.type = "text/javascript";
z.async = true;
z.src = "http://engine.carbonads.com/z/51625/azcarbon_2_1_0_HORIZ";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(z, s);
</script>
</div>
</div>
Loading

0 comments on commit 6671639

Please sign in to comment.