-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntro.html
146 lines (127 loc) · 4.73 KB
/
Intro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" media="screen"
href="stylesheets/stylesheet.css">
</head>
<body>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome-to-github-pages" class="anchor"
href="#welcome-to-github-pages" aria-hidden="true"> <span
class="octicon octicon-link"></span>
</a> Introduction
</h3>
<p>
For more than a decade, I have been thinking on this challenge and
here I want to share the thoughts, problems and solution I have been
going through. The blog will evolve and change as my time allows me
to fill it up with real content.<br> <br>
<!-- LikeBtn.com BEGIN -->
<span class="likebtn-wrapper" data-identifier="continue"
data-i18n_like="Please continue" data-i18n_dislike="Boring"></span>
<script type="text/javascript" src="http://w.likebtn.com/js/w/widget.js"
async="async"></script>
<!-- LikeBtn.com END -->
<br>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'zsocigithubioerlangblog'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document
.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>
Please enable JavaScript to view the <a
href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a>
</noscript>
----------------------<br>Last Modified:
<script type="text/javascript">
<!--
document.write(document.lastModified);
// -->
</script>
<br> <br> <br>End of doc<br> <br>Kept for
style editing:
</p>
<pre>
<code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code>
</pre>
<p>If you're using the GitHub for Mac, simply sync your
repository and you'll see the new branch.</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates"
aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer
Templates
</h3>
<p>
<br> <br>We've crafted some handsome templates for you to
use. Go ahead and continue to layouts to browse through them. You
can easily go back to edit your page before publishing. After
publishing your page, you can revisit the page generator and switch
to another theme. Your Page content will be preserved if it remained
markdown format.
</p>
<h3>
<a id="rather-drive-stick" class="anchor" href="#rather-drive-stick"
aria-hidden="true"><span class="octicon octicon-link"></span></a>Rather
Drive Stick?
</h3>
<p>
If you prefer to not use the automatic generator, push a branch
named
<code>gh-pages</code>
to your repository to create a page manually. In addition to
supporting regular HTML content, GitHub Pages support Jekyll, a
simple, blog aware static site generator written by our own Tom
Preston-Werner. Jekyll makes it easy to create site-wide headers and
footers without having to copy them across every page. It also
offers intelligent blog support and other advanced templating
features.
</p>
<h3>
<a id="authors-and-contributors" class="anchor"
href="#authors-and-contributors" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Authors and Contributors
</h3>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact"
aria-hidden="true"><span class="octicon octicon-link"></span></a>Support
or Contact
</h3>
<p>
Having trouble with Pages? Check out the documentation at <a
href="https://help.github.com/pages">https://help.github.com/pages</a>
or contact <a href="mailto:[email protected]">[email protected]</a>
and we will help you sort it out.
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'zsocigithubioerlangblog'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document
.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</p>
</section>
</div>
</body>
</html>