-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c2c4462
Showing
48 changed files
with
785 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>WARNING:Page Not Found!</title> | ||
<meta name="author" content="Sean Lee"/> | ||
</head> | ||
<body> | ||
<h1>Warning</h1> | ||
|
||
<p>If you are reading this then this warning is for you. Every word you read of this useless fine print is another second off your life. Don't you have other things to do? Is your life so empty that you honestly can't think of a better way to spend these moments? Or are you so impressed with authority that you give respect and credence to all that claim it? Do you read everything you're supposed to read? Do you think every thing you're supposed to think? Buy what you're told to want? Get out of your apartment. Meet a member of the opposite sex. Stop the excessive shopping and masturbation. Quit your job. Start a fight. Prove you're alive. If you don't claim your humanity you will become a statistic. You have been warned- Tyler. </p> | ||
|
||
<!-- google analytics --> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-8230755-3']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
<!-- end google analytics --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
notimportant.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
source 'https://rubygems.org' | ||
ruby "2.0.0" | ||
|
||
gem 'github-pages' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
RedCloth (4.2.9) | ||
classifier (1.3.3) | ||
fast-stemmer (>= 1.0.0) | ||
colorator (0.1) | ||
commander (4.1.5) | ||
highline (~> 1.6.11) | ||
fast-stemmer (1.0.2) | ||
ffi (1.9.3) | ||
github-pages (11) | ||
RedCloth (= 4.2.9) | ||
jekyll (= 1.3.1) | ||
kramdown (= 1.2.0) | ||
liquid (= 2.5.4) | ||
maruku (= 0.6.1) | ||
rdiscount (= 2.1.7) | ||
redcarpet (= 2.3.0) | ||
highline (1.6.20) | ||
jekyll (1.3.1) | ||
classifier (~> 1.3) | ||
colorator (~> 0.1) | ||
commander (~> 4.1.3) | ||
liquid (~> 2.5.2) | ||
listen (~> 1.3) | ||
maruku (~> 0.6.0) | ||
pygments.rb (~> 0.5.0) | ||
redcarpet (~> 2.3.0) | ||
safe_yaml (~> 0.9.7) | ||
kramdown (1.2.0) | ||
liquid (2.5.4) | ||
listen (1.3.1) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
rb-kqueue (>= 0.2) | ||
maruku (0.6.1) | ||
syntax (>= 1.0.0) | ||
posix-spawn (0.3.8) | ||
pygments.rb (0.5.4) | ||
posix-spawn (~> 0.3.6) | ||
yajl-ruby (~> 1.1.0) | ||
rb-fsevent (0.9.3) | ||
rb-inotify (0.9.2) | ||
ffi (>= 0.5.0) | ||
rb-kqueue (0.2.0) | ||
ffi (>= 0.5.0) | ||
rdiscount (2.1.7) | ||
redcarpet (2.3.0) | ||
safe_yaml (0.9.7) | ||
syntax (1.0.0) | ||
yajl-ruby (1.1.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
github-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is my home page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
markdown: kramdown | ||
permalink: pretty | ||
title: little touch team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.title }}</title> | ||
<meta name="author" content="little touch"> | ||
<!--le css --> | ||
<!-- <link rel="stylesheet" href="/css/reset.css" type="text/css" /> --> | ||
<link rel="stylesheet" href="/css/style.css" type="text/css" /> | ||
|
||
|
||
<!-- le js --> | ||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
</head> | ||
<body> | ||
<div id="container"> | ||
<header> | ||
<hgroup> | ||
<h1><a href="/">little touch</a></h1> | ||
</hgroup> | ||
</header> | ||
{{ content }} | ||
<footer> | ||
<p>© Copyright 2013, little touch team | ||
</footer> | ||
</div> | ||
|
||
<!-- google analytics --> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-8230755-3']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
<!-- end google analytics --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="post"> | ||
<header> | ||
<h1>{{ page.title}}</h1> | ||
<time datetime="{{ page.date | date: "%Y-%m-%d" }}" pubdate >{{ page.date | date_to_string }}</time> | ||
</header> | ||
{{ content }} | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>WARNING:Page Not Found!</title> | ||
<meta name="author" content="Sean Lee"/> | ||
</head> | ||
<body> | ||
<h1>Warning</h1> | ||
|
||
<p>If you are reading this then this warning is for you. Every word you read of this useless fine print is another second off your life. Don't you have other things to do? Is your life so empty that you honestly can't think of a better way to spend these moments? Or are you so impressed with authority that you give respect and credence to all that claim it? Do you read everything you're supposed to read? Do you think every thing you're supposed to think? Buy what you're told to want? Get out of your apartment. Meet a member of the opposite sex. Stop the excessive shopping and masturbation. Quit your job. Start a fight. Prove you're alive. If you don't claim your humanity you will become a statistic. You have been warned- Tyler. </p> | ||
|
||
<!-- google analytics --> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-8230755-3']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
<!-- end google analytics --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
notimportant.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
source 'https://rubygems.org' | ||
ruby "2.0.0" | ||
|
||
gem 'github-pages' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
RedCloth (4.2.9) | ||
classifier (1.3.3) | ||
fast-stemmer (>= 1.0.0) | ||
colorator (0.1) | ||
commander (4.1.5) | ||
highline (~> 1.6.11) | ||
fast-stemmer (1.0.2) | ||
ffi (1.9.3) | ||
github-pages (11) | ||
RedCloth (= 4.2.9) | ||
jekyll (= 1.3.1) | ||
kramdown (= 1.2.0) | ||
liquid (= 2.5.4) | ||
maruku (= 0.6.1) | ||
rdiscount (= 2.1.7) | ||
redcarpet (= 2.3.0) | ||
highline (1.6.20) | ||
jekyll (1.3.1) | ||
classifier (~> 1.3) | ||
colorator (~> 0.1) | ||
commander (~> 4.1.3) | ||
liquid (~> 2.5.2) | ||
listen (~> 1.3) | ||
maruku (~> 0.6.0) | ||
pygments.rb (~> 0.5.0) | ||
redcarpet (~> 2.3.0) | ||
safe_yaml (~> 0.9.7) | ||
kramdown (1.2.0) | ||
liquid (2.5.4) | ||
listen (1.3.1) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
rb-kqueue (>= 0.2) | ||
maruku (0.6.1) | ||
syntax (>= 1.0.0) | ||
posix-spawn (0.3.8) | ||
pygments.rb (0.5.4) | ||
posix-spawn (~> 0.3.6) | ||
yajl-ruby (~> 1.1.0) | ||
rb-fsevent (0.9.3) | ||
rb-inotify (0.9.2) | ||
ffi (>= 0.5.0) | ||
rb-kqueue (0.2.0) | ||
ffi (>= 0.5.0) | ||
rdiscount (2.1.7) | ||
redcarpet (2.3.0) | ||
safe_yaml (0.9.7) | ||
syntax (1.0.0) | ||
yajl-ruby (1.1.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
github-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is my home page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>About · little touch team</title> | ||
<meta name="author" content="little touch"> | ||
<!--le css --> | ||
<!-- <link rel="stylesheet" href="/css/reset.css" type="text/css" /> --> | ||
<link rel="stylesheet" href="/css/style.css" type="text/css" /> | ||
|
||
|
||
<!-- le js --> | ||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
</head> | ||
<body> | ||
<div id="container"> | ||
<header> | ||
<hgroup> | ||
<h1><a href="/">little touch</a></h1> | ||
</hgroup> | ||
</header> | ||
<h1 id="about">About</h1> | ||
|
||
<h2 id="i-use">I use</h2> | ||
<ul> | ||
<li> | ||
<p>Hardware</p> | ||
|
||
<ul> | ||
<li>Motorola Fire</li> | ||
<li>Kindle Keyboard</li> | ||
<li>Macbook Pro Early 2011</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<p>Software</p> | ||
|
||
<ul> | ||
<li>Textmate</li> | ||
<li>Chrome Canary</li> | ||
<li>Alfred</li> | ||
<li>iTerm2</li> | ||
<li>Dropbox</li> | ||
<li>zsh (and the great <a href="https://github.com/robbyrussell/oh-my-zsh">oh-my-zsh</a>)</li> | ||
<li>DuckDuckGo</li> | ||
<li>iPython ( my other shell)</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
|
||
<footer> | ||
<p>© Copyright 2013, little touch team | ||
</footer> | ||
</div> | ||
|
||
<!-- google analytics --> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-8230755-3']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
<!-- end google analytics --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<feed xmlns="http://www.w3.org/2005/Atom"> | ||
|
||
<title>Not Important</title> | ||
<link href="http://notimportant.org/atom.xml" rel="self"/> | ||
<link href="http://notimportant.org/"/> | ||
<updated>2013-12-09T23:24:32+08:00</updated> | ||
<id>http://notimportant.org/</id> | ||
<author> | ||
<name>Sean Lee</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
|
||
|
||
</feed> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.