-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
131 lines (107 loc) · 5.19 KB
/
links.html
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
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Attic - Linked List</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://winder.ws/feed.xml">
<link rel="stylesheet" href="/assets/winderws-9c72d0378503d206970f77799aca59d5.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-44769789-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="linked_list">
<div class="jumbotron" id="header">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h1><a href="/">The Attic</a></h1>
<div class="row">
<div class="col-xs-10 col-sm-5 col-md-5 col-lg-5">
<h3 id="sigline" class="hidden-xs"> by <a href="/about.html">Andrew Winder</a></h3>
<h3 id="sigline" class="mini visible-xs"> by <a href="/about.html">Andrew Winder</a></h3>
</div>
<div class="col-xs-2 col-sm-7 col-md-7 col-lg-7">
<ul id="toplinks" class="hidden-xs pull-right">
<li><a href="/about.html">About</a></li>
<li><a href="/links.html">Links</a></li>
<li><a href="/archives.html">Archives</a></li>
<li class="hidden-md hidden-sm"><a href="feed://winder.ws/feed.xml">RSS</a></li>
</ul>
<div class="visible-xs">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mobilelinks">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-chevron-down"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<ul id="mobilelinks" class="collapse navbar-collapse nav nav-pills nav-stacked">
<li><a href="/about">About</a></li>
<li><a href="/links.html">Links</a></li>
<li><a href="/archives.html">Archives</a></li>
<li><a href="feed://winder.ws/feed.xml">RSS</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-9 col-lg-9 col-md-push-3 col-lg-push-3">
<h1>Linked List</h1>
<article class="discussion">
<h3><a href="http://github.com/octopress/octopress">Octopress 3.0</a></h3>
<p><p>The next version of Octopress (3.0) is nearing release and is in beta now. I’ve switched this blog over to using the new version and it’s been great. It’s a pretty radical change from the previous version, but for me, this is exactly what I wanted Octopress to be originally. It’s highly modularized and lightweight, with a new <a href="https://github.com/octopress/deploy">deployment plugin</a> that can natively push to S3 as well as github. Octopress at it’s core is now nicely separated from your Jekyll design. If you’re like me, you’ll appreciate that Octopress is now about extending Jekyll as opposed to being highly intertwined with it. I’ll write more about my experience in a future post, but I wanted to get a quick complement out to those working on Octopress 3.0. Love the new direction, keep up the great work!</p></p>
<div class="meta">
<date>Posted on April 04, 2014</date>
<ul class="tags">
<li><a href="/tags/octopress.html">octopress</a></li>
<li><a href="/tags/jekyll.html">jekyll</a></li>
<li><a href="/tags/meta.html">meta</a></li>
</ul>
<a class="permalink" href="/2014/04/04/octopress-3-0.html">Permalink</a>
</div>
</article>
</div>
<div class="col-sm-12 col-md-3 col-lg-3 col-md-pull-9 col-lg-pull-9">
<div id="biography">
<div id="me" class="center-block"></div>
<p>Hello, I'm Andrew Winder. I work at <a href="http://www.messagesystems.com">Message Systems</a> as a Senior Software Engineer, and I blog here about AngularJS, Node.js, and other technical topics. All opinions are my own.</p>
<div class="row">
<div class="col-xs-4 col-sm-4 col-md-4 mol-lg-4">
<a href="https://twitter.com/awinder"><i class="fa fa-twitter"></i></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 mol-lg-4">
<a href="https://www.github.com/awinder"><i class="fa fa-github"></i></a>
</div>
<div class="col-xs-4 col-sm-4 col-md-4 mol-lg-4">
<a href="https://www.linkedin.com/in/ajwinder"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jumbotron footer">
<div class="container">
<div class="row">
<footer class="col-sm-12 col-md-12 col-lg-12">
<p>© Andrew Winder, 2013-2014. All rights reserved.</p>
</footer>
</div>
</div>
</div>
<script src="/assets/theattic-657bf60b2d30b7525fe605793bedb038.js"></script>
</body>
</html>