Skip to content

Commit

Permalink
Different configs for different things?
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Aug 22, 2015
1 parent 8829751 commit 9f2b6be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ author:

# Build settings
baseurl: "" # Change this to your relative path (ex: /blog/), or leave just a
css_baseurl: "/"
js_baseurl: "https://arokem.github.io/nipy-jekyll/css/"
css_baseurl: "https://arokem.github.io/nipy-jekyll/css/"
image_baseurl: "https://arokem.github.io/nipy-jekyll/images/"
markdown: kramdown
source: .
destination: ./_site
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="{{ "js/tipsy.js" | prepend: site.css_baseurl }}"></script>
<script src="{{ "js/tipsy.js" | prepend: site.js_baseurl }}"></script>


<!-- CSS & fonts -->
Expand Down
2 changes: 1 addition & 1 deletion _includes/snakey.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div id="snakey"></div>
</div>
<div class="col-md-10">
<img src="{{ site.css_baseurl }}img/nipy.svg" width="150px">
<img src="{{ site.image_baseurl }}img/nipy.svg" width="150px">
</div>
</div>
</div>
Expand Down

0 comments on commit 9f2b6be

Please sign in to comment.