19
19
20
20
< link rel ="stylesheet " href ="/css/style.css " type ="text/css ">
21
21
22
+ < link rel ="stylesheet " href ="/fancybox/jquery.fancybox.css " type ="text/css ">
23
+
24
+
25
+ < link rel ="stylesheet " href ="/scrollLoading/style.css " type ="text/css ">
26
+
27
+
28
+ < link rel ="stylesheet " href ="/css/custom.css " type ="text/css ">
22
29
23
30
24
31
@@ -57,6 +64,23 @@ <h2 class="subtitle-wrap">
57
64
< div class ="nav-container-inner ">
58
65
< ul id ="main-nav ">
59
66
67
+ < li class ="main-nav-list-item " > < a class ="main-nav-list-link " href ="/ "> Home</ a > </ li >
68
+
69
+ < li class ="main-nav-list-item top-level-menu ">
70
+ < a class ="main-nav-list-link "> Projects</ a >
71
+ < ul class ="main-nav-list-child " style ="display: none; ">
72
+
73
+ < li class ="main-nav-list-item ">
74
+ < a class ="main-nav-list-link " href ="/Joe-Bloggs "> Joe Bloggs</ a >
75
+ </ li >
76
+
77
+ </ ul >
78
+ </ li >
79
+
80
+ < li class ="main-nav-list-item " > < a class ="main-nav-list-link " href ="http://codeecho.co.uk/adamknight "> About Me</ a > </ li >
81
+
82
+ < li class ="main-nav-list-item " > < a class ="main-nav-list-link " href ="/Contact-Me "> Contact Me</ a > </ li >
83
+
60
84
</ ul >
61
85
< nav id ="sub-nav ">
62
86
< div id ="search-form-wrap ">
@@ -93,11 +117,11 @@ <h1 class="article-title" itemprop="name">
93
117
94
118
</ header >
95
119
96
- < p class ="article-byline ">
120
+ <!-- p class="article-byline">
97
121
<a href="/2015/06/12/Setting-up-a-custom-domain-with-GitHub-Pages-and-Tsohost/" class="article-date">
98
122
<time datetime="2015-06-12T10:58:28.000Z" itemprop="datePublished">2015-06-12</time>
99
123
</a>
100
- </ p >
124
+ </p-- >
101
125
< div class ="article-entry " itemprop ="articleBody ">
102
126
< p > Setting up a custom domain for GitHub pages is pretty straightforward, but there is an added wrinkle when using Tsohost which isn’t immediately obvious and cost me a nearly a week trying to solve it.</ p >
103
127
< h3 id ="Add_a_CNAME_file_to_your_Github_repository "> Add a CNAME file to your Github repository</ h3 > < p > The first thing you need to do is add a CNAME file to your Github repository. This must go in the root of your repository and the filename but be uppercase. This file must contain the custom domain to your repository’s root directory. For more information, see < a href ="https://help.github.com/articles/adding-a-cname-file-to-your-repository " target ="_blank " rel ="external "> “Adding a CNAME file to your repository.”</ a > </ p >
@@ -109,7 +133,7 @@ <h3 id="And_wait…">And wait…</h3><p>After you’ve completed all of the abov
109
133
110
134
</ div >
111
135
< footer class ="article-footer ">
112
- < a data-url ="http://codeecho.co.uk/2015/06/12/Setting-up-a-custom-domain-with-GitHub-Pages-and-Tsohost/ " data-id ="ciatmuvhx0000nwu7ayjqpfzv " class ="article-share-link "> Share</ a >
136
+ < a data-url ="http://codeecho.co.uk/2015/06/12/Setting-up-a-custom-domain-with-GitHub-Pages-and-Tsohost/ " data-id ="cibky5dfc0000kou7ty6tz56o " class ="article-share-link "> Share</ a >
113
137
114
138
115
139
< ul class ="article-tag-list "> < li class ="article-tag-list-item "> < a class ="article-tag-list-link " href ="/tags/DevOps/ "> DevOps</ a > </ li > < li class ="article-tag-list-item "> < a class ="article-tag-list-link " href ="/tags/GitHub/ "> GitHub</ a > </ li > < li class ="article-tag-list-item "> < a class ="article-tag-list-link " href ="/tags/Tsohost/ "> Tsohost</ a > </ li > </ ul >
@@ -129,25 +153,85 @@ <h3 id="And_wait…">And wait…</h3><p>After you’ve completed all of the abov
129
153
130
154
< li > < a class ="social-tooltip " title ="github " href ="https://github.com/codeecho " target ="_blank "> < i id ="icon-github " class ="icon "> </ i > </ a > </ li >
131
155
132
- < li > < a class ="social-tooltip " title ="twitter " href ="https://twitter.com/codeechodev " target ="_blank "> < i id ="icon-twitter " class ="icon "> </ i > </ a > </ li >
133
-
134
- < li > < a class ="social-tooltip " title ="google_plus " href ="https://plus.google.com/u/2/116870795787793768489/posts " target ="_blank "> < i id ="icon-google_plus " class ="icon "> </ i > </ a > </ li >
135
-
136
156
</ ul >
137
157
</ div >
138
158
139
159
160
+ < nav id ="article-nav ">
161
+
162
+ < a href ="/2015/06/29/Joe-Bloggs-a-clean-responsive-pure-HTML-CV-Resume-template/ " id ="article-nav-newer " class ="article-nav-link-wrap ">
163
+ < strong class ="article-nav-caption "> newer</ strong >
164
+ < p class ="article-nav-title ">
165
+
166
+ Joe Bloggs - a clean, responsive, pure HTML CV/Resume template
167
+
168
+ </ p >
169
+ < i class ="icon " id ="icon-chevron-right "> </ i >
170
+ </ a >
171
+
172
+
173
+ </ nav >
174
+
140
175
141
176
< div class ="widgets-container ">
142
177
143
178
144
179
< div class ="widget-wrap ">
145
180
< h3 class ="widget-title "> recents</ h3 >
146
181
< div class ="widget ">
147
- < ul id ="recent-post " class ="no-thumbnail ">
182
+ < ul id ="recent-post " class ="">
183
+
184
+ < li >
185
+
186
+ < div class ="item-thumbnail ">
187
+
188
+ < a href ="/2015/06/30/A-Java-library-for-generating-fixture-lists/ " class ="thumbnail ">
189
+
190
+ < span class ="thumbnail-image thumbnail-none "> </ span >
191
+
192
+ </ a >
193
+
194
+ </ div >
195
+
196
+ < div class ="item-inner ">
197
+ < p class ="item-category "> < a class ="article-category-link " href ="/categories/Projects/ "> Projects</ a > </ p >
198
+ < p class ="item-title "> < a href ="/2015/06/30/A-Java-library-for-generating-fixture-lists/ " class ="title "> A Java library for generating fixture lists</ a > </ p >
199
+ < p class ="item-date "> < time datetime ="2015-06-30T14:45:50.000Z " itemprop ="datePublished "> 2015-06-30</ time > </ p >
200
+ </ div >
201
+ </ li >
202
+
203
+ < li >
204
+
205
+ < div class ="item-thumbnail ">
206
+
207
+ < a href ="/2015/06/29/Joe-Bloggs-a-clean-responsive-pure-HTML-CV-Resume-template/ " class ="thumbnail ">
208
+
209
+ < span style ="background-image:url(/css/images/joebloggs.png
210
+ ) " alt ="Joe Bloggs - a clean, responsive, pure HTML CV/Resume template " class ="thumbnail-image "> </ span >
211
+
212
+ </ a >
213
+
214
+ </ div >
215
+
216
+ < div class ="item-inner ">
217
+ < p class ="item-category "> < a class ="article-category-link " href ="/categories/Projects/ "> Projects</ a > </ p >
218
+ < p class ="item-title "> < a href ="/2015/06/29/Joe-Bloggs-a-clean-responsive-pure-HTML-CV-Resume-template/ " class ="title "> Joe Bloggs - a clean, responsive, pure HTML CV/Resume template</ a > </ p >
219
+ < p class ="item-date "> < time datetime ="2015-06-29T08:56:01.000Z " itemprop ="datePublished "> 2015-06-29</ time > </ p >
220
+ </ div >
221
+ </ li >
148
222
149
223
< li >
150
224
225
+ < div class ="item-thumbnail ">
226
+
227
+ < a href ="/2015/06/12/Setting-up-a-custom-domain-with-GitHub-Pages-and-Tsohost/ " class ="thumbnail ">
228
+
229
+ < span class ="thumbnail-image thumbnail-none "> </ span >
230
+
231
+ </ a >
232
+
233
+ </ div >
234
+
151
235
< div class ="item-inner ">
152
236
< p class ="item-category "> < a class ="article-category-link " href ="/categories/How-To/ "> How To</ a > </ p >
153
237
< p class ="item-title "> < a href ="/2015/06/12/Setting-up-a-custom-domain-with-GitHub-Pages-and-Tsohost/ " class ="title "> Setting up a custom domain with GitHub Pages and Tsohost</ a > </ p >
@@ -164,17 +248,7 @@ <h3 class="widget-title">recents</h3>
164
248
< div class ="widget-wrap widget-list ">
165
249
< h3 class ="widget-title "> categories</ h3 >
166
250
< div class ="widget ">
167
- < ul class ="category-list "> < li class ="category-list-item "> < a class ="category-list-link " href ="/categories/How-To/ "> How To</ a > < span class ="category-list-count "> 1</ span > </ li > </ ul >
168
- </ div >
169
- </ div >
170
-
171
-
172
-
173
-
174
- < div class ="widget-wrap widget-list ">
175
- < h3 class ="widget-title "> archives</ h3 >
176
- < div class ="widget ">
177
- < ul class ="archive-list "> < li class ="archive-list-item "> < a class ="archive-list-link " href ="/archives/2015/06/ "> June 2015</ a > < span class ="archive-list-count "> 1</ span > </ li > </ ul >
251
+ < ul class ="category-list "> < li class ="category-list-item "> < a class ="category-list-link " href ="/categories/How-To/ "> How To</ a > < span class ="category-list-count "> 1</ span > </ li > < li class ="category-list-item "> < a class ="category-list-link " href ="/categories/Projects/ "> Projects</ a > < span class ="category-list-count "> 2</ span > </ li > </ ul >
178
252
</ div >
179
253
</ div >
180
254
@@ -184,29 +258,17 @@ <h3 class="widget-title">archives</h3>
184
258
< div class ="widget-wrap widget-list ">
185
259
< h3 class ="widget-title "> tags</ h3 >
186
260
< div class ="widget ">
187
- < ul class ="tag-list "> < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/DevOps/ "> DevOps</ a > < span class ="tag-list-count "> 1</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/GitHub/ "> GitHub</ a > < span class ="tag-list-count "> 1</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/Tsohost/ "> Tsohost</ a > < span class ="tag-list-count "> 1</ span > </ li > </ ul >
188
- </ div >
189
- </ div >
190
-
191
-
192
-
193
-
194
- < div class ="widget-wrap widget-float ">
195
- < h3 class ="widget-title "> tag cloud</ h3 >
196
- < div class ="widget tagcloud ">
197
- < a href ="/tags/DevOps/ " style ="font-size: NaNpx; "> DevOps</ a > < a href ="/tags/GitHub/ " style ="font-size: NaNpx; "> GitHub</ a > < a href ="/tags/Tsohost/ " style ="font-size: NaNpx; "> Tsohost</ a >
261
+ < ul class ="tag-list "> < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/Bootstrap/ "> Bootstrap</ a > < span class ="tag-list-count "> 1</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/CV-Template/ "> CV Template</ a > < span class ="tag-list-count "> 1</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/DevOps/ "> DevOps</ a > < span class ="tag-list-count "> 1</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/GitHub/ "> GitHub</ a > < span class ="tag-list-count "> 1</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/Java/ "> Java</ a > < span class ="tag-list-count "> 1</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/Projects/ "> Projects</ a > < span class ="tag-list-count "> 2</ span > </ li > < li class ="tag-list-item "> < a class ="tag-list-link " href ="/tags/Tsohost/ "> Tsohost</ a > < span class ="tag-list-count "> 1</ span > </ li > </ ul >
198
262
</ div >
199
263
</ div >
200
264
201
265
202
266
203
267
204
268
< div class ="widget-wrap widget-list ">
205
- < h3 class ="widget-title "> links </ h3 >
269
+ < h3 class ="widget-title "> archives </ h3 >
206
270
< div class ="widget ">
207
- < ul >
208
-
209
- </ ul >
271
+ < ul class ="archive-list "> < li class ="archive-list-item "> < a class ="archive-list-link " href ="/archives/2015/06/ "> June 2015</ a > < span class ="archive-list-count "> 3</ span > </ li > </ ul >
210
272
</ div >
211
273
</ div >
212
274
@@ -239,7 +301,12 @@ <h1 class="logo-wrap">
239
301
240
302
241
303
304
+ < script src ="/fancybox/jquery.fancybox.pack.js " type ="text/javascript "> </ script >
305
+
306
+
242
307
308
+ < script src ="/scrollLoading/jquery.scrollLoading.js " type ="text/javascript "> </ script >
309
+ < script src ="/scrollLoading/main.js " type ="text/javascript "> </ script >
243
310
244
311
245
312
< script src ="/js/html-patch.js " type ="text/javascript "> </ script >
0 commit comments