Skip to content

Commit 83e9c90

Browse files
committed
rebuilding site Wed Apr 26 19:15:57 EDT 2017
1 parent a8480d0 commit 83e9c90

File tree

13 files changed

+1563
-1
lines changed

13 files changed

+1563
-1
lines changed

404.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ <h1>Page not found</h1>
125125

126126
<h2>Recent Posts</h2>
127127

128+
<ul>
129+
<li><a href="http://gopherdata.io/post/distributed_trump_finder">Building a distributed Trump finder</a></li>
130+
</ul>
131+
128132
<ul>
129133
<li><a href="http://gopherdata.io/post/deeplearning_in_go_part_1">Deep Learning from Scratch in Go - Part 1: Equations Are Graphs</a></li>
130134
</ul>

img/headers/trump_finder.jpg

28.1 KB
Loading

index.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,65 @@ <h1>Recent Posts</h1>
327327

328328

329329

330+
<div class="article-list-item" itemscope itemprop="blogPost">
331+
332+
333+
<a href="http://gopherdata.io/post/distributed_trump_finder">
334+
<img src="/img/headers/trump_finder.jpg" class="article-banner" itemprop="image">
335+
</a>
336+
337+
<h3 class="article-title" itemprop="name">
338+
<a href="http://gopherdata.io/post/distributed_trump_finder" itemprop="url">Building a distributed Trump finder</a>
339+
</h3>
340+
341+
342+
<div class="article-metadata">
343+
344+
<span class="article-date">
345+
<time datetime="2017-04-26 12:00:00 &#43;0000 UTC" itemprop="datePublished">
346+
Wed, Apr 26, 2017
347+
</time>
348+
</span>
349+
350+
351+
352+
353+
354+
355+
<span class="article-tags">
356+
<i class="fa fa-tags"></i>
357+
358+
<a href="/tags/academic">academic</a
359+
>,
360+
361+
<a href="/tags/hugo">hugo</a
362+
>
363+
364+
</span>
365+
366+
367+
368+
369+
370+
</div>
371+
372+
<div class="article-style" itemprop="articleBody">
373+
374+
<p>A step-by-step guide to building a distributed facial recognition system with Pachyderm and Machine Box.</p>
375+
376+
</div>
377+
<p class="read-more">
378+
<a href="http://gopherdata.io/post/distributed_trump_finder" class="btn btn-primary btn-outline">
379+
CONTINUE READING
380+
</a>
381+
</p>
382+
</div>
383+
384+
385+
386+
387+
388+
330389
<div class="article-list-item" itemscope itemprop="blogPost">
331390

332391

index.xml

Lines changed: 231 additions & 0 deletions
Large diffs are not rendered by default.

post/deeplearning_in_go_part_1/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,9 @@ <h2 id="why-go">Why Go?</h2>
592592

593593

594594

595+
<li class="next"><a href="http://gopherdata.io/post/distributed_trump_finder">Building a distributed Trump finder <span
596+
aria-hidden="true">&rarr;</span></a></li>
597+
595598
</ul>
596599
</nav>
597600

0 commit comments

Comments
 (0)