Change_ANNOOOTHERRR_Theme

This commit is contained in:
2016-08-16 14:16:23 -04:00
parent 60ee324bb8
commit d9211cb90c
77 changed files with 4366 additions and 2094 deletions
+164 -162
View File
@@ -1,175 +1,177 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="Hugo 0.16" />
<!DOCTYPE HTML>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans|Marcellus+SC'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="https://codersherlock.github.io/css/styles.css">
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io//index.xml">
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Mil años de solitario</title>
<meta name="author" content="map[name:CoderSherlock email:haopengzhan@gmail.com]">
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2016 07 - Mil años de solitario</title>
<meta property='og:title' content="2016 07 - Mil años de solitario">
<meta property="og:type" content="article">
<meta property="og:url" content="https://CoderSherlock.github.io/categories/2016-07/">
</head>
<body>
<header class="site">
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://codersherlock.github.io/">Mil años de solitario</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
</div>
</div>
</nav>
</header>
<div class="site">
<div class="container">
<div class="list">
<div class="row">
<div class="col-md-8">
<header class="page-title">2016 07</header>
<article class="li">
<header>
<div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></div>
</header>
<div class="body">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>
<footer>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="btn btn-default">Read More…</a>
</footer>
</article>
<hr>
<article class="li">
<header>
<div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header>
<div class="body">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>
<footer>
<a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer>
</article>
<hr>
</div>
<div class="col-md-4">
<aside class="site">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">LatestPosts</h2>
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/Cross-Compile-RSync-ARM/" class="list-group-item">Cross Compile RSync ARM</a>
<a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
<a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">category</h2>
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/categories/2016-07" class="list-group-item">2016-07</a>
<a href="https://codersherlock.github.io/categories/2016-08" class="list-group-item">2016-08</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">tag</h2>
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="https://codersherlock.github.io/tags/arm" class="list-group-item">arm</a>
<a href="https://codersherlock.github.io/tags/github" class="list-group-item">github</a>
<a href="https://codersherlock.github.io/tags/hack" class="list-group-item">hack</a>
</div>
</div>
<link rel="canonical" href="https://CoderSherlock.github.io/categories/2016-07/">
<link href="https://codersherlock.github.io//favicon.png" rel="shortcut icon">
<link href="https://codersherlock.github.io//css/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="https://codersherlock.github.io//css/font-awesome.min.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Nunito:400,300,700' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</aside>
</head>
</div>
</div>
<body>
<div class="container">
<div class="left-col">
<div class="intrude-less">
<header id="header" class="inner"><div class="profilepic">
<script src="https://codersherlock.github.io//js/md5.js"></script>
<script type="text/javascript">
$(function(){
$('.profilepic').append("<img src='http://www.gravatar.com/avatar/" + MD5('haopengzhan@gmail.com') + "?s=160' alt='Profile Picture' style='width: 160px;' />");
});
</script>
</div>
</div>
</div>
<footer class="site">
<div class="container">
<p>&copy; 2016 Mil años de solitario</p>
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
</div>
</footer>
<nav id="main-nav"><ul class="main">
<li><a href="/">Blog</a></li>
<li><a href="http://about.me/shashankmehta">About</a></li>
<li><a href="/post/">Archives</a></li>
</ul>
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<section class="aboutme">
<p>
A boy who can&#39;t step into academia
</p>
</section>
</nav>
<nav id="sub-nav">
<div class="social">
<a class="email" href='mailto:haopengzhan@gmail.com' title="Email">Email</a>
</div>
</nav>
</header>
</div>
</div>
<div class="mid-col">
<div class="mid-col-container">
<div id="content" class="inner">
<div itemscope itemtype="http://schema.org/Blog">
<section class="archives"><h1 class="year">2016</h1>
</body>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Jul 30</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Pokemon-Go-Hack/">Pokemon Go Hack</a></h1>
</article>
<article itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<span class="date"><time datetime='2016' itemprop="datePublished">Jul 30</time></span>
<br>
<span class="tags">
<a href="https://codersherlock.github.io//categories/2016-07"> 2016-07 </a>
</span>
</div>
<h1 class="title" itemprop="name"><a href="https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></h1>
</article>
</section>
</div>
</div>
</div>
<footer id="footer" class="inner">Copyright &copy; 2016
CoderSherlock
Design credit: <a href="http://shashankmehta.in/archive/2012/greyshade.html">Shashank Mehta</a>
<script src="https://codersherlock.github.io//js/slash.js"></script>
<script src="https://codersherlock.github.io//js/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script></footer>
</div>
</div>
</body>
</html>
+9 -11
View File
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>2016 07 on Mil años de solitario</title>
<title>2016 07 on Mil años de solitario </title>
<generator uri="https://gohugo.io">Hugo</generator>
<link>https://CoderSherlock.github.io/categories/2016-07/</link>
<description>Recent content in 2016 07 on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<managingEditor>haopengzhan@gmail.com (CoderSherlock)</managingEditor>
<webMaster>haopengzhan@gmail.com (CoderSherlock)</webMaster>
<lastBuildDate>Sat, 30 Jul 2016 18:10:20 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/categories/2016-07/index.xml" rel="self" type="application/rss+xml" />
<author>CoderSherlock</author>
<updated>Sat, 30 Jul 2016 18:10:20 EDT</updated>
<item>
<title>Pokemon Go Hack</title>
<link>https://codersherlock.github.io/post/Pokemon-Go-Hack/</link>
<pubDate>Sat, 30 Jul 2016 18:10:20 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<pubDate>Sat, 30 Jul 2016 18:10:20 EDT</pubDate>
<author>CoderSherlock</author>
<guid>https://codersherlock.github.io/post/Pokemon-Go-Hack/</guid>
<description>
@@ -41,8 +39,8 @@ Anyway, after coming back, I think I write too much on useless words, so let me
<item>
<title>Cross Compile Seafile 2 ARM</title>
<link>https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<author>haopengzhan@gmail.com (CoderSherlock)</author>
<pubDate>Sat, 30 Jul 2016 14:02:34 EDT</pubDate>
<author>CoderSherlock</author>
<guid>https://codersherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description>