Upload_test_#0.8

This commit is contained in:
2016-07-30 14:29:23 -04:00
parent 0efa6e0312
commit 07af17e7cd
20 changed files with 201 additions and 143 deletions
+49 -7
View File
@@ -9,9 +9,9 @@
<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="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/styles.css">
<link rel="stylesheet" href="http://codersherlock.github.io:1313/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://codersherlock.github.io:1313//index.xml">
<title>Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="website">
<meta property="og:url" content="CoderSherlock.github.io/">
<meta property="og:url" content="http://CoderSherlock.github.io:1313/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
<a class="navbar-brand" href="http://codersherlock.github.io:1313/">Mil años de solitario</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
@@ -57,6 +57,22 @@
<div class="row">
<div class="col-md-8">
<article class="li">
<header>
<div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="http://codersherlock.github.io:1313/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="http://codersherlock.github.io:1313/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer>
</article>
<hr>
@@ -71,10 +87,36 @@
</div>
<div class="list-group">
<a href="http://codersherlock.github.io:1313/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="http://codersherlock.github.io:1313/categories/2016_07" class="list-group-item">2016_07</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="http://codersherlock.github.io:1313/tags/android" class="list-group-item">android</a>
<a href="http://codersherlock.github.io:1313/tags/arm" class="list-group-item">arm</a>
</div>
</div>
</aside>
@@ -88,7 +130,7 @@
<footer class="site">
<div class="container">
<p>&copy; 1 Mil años de solitario</p>
<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>
@@ -100,6 +142,6 @@
</body>
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
</html>