Skip to content

Commit

Permalink
replacing jones with hep-puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Nov 15, 2013
1 parent ec4c07b commit 6e2cee6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion _includes/aboutme.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<h2>Hello. We are HEP Puppet</h2>
<p><img src="http://www.gravatar.com/avatar/0bfcb9b7a398b47b6ef56527c79f78e0.png" alt="HEP Puppet" title="Follow us on twittername" class="img-rounded floatLeft" />
Who are we...</p>
<p><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=hep-puppet&repo=hep-puppet.github.com&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe>&nbsp;<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=erjjones&repo=erjjones.github.com&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe></p>
<p><a href="https://twitter.com/HEPPuppet" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @HEPPuppet</a></p>
<p>
<ul class="buttons unstyled">
Expand Down
2 changes: 1 addition & 1 deletion _includes/first_post.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="span7 columns">
<h1><a href="{{ first_post.url }}">{{ first_post.title }}</a></h1>
<i>{{ first_post.summary }}</i>
<p><h5><small>Category: {{ first_post.category }} . Tags: {% for tag in first_post.tags %} <a href="/tags/{{ tag }}" rel="tooltip" title="View posts tagged with &quot;{{ tag }}&quot;">{{ tag }}</a> {% if forloop.last != true %} {% endif %} {% endfor %} . <a href="http://erjjones.github.com{{first_post.url }}#disqus_thread" data-disqus-identifier="{{ first_post.url }}"></a></small></h5></p>
<p><h5><small>Category: {{ first_post.category }} . Tags: {% for tag in first_post.tags %} <a href="/tags/{{ tag }}" rel="tooltip" title="View posts tagged with &quot;{{ tag }}&quot;">{{ tag }}</a> {% if forloop.last != true %} {% endif %} {% endfor %} . <a href="http://hep-puppet.github.io{{first_post.url }}#disqus_thread" data-disqus-identifier="{{ first_post.url }}"></a></small></h5></p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/post_header.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'ericjones'; // required: replace example with your forum shortname
var disqus_shortname = 'hep-puppet'; // required: replace example with your forum shortname
var disqus_identifier = '{{ page.url }}';
var disqus_url = 'http://erjjones.github.com{{ page.url }}';
var disqus_url = 'http://hep-puppet.github.io{{ page.url }}';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'ericjones'; // required: replace example with your forum shortname
var disqus_shortname = 'hep-puppet'; // required: replace example with your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
Expand Down
2 changes: 1 addition & 1 deletion _layouts/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'ericjones'; // required: replace example with your forum shortname
var disqus_shortname = 'hep-puppet'; // required: replace example with your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
Expand Down
2 changes: 1 addition & 1 deletion _layouts/tag_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>{{page.title}}</h2>
<tr>
<td>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p><strong>{{ post.date | date: "%B %e, %Y" }}</strong> . {{ post.category }} . <a href="http://erjjones.github.com{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}"></a>
<p><strong>{{ post.date | date: "%B %e, %Y" }}</strong> . {{ post.category }} . <a href="http://hep-puppet.github.io{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}"></a>
<br/><small><i>{{ post.summary }}</i></small>
<br/><small><i class="icon-tags"></i> {% for tag in post.tags %} <a href="/tags/{{ tag }}" title="View posts tagged with &quot;{{ tag }}&quot;"><u>{{ tag }}</u></a> {% if forloop.last != true %} {% endif %} {% endfor %} </small></p>
</td>
Expand Down
4 changes: 2 additions & 2 deletions js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jQuery(document).ready(function() {
$('#gf').text('GitHub Followers');
$('#gfr').text('GitHub Repos');

JSONP( 'https://api.github.com/users/erjjones?callback=?', function( response ) {
JSONP( 'https://api.github.com/users/hep-puppet?callback=?', function( response ) {
var data = response.data;
$('#gf').text(data.followers + ' GitHub Followers');
$('#gfr').text(data.public_repos + ' GitHub Repos');
Expand All @@ -22,7 +22,7 @@ jQuery(document).ready(function() {
}

$('#ghw').githubWidget({
'username': 'Erjjones',
'username': 'HEP-Puppet',
'displayActions': false,
'firstCount': 10,
'displayHeader': false,
Expand Down

0 comments on commit 6e2cee6

Please sign in to comment.