-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (70 loc) · 3.81 KB
/
index.html
File metadata and controls
118 lines (70 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>timcancode</title>
<meta name="description" content="the crazy and infrequent rantings of a developer and his hobbies" />
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css?v=49df968f5a" />
<link href='http://fonts.googleapis.com/css?family=Poly|Roboto:400,700,300|Roboto+Condensed' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://yandex.st/highlightjs/8.0/styles/default.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style-dark.css?v=49df968f5a" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<meta name="generator" content="Ghost 0.4" />
<link rel="alternate" type="application/rss+xml" title="timcancode" href="rss/index.html">
<link rel="canonical" href="http://timcancode.com/" />
</head>
<body class="home-template">
<div id="themecover_willsong" style="background-image: url(assets/images/default-cover.jpg?v=49df968f5a)"></div>
<header id="indexhead_willsong">
<a id="blogname_willsong" href="http://timcancode.com"><h1>timcancode</h1></a>
<div id="description_willsong" class="respowidth_willsong">
<h3>the crazy and infrequent rantings of a developer and his hobbies</h3>
</div>
</header>
<section id="main_willsong" role="main">
<div id="articles_willsong" class="respowidth_willsong">
<article class="article_willsong" role="article" itemscope itemtype="http://schema.org/Article">
<div class="postdetails_willsong">
<span class="icon-clock"> </span> <time class="date_willsong" datetime="Monday 28 Apr 2014" itemprop="datePublished">28 Apr 2014</time>
</div><div class="mainright_willsong">
<h2 class="posttitle_willsong" itemprop="headline"><a href="2014/04/28/new-ghost-blog/index.html" rel="bookmark">New Ghost blog!</a></h2>
<div class="lores_postdetails_willsong">
<span class="icon-clock"> </span> <time class="date_willsong" datetime="Monday 28 Apr 2014" itemprop="datePublished">28 Apr 2014</time>
</div>
<div class="postcontent_willsong">
<p>It's been awhile since my last post on here, but I've finally got everything all set up with <a href="http://ghost.org">Ghost</a>; A beautiful blogging platform built on Node.js.</p>
<p>Soon work will be giving me some time to blog throughout the week, so I will endevour to keep up the posting as the plot progresses.</p>
<p>Stay tuned.</p>
</div>
<a href="2014/04/28/new-ghost-blog/index.html" class="readmore_willsong">Read More</a>
</div>
</article>
<div id="pagination_willsong">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
</div>
</section>
<footer>
<div id="socialmedia_willsong">
<a href="https://www.facebook.com/Crystalmyst" class="sociallink_willsong"><span class="icon-facebook"></span></a>
<!-- <a href="#" class="sociallink_willsong"><span class="icon-feed"></span></a> -->
</div>
<p id="copyright_willsong">
© 2014, Timothy Robb. All rights reserved.
Proudly powered by <a href="http://ghost.org">Ghost</a>. Theme created by <a href="http://marcosn.com/">Marcosn.com</a>
</p>
</footer>
<script src="public/jquery.js?v=49df968f5a"></script>
<script src="assets/js/jquery.fitvids.js?v=49df968f5a"></script>
<script src="assets/js/jquery.appear.js?v=49df968f5a"></script>
<script src="http://yandex.st/highlightjs/8.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="assets/js/main.js?v=49df968f5a"></script>
</body>
</html>