Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16d716b

Browse files
committed
Replace master branch with page content via GitHub
1 parent b2a7678 commit 16d716b

File tree

6 files changed

+473
-5
lines changed

6 files changed

+473
-5
lines changed

images/checker.png

108 Bytes
Loading

index.html

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
3-
<body>
4-
<h1>Hello World</h1>
5-
<p>I'm hosted with GitHub Pages.</p>
6-
</body>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<title>小沈扬的书房 by GiTechLab</title>
7+
8+
<link rel="stylesheet" href="stylesheets/styles.css">
9+
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
10+
<script src="javascripts/scale.fix.js"></script>
11+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
12+
13+
<!--[if lt IE 9]>
14+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
15+
<![endif]-->
16+
</head>
17+
<body>
18+
<div class="wrapper">
19+
<header class="without-description">
20+
<h1>小沈扬的书房</h1>
21+
<p></p>
22+
<p class="view"><a href="https://github.com/GiTechLab">View the Project on GitHub <small>GiTechLab</small></a></p>
23+
<ul>
24+
<li class="single"><a href="https://github.com/GiTechLab/gitechlab.github.io">View On <strong>GitHub</strong></a></li>
25+
</ul>
26+
</header>
27+
<section>
28+
<h3>
29+
<a id="嗯欢迎一起读读书聊聊天" class="anchor" href="#%E5%97%AF%E6%AC%A2%E8%BF%8E%E4%B8%80%E8%B5%B7%E8%AF%BB%E8%AF%BB%E4%B9%A6%E8%81%8A%E8%81%8A%E5%A4%A9" aria-hidden="true"><span class="octicon octicon-link"></span></a>嗯,欢迎一起读读书,聊聊天.</h3>
30+
</section>
31+
</div>
32+
<footer>
33+
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
34+
</footer>
35+
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
36+
37+
</body>
738
</html>

javascripts/scale.fix.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
fixScale = function(doc) {
2+
3+
var addEvent = 'addEventListener',
4+
type = 'gesturestart',
5+
qsa = 'querySelectorAll',
6+
scales = [1, 1],
7+
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : [];
8+
9+
function fix() {
10+
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1];
11+
doc.removeEventListener(type, fix, true);
12+
}
13+
14+
if ((meta = meta[meta.length - 1]) && addEvent in doc) {
15+
fix();
16+
scales = [.25, 1.6];
17+
doc[addEvent](type, fix, true);
18+
}
19+
20+
};

params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"小沈扬的书房","tagline":"","body":"### 嗯,欢迎一起读读书,聊聊天.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/pygment_trac.css

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
.highlight .hll { background-color: #49483e }
2+
.highlight { background: #3A3C42; color: #f8f8f2 }
3+
.highlight .c { color: #75715e } /* Comment */
4+
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
5+
.highlight .k { color: #66d9ef } /* Keyword */
6+
.highlight .l { color: #ae81ff } /* Literal */
7+
.highlight .n { color: #f8f8f2 } /* Name */
8+
.highlight .o { color: #f92672 } /* Operator */
9+
.highlight .p { color: #f8f8f2 } /* Punctuation */
10+
.highlight .cm { color: #75715e } /* Comment.Multiline */
11+
.highlight .cp { color: #75715e } /* Comment.Preproc */
12+
.highlight .c1 { color: #75715e } /* Comment.Single */
13+
.highlight .cs { color: #75715e } /* Comment.Special */
14+
.highlight .ge { font-style: italic } /* Generic.Emph */
15+
.highlight .gs { font-weight: bold } /* Generic.Strong */
16+
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
17+
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
18+
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
19+
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
20+
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
21+
.highlight .kt { color: #66d9ef } /* Keyword.Type */
22+
.highlight .ld { color: #e6db74 } /* Literal.Date */
23+
.highlight .m { color: #ae81ff } /* Literal.Number */
24+
.highlight .s { color: #e6db74 } /* Literal.String */
25+
.highlight .na { color: #a6e22e } /* Name.Attribute */
26+
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
27+
.highlight .nc { color: #a6e22e } /* Name.Class */
28+
.highlight .no { color: #66d9ef } /* Name.Constant */
29+
.highlight .nd { color: #a6e22e } /* Name.Decorator */
30+
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
31+
.highlight .ne { color: #a6e22e } /* Name.Exception */
32+
.highlight .nf { color: #a6e22e } /* Name.Function */
33+
.highlight .nl { color: #f8f8f2 } /* Name.Label */
34+
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
35+
.highlight .nx { color: #a6e22e } /* Name.Other */
36+
.highlight .py { color: #f8f8f2 } /* Name.Property */
37+
.highlight .nt { color: #f92672 } /* Name.Tag */
38+
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
39+
.highlight .ow { color: #f92672 } /* Operator.Word */
40+
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
41+
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
42+
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
43+
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
44+
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
45+
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
46+
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
47+
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
48+
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
49+
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
50+
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
51+
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
52+
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
53+
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
54+
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
55+
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
56+
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
57+
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
58+
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
59+
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
60+
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)