summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-08-30 13:28:11 +0800
committerJinweiClarkChao <[email protected]>2015-08-30 13:28:11 +0800
commit4027151223b5e5b1de525a6ae991f66c3c3d1e6e (patch)
tree1284d3e23dbae2d644334b1fe7ed67c86c0e099d
parent87b9d57ec995799be8b40f9d7963b4dd08a94e1d (diff)
downloadring0.xyz-4027151223b5e5b1de525a6ae991f66c3c3d1e6e.tar.gz
evernote
-rw-r--r--about.html2
-rw-r--r--links.html60
2 files changed, 1 insertions, 61 deletions
diff --git a/about.html b/about.html
index 5298011..05dd7a7 100644
--- a/about.html
+++ b/about.html
@@ -43,7 +43,7 @@
43<section class="block"> 43<section class="block">
44<div class="centered"> 44<div class="centered">
45<p>Long Live Shadowsocks and GoAgent.</p> 45<p>Long Live Shadowsocks and GoAgent.</p>
46<p>There is a <a href="links.html">list of articles</a> I saved at <a href="https://archive.org/web/">Internet Archive</a>.</p> 46<p>There is a <a href="https://www.evernote.com/pub/clarkzjw/websnapshotshare">list of articles</a> (The link is blocked in mainland China) I saved and shared at Evernote.</p>
47</div> 47</div>
48</section> 48</section>
49 49
diff --git a/links.html b/links.html
deleted file mode 100644
index 8865074..0000000
--- a/links.html
+++ /dev/null
@@ -1,60 +0,0 @@
1
2<!DOCTYPE html>
3<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
4<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
5<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
6<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
7<head>
8<meta charset="utf-8">
9<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
10<title>Hello World</title>
11
12<meta property="og:title" content="Hello World"/>
13<meta property="og:type" content="website"/>
14<meta property="og:url" content="http://jinwei.me"/>
15<meta property="og:site_name" content="Hello World"/>
16
17<link rel="icon" href="favicon.ico">
18<meta name="viewport" content="width=device-width">
19
20<link rel="stylesheet" href="css/main.css">
21<link rel="stylesheet" href="css/font.css">
22
23</head>
24<body>
25<div class="bg-highlight">
26<pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong>
27<span>$</span> apt-get update
28<span>$</span> apt-get remove vim
29<span>$</span> apt-get install emacs
30<span>$</span> apt-get remove bash
31<span>$</span> apt-get install zsh
32<span>$</span> git clone --recursive https://github.com/syl20bnr/spacemacs ~/.emacs.d
33<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
34</pre>
35</div>
36
37<div class="copyright">
38<pre>
39<span>Copyleft 2015 Powered by <a href="https://gitcafe.com/">GitCafe</a></span>
40</pre>
41</div>
42
43<section class="block">
44<div class="centered">
45<p>This page contains articles I saved at <a href="https://archive.org/web/">Internet Archive</a>.</p>
46<p><a href="https://web.archive.org/web/20150830021049/http://gravitysworm.com/post/127868074177/%E4%BB%8E1984%E5%88%B0%E7%BE%8E%E4%B8%BD%E6%96%B0%E4%B8%96%E7%95%8C">从1984到美丽新世界</a></p>
47</div>
48</section>
49
50<script>
51 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
52 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
53 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
54 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
55 ga('create', 'UA-66727818-1', 'auto');
56 ga('send', 'pageview');
57</script>
58
59</body>
60</html>
Powered by cgit v1.2.3 (git 2.41.0)