Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
FS -> Base finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
nedzynski committed Mar 8, 2013
1 parent 9612b3d commit 517c0bf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Future Simple Lab Blog
# Base Lab Blog

This is the repo for the Future Simple Lab blog.
This is the repo for the Base Lab blog.

### How to work with this

Expand Down Expand Up @@ -35,4 +35,4 @@ This will fetch all public info and update the data/github.json file

### Attribution

Watch and fork icons are part of the [Iconic icon set](http://somerandomdude.com/work/iconic/) by [https://github.com/somerandomdude](https://github.com/somerandomdude)
Watch and fork icons are part of the [Iconic icon set](http://somerandomdude.com/work/iconic/) by [https://github.com/somerandomdude](https://github.com/somerandomdude)
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base_url: "http://futuresimple.github.com"
title: "Future Simple Lab"
author_name: "Future Simple Lab"
author_uri: "Future Simple Lab"
base_url: "http://baselab.github.com"
title: "Base Lab"
author_name: "Base Lab"
author_uri: "Base Lab"
page_size: 5

# A list of file extensions that nanoc will consider to be textual rather than
Expand Down
2 changes: 1 addition & 1 deletion layouts/_facebook.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=342734469114908";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
.fb-like-box{"data-header" => "false", "data-href" => "http://www.facebook.com/pages/Future-Simple-Lab/301521556546708", "data-show-faces" => "true", "data-stream" => "false", "data-width" => "300"}
.fb-like-box{"data-header" => "false", "data-href" => "http://www.facebook.com/pages/Base-Lab/301521556546708", "data-show-faces" => "true", "data-stream" => "false", "data-width" => "300"}
2 changes: 1 addition & 1 deletion layouts/_meta.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%script{:src => "/js/welcome_code.js", :type => "text/javascript"}

%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
%meta{:property => "og:image", :content => "http://futuresimple.github.com/images/base-logo-short.png"}
%meta{:property => "og:image", :content => "http://baselab.github.com/images/base-logo-short.png"}


%link{:href => "/index.xml", :rel => "alternate", :title => @config[:title], :type => "application/atom+xml"}

0 comments on commit 517c0bf

Please sign in to comment.