I_changed_another_another_theme

This commit is contained in:
2016-08-16 20:27:00 -04:00
parent 3d1bca5d8b
commit 5bf518dd85
24 changed files with 3244 additions and 2624 deletions
+263 -256
View File
@@ -1,257 +1,264 @@
<!doctype html>
<html lang="en-us">
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta name="generator" content="Hugo 0.16" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<title>Mil años de solitario</title>
<script src="https://codersherlock.github.io//bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-icons/iron-icons.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-drawer-panel/paper-drawer-panel.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-icon-button/paper-icon-button.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-toolbar/paper-toolbar.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-fab/paper-fab.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-item/paper-item.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/paper-menu/paper-menu.html">
<link rel="import" href="https://codersherlock.github.io//bower_components/iron-image/iron-image.html">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/default.min.css">
<style is="custom-style">
body {
font-family: 'Roboto', sans-serif;
}
.nav {
border-right: 1px solid #ccc;
}
paper-scroll-header-panel {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--paper-grey-200, #eee);
--paper-scroll-header-panel-full-header: {
background-image: url(https://codersherlock.github.io//images/cover.png);
};
--paper-scroll-header-panel-condensed-header: {
background-image: url(https://codersherlock.github.io//images/cover.png);
};
}
paper-toolbar {
height: 256px;
background-color: transparent;
}
.profile{
width: 100%;
padding-bottom: 20px;
}
.photo{
margin: 20px;
display: inline-block;
height: 64px; width: 64px;
border-radius: 50%;
}
.article{
border: 1px solid #bebebe;
padding: 16px;
margin: 16px;
border-radius: 5px;
background-color: #fff;
}
.title{
font-size: 22px;
padding: 8px 0 16px;
}
.description{
font-size: 16px;
padding-bottom: 8px;
}
.author{
font-size: 16px;
padding-left: 20px;
color: white;
}
.design{
font-size: 14px;
}
.copyright{
font-size: 16px;
}
paper-menu a {
text-decoration: none;
color: #212121;
}
</style>
</head>
<body>
<paper-drawer-panel id="drawerPanel" responsive-width="1280px">
<div class="nav scroll" drawer>
<iron-image class="profile" sizing="cover" src="https://codersherlock.github.io//images/profile.png">
<iron-image class="photo" sizing="cover" src="https://codersherlock.github.io//images/photo.png"></iron-image>
<div class="author">Jon Hao</div>
</iron-image>
<paper-menu>
<a href="https://codersherlock.github.io/"><paper-item>
<iron-icon icon="home"></iron-icon> <div class="flex">Home</div>
<iron-icon icon="chevron-right"></iron-icon>
</paper-item></a>
<a href="https://codersherlock.github.io//categories/"><paper-item>
<iron-icon icon="drafts"></iron-icon> <div class="flex">Categories</div>
<iron-icon icon="chevron-right"></iron-icon>
</paper-item></a>
<a href="https://codersherlock.github.io//tags/"><paper-item>
<iron-icon icon="loyalty"></iron-icon> <div class="flex">Tags</div>
<iron-icon icon="chevron-right"></iron-icon>
</paper-item></a>
</paper-menu>
</div>
<paper-scroll-header-panel main condenses header-height="256" condensed-header-height="64">
<paper-toolbar>
<paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
<div class="bottom title">Mil años de solitario</div>
<div class="flex"></div>
<a href="https://google.com/+Pengzhan%20Hao"><paper-icon-button src="https://codersherlock.github.io//images/google+-dreamstale37.png"></paper-icon-button></a>
<a href="https://github.com/CoderSherlock"><paper-icon-button src="https://codersherlock.github.io//images/github2-dreamstale35.png"></paper-icon-button></a>
<a href="https://codersherlock.github.io//index.xml"><paper-icon-button src="https://codersherlock.github.io//images/feed-dreamstale27.png"></paper-icon-button></a>
</paper-toolbar>
<div class="content">
<div class="article">
<div class="title"><a href="https://codersherlock.github.io/about/">about me</a></div>
<div class="description">2012 - Coder Sherlock 2013 - Sherlock Hao 2015 - Jon Hao Email me</div>
<div class="tags">
16 Aug 2016
</div>
</div>
<div class="article">
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a></div>
<div class="categories">
<a href="https://codersherlock.github.io//categories/2016-08/">2016-08</a>
</div>
<div class="description">Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.</div>
<div class="tags">
15 Aug 2016
<a href="https://codersherlock.github.io//tags/android/">#android</a>
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
</div>
</div>
<div class="article">
<div class="title"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></div>
<div class="categories">
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
</div>
<div class="description">Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.</div>
<div class="tags">
30 Jul 2016
<a href="https://codersherlock.github.io//tags/hack/">#hack</a>
<a href="https://codersherlock.github.io//tags/github/">#github</a>
</div>
</div>
<div class="article">
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
<div class="categories">
<a href="https://codersherlock.github.io//categories/2016-07/">2016-07</a>
</div>
<div class="description">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
<div class="tags">
30 Jul 2016
<a href="https://codersherlock.github.io//tags/android/">#android</a>
<a href="https://codersherlock.github.io//tags/arm/">#arm</a>
</div>
</div>
</div>
<paper-item>
<paper-fab disabled icon="chevron-left"></paper-fab>
<div class="flex"></div>
<paper-fab disabled icon="chevron-right"></paper-fab>
</paper-item>
<paper-item>
<div class="copyright"></div>
<div class="flex"></div>
<div class="design">Design <a href="http://pdevty.github.io/blog/">pdevty</a></div>
</paper-item>
</paper-scroll-header-panel>
</paper-drawer-panel>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82637164-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
<title>
Mil años de solitario
</title>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="generator" content="Hugo 0.16" />
<meta property="og:title" content="Mil años de solitario" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://CoderSherlock.github.io/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/base-min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
<link rel="stylesheet" href="https://codersherlock.github.io//css/redlounge.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
<link href="https://CoderSherlock.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Mil años de solitario" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow-night-bright.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<img src="/images/photo.png" class="sidebarphoto">
<h1 class="brand-title">Mil años de solitario</h1>
<h2 class="brand-tagline">A boy who can&#39;t step into academia</h2>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item"><span class="nav-item-separator">//</span><a href="https://codersherlock.github.io/">Home</a></li>
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about">About</a></li>
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/bio">Biography</a></li>
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/posts">Blog</a></li>
<li class="nav-item"><span class="nav-item-separator">//</span><a href="/about/">about me</a></li>
</ul>
</nav>
<div class="social-buttons">
<a href="http://github.com/CoderSherlcok" target="_blank"><i class='fa fa-github'></i></a>
</div>
</div>
</div>
<div class="content pure-u-1 pure-u-md-3-4">
<a name="top"></a>
<div class="posts">
<section class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/about/">about me</a>
</h1>
</header>
<p class="post-meta">
<span class="post-date">
<span class="post-date-day"><sup>16</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
</span>
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>1 min. read</em></span>
</p>
<article class="post-summary">
2012 - Coder Sherlock 2013 - Sherlock Hao 2015 - Jon Hao Email me
</article>
<div class="read-more-link">
<a href="/about/"><span class="read-more-slashes">//</span>Read More...</a>
</div>
</section>
<section class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/post/Cross-Compile-RSync-ARM/">Cross Compile RSync ARM</a>
</h1>
</header>
<p class="post-meta">
<span class="post-date">
<span class="post-date-day"><sup>15</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Aug</span> <span class="post-date-year">2016</span>
</span>
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
<div class="post-categories">
<a class="post-category post-category-2016-08" href="https://codersherlock.github.io//categories/2016-08">2016-08</a>
</div>
</p>
<article class="post-summary">
Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection.
</article>
<div class="read-more-link">
<a href="/post/Cross-Compile-RSync-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
</div>
</section>
<section class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/post/Pokemon-Go-Hack/">Pokemon Go Hack</a>
</h1>
</header>
<p class="post-meta">
<span class="post-date">
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
</span>
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>2 min. read</em></span>
<div class="post-categories">
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
</div>
</p>
<article class="post-summary">
Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
</article>
<div class="read-more-link">
<a href="/post/Pokemon-Go-Hack/"><span class="read-more-slashes">//</span>Read More...</a>
</div>
</section>
<section class="post">
<header class="post-header">
<h1 class="post-title">
<a href="/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a>
</h1>
</header>
<p class="post-meta">
<span class="post-date">
<span class="post-date-day"><sup>30</sup></span><span class="post-date-separator">/</span><span class="post-date-month">Jul</span> <span class="post-date-year">2016</span>
</span>
<span class="post-reading-time"><i class="fa fa-clock-o"></i> <em>3 min. read</em></span>
<div class="post-categories">
<a class="post-category post-category-2016-07" href="https://codersherlock.github.io//categories/2016-07">2016-07</a>
</div>
</p>
<article class="post-summary">
Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.
</article>
<div class="read-more-link">
<a href="/post/Cross-Compile-Seafile-2-ARM/"><span class="read-more-slashes">//</span>Read More...</a>
</div>
</section>
</div>
<div class="footer">
<hr class="thin" />
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul class="footer-menu">
</ul>
</div>
<p>&copy; 2016. All rights reserved.</p>
</div>
</div>
</div>
</body>
</html>