File tree 8 files changed +56
-296
lines changed
8 files changed +56
-296
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ < footer >
2
+ < div class ="row ">
3
+ < div class ="span10 ">
4
+ < p class ="Copyright 2011-2012 "> © 2012 GitWatcher</ p >
5
+ </ div >
6
+ <!-- .span2 -->
7
+ <!-- %a.pull-right{:href => "http://flow.mixpanel.com/f/partner"} -->
8
+ <!-- %img{:alt => "Real Time Web Analytics", :src => "http://mixpanel.com/site_media/images/partner/badge_blue.png"} -->
9
+ </ div >
10
+ </ footer >
Original file line number Diff line number Diff line change 90
90
91
91
<!-- Main content area -->
92
92
93
- <!-- div class="container main-content-container">
94
- <div class="row">
95
- <div class="span2">
96
- <img id="logo" src="/images/logo.png">
97
- </div>
98
-
99
- <div class="span10 main-content">
100
- {{ content }}
101
- </div>
102
- </div>
103
- </div -->
104
-
105
93
< div class ="container ">
106
94
< div class ="content ">
107
95
< header class ="page-header ">
@@ -113,27 +101,25 @@ <h1>{{ site.title }}</h1>
113
101
</ div >
114
102
< nav class ="span3 ">
115
103
< h3 > Recent Posts</ h3 >
104
+ < hr />
116
105
< div id ="posts ">
117
106
{% for post in site.posts limit:10%}
118
107
< p > < a href ="/blog{{ post.url }} "> {{ post.title }}</ a > </ p >
119
108
{% endfor %}
109
+ < hr >
110
+ < p > powered by < a href ="https://github.com/mojombo/jekyll "> jekyll</ a > </ p >
120
111
</ div >
121
112
</ nav >
122
113
</ div >
123
114
</ div >
124
- < footer >
125
- < p > powered by < a href ="https://github.com/mojombo/jekyll "> jekyll</ a > </ p >
126
- </ footer >
115
+ < hr />
116
+ {% include footer.html %}
127
117
</ div >
128
118
129
119
</ div >
130
120
131
121
<!-- End Main content area -->
132
122
133
- {% if site.github %}
134
- < a href ="http://github.com/{{ site.github.username }} "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png " alt ="Fork me on GitHub " /> </ a >
135
- {% endif %}
136
-
137
123
</ body >
138
124
</ html >
139
125
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
+ comments: true
3
4
---
4
5
< article >
5
6
< header >
9
10
< h5 > < time > {{ page.date | date: '%B' }} {{ page.date | date: '%e' }}, {{ page.date | date: '%Y' }}</ time > </ h5 >
10
11
</ header >
11
12
12
- {{ content }}
13
+ < p /> < br /> < p /> {{ content }}
13
14
15
+ < div class ="hero-unit ">
14
16
< nav id ="related ">
15
17
< h3 > Related Posts</ h3 >
16
18
< ul class ="posts ">
17
19
{% for post in site.related_posts limit:5 %}
18
- < li > < span > {{ post.date | date_to_string }}</ span > - < a href ="/blog{{ post.url }} "> {{ post.title }}</ a > </ li >
20
+ < p > < li > < span > {{ post.date | date_to_string }}</ span > - < a href ="/blog{{ post.url }} "> {{ post.title }}</ a > </ li > </ p >
19
21
{% endfor %}
20
22
</ ul >
21
23
</ nav >
24
+ </ div >
22
25
26
+ {% if page.comments %}
27
+ < div id ="disqus_thread "> </ div >
28
+ < script type ="text/javascript ">
29
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
30
+ var disqus_shortname = 'gitwatcher' ; // required: replace example with your forum shortname
31
+ /*var disqus_developer = 1; // This turns developer mode on
32
+ // Make sure you remove this before you push this
33
+ // to your live site.
34
+
35
+ /* * * DON'T EDIT BELOW THIS LINE * * */
36
+ ( function ( ) {
37
+ var dsq = document . createElement ( 'script' ) ; dsq . type = 'text/javascript' ; dsq . async = true ;
38
+ dsq . src = 'http://' + disqus_shortname + '.disqus.com/embed.js' ;
39
+ ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
40
+ } ) ( ) ;
41
+ </ script >
42
+ < noscript > Please enable JavaScript to view the < a href ="http://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
43
+ < a href ="http://disqus.com " class ="dsq-brlink "> comments powered by < span class ="logo-disqus "> Disqus</ span > </ a >
44
+ {% endif %}
45
+
46
+ <!--
23
47
{% if site.disqus %}
24
48
<div id="comments">
25
49
<h2>Comments</h2>
@@ -35,5 +59,7 @@ <h2>Comments</h2>
35
59
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={{ site.disqus.id }}">comments powered by Disqus.</a></noscript>
36
60
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
37
61
</div>
62
+ {% endif %}
63
+ -->
64
+
38
65
</ article >
39
- {% endif %}
Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ layout: nil
4
4
<?xml version =" 1.0" encoding =" utf-8" ?>
5
5
<feed xmlns =" http://www.w3.org/2005/Atom" >
6
6
7
- <title >BLOG_NAME </title >
8
- <link href =" YOUR_URL /atom.xml" rel =" self" />
9
- <link href =" YOUR_URL " />
7
+ <title >GitWatcher Blog </title >
8
+ <link href =" http://gitwatcher.com/blog /atom.xml" rel =" self" />
9
+ <link href =" http://gitwatcher.com/blog " />
10
10
<updated >{{ site.time | date_to_xmlschema }}</updated >
11
- <id >BLOG_URL </id >
11
+ <id >http://gitwatcher.com/blog </id >
12
12
<author >
13
- <name >BLOG_NAME </name >
13
+ <name >Luca G. Soave </name >
14
14
</author >
15
15
16
16
{% for post in site.posts %}
17
17
<entry >
18
18
<title >{{ post.title }}</title >
19
- <link href =" YOUR_URL {{ post.url }}" />
19
+ <link href =" http://gitwatcher.com/blog {{ post.url }}" />
20
20
<updated >{{ post.date | date_to_xmlschema }}</updated >
21
21
<id >BLOG_URL{{ post.id }}</id >
22
22
<content type =" html" >{{ post.content | xml_escape }}</content >
23
23
</entry >
24
24
{% endfor %}
25
25
26
- </feed >
26
+ </feed >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments