Skip to content

Commit

Permalink
Generate Pelican site
Browse files Browse the repository at this point in the history
nevillelyh committed Apr 20, 2017
1 parent d3b9f3d commit f681966
Showing 69 changed files with 476 additions and 1,246 deletions.
16 changes: 6 additions & 10 deletions archives.html
Original file line number Diff line number Diff line change
@@ -67,10 +67,6 @@
<section id="content">
<h1>Archives for Das Keyboard Shredder</h1>
<div id="archives">
<p>
<span class="categories-timestamp"><time datetime="2017-04-20T11:12:00-04:00">Thu 20 April 2017</time></span>
<a href="./scio-at-philly-ete.html">Scio at Philly <span class="caps">ETE</span></a>
</p>
<p>
<span class="categories-timestamp"><time datetime="2017-03-28T14:38:00-04:00">Tue 28 March 2017</time></span>
<a href="./joins.html">Joins</a>
@@ -164,7 +160,7 @@ <h1>Archives for Das Keyboard Shredder</h1>
<p>
<strong>About Neville Li</strong><br/>

Data infrastructure @<a href="https://twitter.com/Spotify">Spotify</a>, ex-@<a href="https://twitter.com/Yahoo">Yahoo</a> search, das keyboard shredder, author of <a href="https://github.com/spotify/scio">Scio</a>
Software engineer at Spotify, part-time coder, full-time keyboard shredder.

</p>
</div>
@@ -187,11 +183,6 @@ <h1>Archives for Das Keyboard Shredder</h1>

<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="./scio-at-philly-ete.html">
Scio at Philly <span class="caps">ETE</span>
</a>
</li>
<li class="list-group-item">
<a href="./joins.html">
Joins
@@ -212,6 +203,11 @@ <h1>Archives for Das Keyboard Shredder</h1>
Semigroups
</a>
</li>
<li class="list-group-item">
<a href="./scio-a-scala-api-for-google-cloud-dataflow.html">
Scio, a Scala <span class="caps">API</span> for Google Cloud&nbsp;Dataflow
</a>
</li>
</ul>
</li>

72 changes: 38 additions & 34 deletions author/neville-li.html
Original file line number Diff line number Diff line change
@@ -64,34 +64,6 @@
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="../scio-at-philly-ete.html">Scio at Philly <span class="caps">ETE</span></a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2017-04-20T11:12:00-04:00"> Thu 20 April 2017</time>
</span>



<span class="label label-default">Category</span>
<a href="../category/code.html">code</a>


<span class="label label-default">Tags</span>
<a href="../tag/data.html">data</a>
/
<a href="../tag/scala.html">scala</a>
/
<a href="../tag/scio.html">scio</a>

</footer><!-- /.post-info --> </div>
<div class="summary"><p>It&#8217;s been another 6 months since my talk about <a href="https://github.com/spotify/scio">Scio</a> at <a href="http://scala.bythebay.io">Scala by the Bay</a>. We&#8217;ve seen huge adoption and improvements since then. The number of production Scio pipelines has grown from ~70 to 400+ within <a href="https://www.spotify.com/">Spotify</a>. A lot of other companies are using and contributing to it …</p>
<a class="btn btn-default btn-xs" href="../scio-at-philly-ete.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="../joins.html">Joins</a></h2>
<div class="well well-sm">
@@ -357,6 +329,38 @@ <h2><a href="../nescala-2015-talk.html">NEScala 2015&nbsp;talk</a></h2>
</div>
</article>
<hr/>
<article>
<h2><a href="../fun-with-macros-and-parquet-avro.html">Fun with macros and&nbsp;parquet-avro</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-01-08T14:01:00-05:00"> Thu 08 January 2015</time>
</span>



<span class="label label-default">Category</span>
<a href="../category/code.html">code</a>


<span class="label label-default">Tags</span>
<a href="../tag/avro.html">avro</a>
/
<a href="../tag/macro.html">macro</a>
/
<a href="../tag/parquet.html">parquet</a>
/
<a href="../tag/scala.html">scala</a>

</footer><!-- /.post-info --> </div>
<div class="summary"><p>I recently had some fun building <a href="https://github.com/nevillelyh/parquet-avro-extra">parquet-avro-extra</a>, an add-on module for <a href="https://github.com/Parquet/parquet-mr/tree/master/parquet-avro">parquet-avro</a> using <a href="http://scalamacros.org/">Scala macros</a>. I did it mainly to learn Scala macros but also to make it easier to use <a href="http://parquet.incubator.apache.org/">Parquet</a> with <a href="http://avro.apache.org/">Avro</a> in a data&nbsp;pipeline.</p>
<h2>Parquet and&nbsp;Avro</h2>
<p>Parquet is a columnar storage system designed for <span class="caps">HDFS …</span></p>
<a class="btn btn-default btn-xs" href="../fun-with-macros-and-parquet-avro.html">more ...</a>
</div>
</article>
<hr/>

<ul class="pagination">
<li class="prev disabled"><a href="#">&laquo;</a></li>
@@ -376,7 +380,7 @@ <h2><a href="../nescala-2015-talk.html">NEScala 2015&nbsp;talk</a></h2>
<p>
<strong>About Neville Li</strong><br/>

Data infrastructure @<a href="https://twitter.com/Spotify">Spotify</a>, ex-@<a href="https://twitter.com/Yahoo">Yahoo</a> search, das keyboard shredder, author of <a href="https://github.com/spotify/scio">Scio</a>
Software engineer at Spotify, part-time coder, full-time keyboard shredder.

</p>
</div>
@@ -399,11 +403,6 @@ <h2><a href="../nescala-2015-talk.html">NEScala 2015&nbsp;talk</a></h2>

<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="../scio-at-philly-ete.html">
Scio at Philly <span class="caps">ETE</span>
</a>
</li>
<li class="list-group-item">
<a href="../joins.html">
Joins
@@ -424,6 +423,11 @@ <h2><a href="../nescala-2015-talk.html">NEScala 2015&nbsp;talk</a></h2>
Semigroups
</a>
</li>
<li class="list-group-item">
<a href="../scio-a-scala-api-for-google-cloud-dataflow.html">
Scio, a Scala <span class="caps">API</span> for Google Cloud&nbsp;Dataflow
</a>
</li>
</ul>
</li>

72 changes: 34 additions & 38 deletions author/neville-li2.html
Original file line number Diff line number Diff line change
@@ -64,38 +64,6 @@
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="../fun-with-macros-and-parquet-avro.html">Fun with macros and&nbsp;parquet-avro</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-01-08T14:01:00-05:00"> Thu 08 January 2015</time>
</span>



<span class="label label-default">Category</span>
<a href="../category/code.html">code</a>


<span class="label label-default">Tags</span>
<a href="../tag/avro.html">avro</a>
/
<a href="../tag/macro.html">macro</a>
/
<a href="../tag/parquet.html">parquet</a>
/
<a href="../tag/scala.html">scala</a>

</footer><!-- /.post-info --> </div>
<div class="summary"><p>I recently had some fun building <a href="https://github.com/nevillelyh/parquet-avro-extra">parquet-avro-extra</a>, an add-on module for <a href="https://github.com/Parquet/parquet-mr/tree/master/parquet-avro">parquet-avro</a> using <a href="http://scalamacros.org/">Scala macros</a>. I did it mainly to learn Scala macros but also to make it easier to use <a href="http://parquet.incubator.apache.org/">Parquet</a> with <a href="http://avro.apache.org/">Avro</a> in a data&nbsp;pipeline.</p>
<h2>Parquet and&nbsp;Avro</h2>
<p>Parquet is a columnar storage system designed for <span class="caps">HDFS …</span></p>
<a class="btn btn-default btn-xs" href="../fun-with-macros-and-parquet-avro.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="../three-reasons-a-data-engineer-should-learn-scala.html">Three Reasons a Data Engineer Should Learn&nbsp;Scala</a></h2>
<div class="well well-sm">
@@ -368,6 +336,34 @@ <h2>zsh</h2>
</div>
</article>
<hr/>
<article>
<h2><a href="../first-real-post-with-pelican.html">First (real) post with&nbsp;Pelican</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-07-26T22:47:00-04:00"> Sat 26 July 2014</time>
</span>



<span class="label label-default">Category</span>
<a href="../category/code.html">code</a>


<span class="label label-default">Tags</span>
<a href="../tag/pelican.html">pelican</a>
/
<a href="../tag/python.html">python</a>
/
<a href="../tag/virtualenv.html">virtualenv</a>

</footer><!-- /.post-info --> </div>
<div class="summary"><p>Finally decided to jump (back) on the blogging bandwagon. This time I decided to use a static site generator, since that seems the cool thing to do these days, and found this <a href="https://www.staticgen.com/">site</a>. I want something in a language I know well, so Ruby or JavaScript is out. It should …</p>
<a class="btn btn-default btn-xs" href="../first-real-post-with-pelican.html">more ...</a>
</div>
</article>
<hr/>

<ul class="pagination">
<li class="prev"><a href="../author/neville-li.html">&laquo;</a>
@@ -388,7 +384,7 @@ <h2>zsh</h2>
<p>
<strong>About Neville Li</strong><br/>

Data infrastructure @<a href="https://twitter.com/Spotify">Spotify</a>, ex-@<a href="https://twitter.com/Yahoo">Yahoo</a> search, das keyboard shredder, author of <a href="https://github.com/spotify/scio">Scio</a>
Software engineer at Spotify, part-time coder, full-time keyboard shredder.

</p>
</div>
@@ -411,11 +407,6 @@ <h2>zsh</h2>

<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="../scio-at-philly-ete.html">
Scio at Philly <span class="caps">ETE</span>
</a>
</li>
<li class="list-group-item">
<a href="../joins.html">
Joins
@@ -436,6 +427,11 @@ <h2>zsh</h2>
Semigroups
</a>
</li>
<li class="list-group-item">
<a href="../scio-a-scala-api-for-google-cloud-dataflow.html">
Scio, a Scala <span class="caps">API</span> for Google Cloud&nbsp;Dataflow
</a>
</li>
</ul>
</li>

40 changes: 6 additions & 34 deletions author/neville-li3.html
Original file line number Diff line number Diff line change
@@ -64,34 +64,6 @@
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="../first-real-post-with-pelican.html">First (real) post with&nbsp;Pelican</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-07-26T22:47:00-04:00"> Sat 26 July 2014</time>
</span>



<span class="label label-default">Category</span>
<a href="../category/code.html">code</a>


<span class="label label-default">Tags</span>
<a href="../tag/pelican.html">pelican</a>
/
<a href="../tag/python.html">python</a>
/
<a href="../tag/virtualenv.html">virtualenv</a>

</footer><!-- /.post-info --> </div>
<div class="summary"><p>Finally decided to jump (back) on the blogging bandwagon. This time I decided to use a static site generator, since that seems the cool thing to do these days, and found this <a href="https://www.staticgen.com/">site</a>. I want something in a language I know well, so Ruby or JavaScript is out. It should …</p>
<a class="btn btn-default btn-xs" href="../first-real-post-with-pelican.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="../hello-world.html">Hello&nbsp;world!</a></h2>
<div class="well well-sm">
@@ -133,7 +105,7 @@ <h2><a href="../hello-world.html">Hello&nbsp;world!</a></h2>
<p>
<strong>About Neville Li</strong><br/>

Data infrastructure @<a href="https://twitter.com/Spotify">Spotify</a>, ex-@<a href="https://twitter.com/Yahoo">Yahoo</a> search, das keyboard shredder, author of <a href="https://github.com/spotify/scio">Scio</a>
Software engineer at Spotify, part-time coder, full-time keyboard shredder.

</p>
</div>
@@ -156,11 +128,6 @@ <h2><a href="../hello-world.html">Hello&nbsp;world!</a></h2>

<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="../scio-at-philly-ete.html">
Scio at Philly <span class="caps">ETE</span>
</a>
</li>
<li class="list-group-item">
<a href="../joins.html">
Joins
@@ -181,6 +148,11 @@ <h2><a href="../hello-world.html">Hello&nbsp;world!</a></h2>
Semigroups
</a>
</li>
<li class="list-group-item">
<a href="../scio-a-scala-api-for-google-cloud-dataflow.html">
Scio, a Scala <span class="caps">API</span> for Google Cloud&nbsp;Dataflow
</a>
</li>
</ul>
</li>

14 changes: 7 additions & 7 deletions authors.html
Original file line number Diff line number Diff line change
@@ -65,15 +65,15 @@
<div class="row">
<div class="col-sm-9">
<h1>Authors on Das Keyboard Shredder</h1>
<li><a href="./author/neville-li.html">Neville Li</a> (22)</li>
<li><a href="./author/neville-li.html">Neville Li</a> (21)</li>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<div id="aboutme">
<p>
<strong>About Neville Li</strong><br/>

Data infrastructure @<a href="https://twitter.com/Spotify">Spotify</a>, ex-@<a href="https://twitter.com/Yahoo">Yahoo</a> search, das keyboard shredder, author of <a href="https://github.com/spotify/scio">Scio</a>
Software engineer at Spotify, part-time coder, full-time keyboard shredder.

</p>
</div>
@@ -96,11 +96,6 @@ <h1>Authors on Das Keyboard Shredder</h1>

<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="./scio-at-philly-ete.html">
Scio at Philly <span class="caps">ETE</span>
</a>
</li>
<li class="list-group-item">
<a href="./joins.html">
Joins
@@ -121,6 +116,11 @@ <h1>Authors on Das Keyboard Shredder</h1>
Semigroups
</a>
</li>
<li class="list-group-item">
<a href="./scio-a-scala-api-for-google-cloud-dataflow.html">
Scio, a Scala <span class="caps">API</span> for Google Cloud&nbsp;Dataflow
</a>
</li>
</ul>
</li>

Loading

0 comments on commit f681966

Please sign in to comment.