Skip to content

Commit

Permalink
Start Bootstrap 3.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Aug 9, 2016
1 parent 8a308dc commit ccfa3ca
Show file tree
Hide file tree
Showing 391 changed files with 4,485 additions and 11,927 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
_site
.sass-cache
.jekyll-metadata
node_modules
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-redirect-from'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem 'jekyll-paginate'
gem 'rouge'
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.8)
addressable (2.4.0)
blankslate (2.1.2.4)
classifier-reborn (2.0.4)
fast-stemmer (~> 1.0)
Expand Down Expand Up @@ -39,6 +39,7 @@ GEM
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-sitemap (0.10.0)
jekyll-watch (1.3.1)
listen (~> 3.0)
kramdown (1.9.0)
Expand All @@ -48,8 +49,8 @@ GEM
rb-inotify (>= 0.9)
mercenary (0.3.5)
multipart-post (2.0.0)
octokit (4.2.0)
sawyer (~> 0.6.0, >= 0.5.3)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
Expand All @@ -60,10 +61,11 @@ GEM
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.3.3)
rouge (2.0.5)
safe_yaml (1.0.4)
sass (3.4.21)
sawyer (0.6.0)
addressable (~> 2.3.5)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
toml (0.1.2)
parslet (~> 1.5.0)
Expand All @@ -74,7 +76,10 @@ PLATFORMS

DEPENDENCIES
jekyll
jekyll-paginate
jekyll-redirect-from
jekyll-sitemap
rouge

BUNDLED WITH
1.12.5
331 changes: 314 additions & 17 deletions LICENSE

Large diffs are not rendered by default.

51 changes: 38 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,43 @@
# Site Information
license: "MIT"
license-url: "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
author: "Blackrock Digital"

# Site Settings
baseurl: ""
url: https://startbootstrap.com
enforce_ssl: startbootstrap.com
encoding: UTF-8
baseurl: ""

# Build settings
exclude: [node_modules]

# Dependencies
markdown: kramdown
highlighter: rouge

# Build Settings
markdown: kramdown
permalink: pretty
# Permalinks
permalink: pretty

# Site Details
license: "MIT"
license-url: "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
author: "Start Bootstrap"
# Server
url: https://startbootstrap.com
enforce_ssl: startbootstrap.com
encoding: UTF-8
host: 0.0.0.0
port: 9001

# Jekyll Redirect From Plugin for Redirects from Start Bootstrap Old Version
# Gems
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate
- rouge

# Collections
collections:
premium:
output: false
templates:
output: true
permalink: /template-overviews/:title/

# Pagination
paginate: 5
paginate_path: "/articles/page:num/"
4 changes: 3 additions & 1 deletion _includes/disqus.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div class="disqus-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'startbootstrap';
Expand All @@ -10,4 +11,5 @@
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
138 changes: 51 additions & 87 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,98 +1,62 @@
<div class="cta-mail">
<div class="container text-center">
<h2>Want more Bootstrap themes &amp; templates?</h2>
<h4>Subscribe to our mailing list to receive an update when new items arrive!</h4>
<div id="mc_embed_signup">
<form role="form" action="//startbootstrap.us3.list-manage1.com/subscribe/post?u=531af730d8629808bd96cf489&amp;id=afb284632f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="input-group input-group-lg">
<input type="email" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Email address...">
<span class="input-group-btn">
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default">Subscribe!</button>
</span>
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!-- End MailChimp Signup Form -->
</div>
</div>

<footer>
<div class="container">
<div class="row">
<div class="col-md-6 footer-left">
<ul class="list-inline">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/all-templates">Themes</a>
</li>
<li>
<a href="//startbootstrap.tumblr.com/">Blog</a>
</li>
<li>
<a href="/bootstrap-resources">Resources</a>
</li>
<li>
<a href="/help">Help</a>
</li>
<li>
<a href="/contact">Contact</a>
</li>
</ul>
<p>
<iframe id="gh-fork" src="//ghbtns.com/github-btn.html?user=blackrockdigital&repo=startbootstrap&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="55px" height="20px"></iframe>
<iframe id="gh-star" src="//ghbtns.com/github-btn.html?user=blackrockdigital&repo=startbootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<a href="//twitter.com/SBootstrap" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @SBootstrap</a>
<a href="//twitter.com/share" class="twitter-share-button" data-url="//startbootstrap.com" data-via="SBootstrap" data-lang="en">Tweet</a>
<br>
<span class="g-follow" data-annotation="bubble" data-height="20" data-href="//plus.google.com/116841216196186745329" data-rel="publisher"></span>
<span class="g-plusone" data-size="medium" data-href="//startbootstrap.com/"></span>
<br>
<iframe src="//www.facebook.com/plugins/like.php?href=3A%2F%2Fwww.facebook.com%2FStartBootstrap&amp;width=450&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
</p>
</div>
<div class="col-md-6 footer-right">
<p><a href="//www.startbootstrap.com">Start Bootstrap</a> is a project maintained by <a href="//davidmiller.io">David Miller</a> at <a href="//blackrockdigital.io">Blackrock Digital</a>.</p>
<p>Bootstrap CDN by <a href="//tracking.maxcdn.com/c/99191/3982/378"><img src="/assets/img/maxcdn-logo.svg" style="height: 16px;" alt="MaxCDN Logo"></a></p>
<p>Hosted on <a href="//pages.github.com/"><img src="/assets/img/gh-pages-logo.svg" style="height: 16px;" alt="GitHub Pages Logo"></a></p>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-12 footer-below">
<p>Themes and templates licensed under the <a href="//github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE">MIT License</a>.
<br>Based on <a href="//getbootstrap.com/">Bootstrap</a>.</p>
</div>
</div>
</div>
</footer>

<!-- Modal -->
<div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="searchModalLabel">Search Themes:</h4>
</div>
<div class="modal-body">
<form action="get" id="site_search">
<div class="input-group">
<input class="form-control" type="text" id="search_box">
<div class="footer-mailchimp">
<div class="container text-center">
<!-- Add when guides go live! -->
<!-- <h2>Want more Bootstrap themes, templates, &amp; guides?</h2> -->
<h2>Want more Bootstrap themes &amp; templates?</h2>
<h4>Subscribe to our mailing list to receive an update when new items arrive!</h4>
<div id="mc_embed_signup">
<form role="form" action="//startbootstrap.us3.list-manage1.com/subscribe/post?u=531af730d8629808bd96cf489&amp;id=afb284632f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="input-group input-group-lg">
<input type="email" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Email address...">
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">Search</button>
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default">Subscribe!</button>
</span>
</div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
<ul style="display: block; margin-top: 15px;" id="search_results"></ul>
</div>
<!-- End MailChimp Signup Form -->
</div>
</div>
</div>

<div class="footer-social">
<div class="container text-center">
<ul class="list-inline">
<li class="social-github">
<a href="https://github.com/blackrockdigital"><i class="fa fa-github"></i></a>
</li>
<li class="social-twitter">
<a href="https://twitter.com/sbootstrap"><i class="fa fa-twitter"></i></a>
</li>
<li class="social-facebook">
<a href="https://www.facebook.com/StartBootstrap/"><i class="fa fa-facebook"></i></a>
</li>
<li class="social-google-plus">
<a href="https://plus.google.com/+Startbootstrap"><i class="fa fa-google-plus"></i></a>
</li>
</ul>
</div>
</div>

<div class="footer-main">
<div class="container">

<a href="/">Start Bootstrap</a> is a project created and maintained by <a href="http://davidmiller.io">David Miller</a> at <a href="http://blackrockdigital.io">Blackrock Digital</a>.

<br>

Themes and templates licensed <a href="{{ site.license-url }}">{{ site.license }}</a>, Start Bootstrap website <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.

<br>

Based on <a href="http://getbootstrap.com">Bootstrap</a>.

</div>
</div>

</footer>
Loading

0 comments on commit ccfa3ca

Please sign in to comment.