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

Skip to content

Commit 5f8aa89

Browse files
committed
init with jekyll
1 parent a463e6b commit 5f8aa89

File tree

13 files changed

+859
-14
lines changed

13 files changed

+859
-14
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

Lines changed: 249 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,249 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.17.9)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.0.5)
19+
dnsruby (1.60.2)
20+
em-websocket (0.5.1)
21+
eventmachine (>= 0.12.9)
22+
http_parser.rb (~> 0.6.0)
23+
ethon (0.11.0)
24+
ffi (>= 1.3.0)
25+
eventmachine (1.2.7)
26+
execjs (2.7.0)
27+
faraday (0.15.2)
28+
multipart-post (>= 1.2, < 3)
29+
ffi (1.9.25)
30+
forwardable-extended (2.6.0)
31+
gemoji (3.0.0)
32+
github-pages (186)
33+
activesupport (= 4.2.10)
34+
github-pages-health-check (= 1.8.1)
35+
jekyll (= 3.7.3)
36+
jekyll-avatar (= 0.5.0)
37+
jekyll-coffeescript (= 1.1.1)
38+
jekyll-commonmark-ghpages (= 0.1.5)
39+
jekyll-default-layout (= 0.1.4)
40+
jekyll-feed (= 0.9.3)
41+
jekyll-gist (= 1.5.0)
42+
jekyll-github-metadata (= 2.9.4)
43+
jekyll-mentions (= 1.3.0)
44+
jekyll-optional-front-matter (= 0.3.0)
45+
jekyll-paginate (= 1.1.0)
46+
jekyll-readme-index (= 0.2.0)
47+
jekyll-redirect-from (= 0.13.0)
48+
jekyll-relative-links (= 0.5.3)
49+
jekyll-remote-theme (= 0.3.1)
50+
jekyll-sass-converter (= 1.5.2)
51+
jekyll-seo-tag (= 2.4.0)
52+
jekyll-sitemap (= 1.2.0)
53+
jekyll-swiss (= 0.4.0)
54+
jekyll-theme-architect (= 0.1.1)
55+
jekyll-theme-cayman (= 0.1.1)
56+
jekyll-theme-dinky (= 0.1.1)
57+
jekyll-theme-hacker (= 0.1.1)
58+
jekyll-theme-leap-day (= 0.1.1)
59+
jekyll-theme-merlot (= 0.1.1)
60+
jekyll-theme-midnight (= 0.1.1)
61+
jekyll-theme-minimal (= 0.1.1)
62+
jekyll-theme-modernist (= 0.1.1)
63+
jekyll-theme-primer (= 0.5.3)
64+
jekyll-theme-slate (= 0.1.1)
65+
jekyll-theme-tactile (= 0.1.1)
66+
jekyll-theme-time-machine (= 0.1.1)
67+
jekyll-titles-from-headings (= 0.5.1)
68+
jemoji (= 0.9.0)
69+
kramdown (= 1.16.2)
70+
liquid (= 4.0.0)
71+
listen (= 3.1.5)
72+
mercenary (~> 0.3)
73+
minima (= 2.4.1)
74+
nokogiri (>= 1.8.2, < 2.0)
75+
rouge (= 2.2.1)
76+
terminal-table (~> 1.4)
77+
github-pages-health-check (1.8.1)
78+
addressable (~> 2.3)
79+
dnsruby (~> 1.60)
80+
octokit (~> 4.0)
81+
public_suffix (~> 2.0)
82+
typhoeus (~> 1.3)
83+
html-pipeline (2.8.3)
84+
activesupport (>= 2)
85+
nokogiri (>= 1.4)
86+
http_parser.rb (0.6.0)
87+
i18n (0.9.5)
88+
concurrent-ruby (~> 1.0)
89+
jekyll (3.7.3)
90+
addressable (~> 2.4)
91+
colorator (~> 1.0)
92+
em-websocket (~> 0.5)
93+
i18n (~> 0.7)
94+
jekyll-sass-converter (~> 1.0)
95+
jekyll-watch (~> 2.0)
96+
kramdown (~> 1.14)
97+
liquid (~> 4.0)
98+
mercenary (~> 0.3.3)
99+
pathutil (~> 0.9)
100+
rouge (>= 1.7, < 4)
101+
safe_yaml (~> 1.0)
102+
jekyll-avatar (0.5.0)
103+
jekyll (~> 3.0)
104+
jekyll-coffeescript (1.1.1)
105+
coffee-script (~> 2.2)
106+
coffee-script-source (~> 1.11.1)
107+
jekyll-commonmark (1.2.0)
108+
commonmarker (~> 0.14)
109+
jekyll (>= 3.0, < 4.0)
110+
jekyll-commonmark-ghpages (0.1.5)
111+
commonmarker (~> 0.17.6)
112+
jekyll-commonmark (~> 1)
113+
rouge (~> 2)
114+
jekyll-default-layout (0.1.4)
115+
jekyll (~> 3.0)
116+
jekyll-feed (0.9.3)
117+
jekyll (~> 3.3)
118+
jekyll-gist (1.5.0)
119+
octokit (~> 4.2)
120+
jekyll-github-metadata (2.9.4)
121+
jekyll (~> 3.1)
122+
octokit (~> 4.0, != 4.4.0)
123+
jekyll-mentions (1.3.0)
124+
activesupport (~> 4.0)
125+
html-pipeline (~> 2.3)
126+
jekyll (~> 3.0)
127+
jekyll-optional-front-matter (0.3.0)
128+
jekyll (~> 3.0)
129+
jekyll-paginate (1.1.0)
130+
jekyll-readme-index (0.2.0)
131+
jekyll (~> 3.0)
132+
jekyll-redirect-from (0.13.0)
133+
jekyll (~> 3.3)
134+
jekyll-relative-links (0.5.3)
135+
jekyll (~> 3.3)
136+
jekyll-remote-theme (0.3.1)
137+
jekyll (~> 3.5)
138+
rubyzip (>= 1.2.1, < 3.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.4.0)
142+
jekyll (~> 3.3)
143+
jekyll-sitemap (1.2.0)
144+
jekyll (~> 3.3)
145+
jekyll-swiss (0.4.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.3)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
187+
jekyll (~> 3.3)
188+
jekyll-watch (2.0.0)
189+
listen (~> 3.0)
190+
jemoji (0.9.0)
191+
activesupport (~> 4.0, >= 4.2.9)
192+
gemoji (~> 3.0)
193+
html-pipeline (~> 2.2)
194+
jekyll (~> 3.0)
195+
kramdown (1.16.2)
196+
liquid (4.0.0)
197+
listen (3.1.5)
198+
rb-fsevent (~> 0.9, >= 0.9.4)
199+
rb-inotify (~> 0.9, >= 0.9.7)
200+
ruby_dep (~> 1.2)
201+
mercenary (0.3.6)
202+
mini_portile2 (2.3.0)
203+
minima (2.4.1)
204+
jekyll (~> 3.5)
205+
jekyll-feed (~> 0.9)
206+
jekyll-seo-tag (~> 2.1)
207+
minitest (5.11.3)
208+
multipart-post (2.0.0)
209+
nokogiri (1.8.3)
210+
mini_portile2 (~> 2.3.0)
211+
octokit (4.9.0)
212+
sawyer (~> 0.8.0, >= 0.5.3)
213+
pathutil (0.16.1)
214+
forwardable-extended (~> 2.6)
215+
public_suffix (2.0.5)
216+
rb-fsevent (0.10.3)
217+
rb-inotify (0.9.10)
218+
ffi (>= 0.5.0, < 2)
219+
rouge (2.2.1)
220+
ruby-enum (0.7.2)
221+
i18n
222+
ruby_dep (1.5.0)
223+
rubyzip (1.2.1)
224+
safe_yaml (1.0.4)
225+
sass (3.5.6)
226+
sass-listen (~> 4.0.0)
227+
sass-listen (4.0.0)
228+
rb-fsevent (~> 0.9, >= 0.9.4)
229+
rb-inotify (~> 0.9, >= 0.9.7)
230+
sawyer (0.8.1)
231+
addressable (>= 2.3.5, < 2.6)
232+
faraday (~> 0.8, < 1.0)
233+
terminal-table (1.8.0)
234+
unicode-display_width (~> 1.1, >= 1.1.1)
235+
thread_safe (0.3.6)
236+
typhoeus (1.3.0)
237+
ethon (>= 0.9.0)
238+
tzinfo (1.2.5)
239+
thread_safe (~> 0.1)
240+
unicode-display_width (1.4.0)
241+
242+
PLATFORMS
243+
ruby
244+
245+
DEPENDENCIES
246+
github-pages
247+
248+
BUNDLED WITH
249+
1.16.2

_posts/2018-07-02-Ubuntu_Set_Up.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: "Ubuntu Set Up"
4+
date: 2018-07-02 13:30:00 +0800
5+
categories: environment ubuntu
6+
---
7+
8+
sample

_site/assets/css/style.css

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
/* generated by rouge http://rouge.jneen.net/ original base16 by Chris Kempson (https://github.com/chriskempson/base16)
2+
*/
3+
.highlight { color: #d0d0d0; }
4+
.highlight table td { padding: 5px; }
5+
.highlight table pre { margin: 0; }
6+
.highlight .w { color: #d0d0d0; }
7+
.highlight .err { color: #151515; background-color: #ac4142; }
8+
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { color: #888; }
9+
.highlight .cp { color: #f4bf75; }
10+
.highlight .o, .highlight .ow { color: #f4bf75; }
11+
.highlight .p, .highlight .pi { color: #d0d0d0; }
12+
.highlight .gi { color: #90a959; }
13+
.highlight .gd { color: #ac4142; }
14+
.highlight .gh { color: #6a9fb5; font-weight: bold; }
15+
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { color: #aa759f; }
16+
.highlight .kc, .highlight .kt, .highlight .kd { color: #d28445; }
17+
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { color: #90a959; }
18+
.highlight .sr { color: #75b5aa; }
19+
.highlight .si, .highlight .se { color: #8f5536; }
20+
.highlight .nt, .highlight .nn, .highlight .nc, .highlight .no { color: #f4bf75; }
21+
.highlight .na { color: #6a9fb5; }
22+
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { color: #90a959; }
23+
.highlight .ss { color: #90a959; }
24+
25+
body { margin: 0; padding: 0; background: #151515 url("../images/bkg.png") 0 0; color: #eaeaea; font-size: 16px; line-height: 1.5; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; }
26+
27+
/* General & 'Reset' Stuff */
28+
.container { width: 90%; max-width: 1000px; margin: 0 auto; }
29+
30+
section { display: block; margin: 0 0 20px 0; }
31+
32+
h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; }
33+
34+
li { line-height: 1.4; }
35+
36+
/* Header, <header> header - container h1 - project name h2 - project description
37+
*/
38+
header { background: rgba(0, 0, 0, 0.1); width: 100%; border-bottom: 1px dashed #b5e853; padding: 20px 0; margin: 0 0 40px 0; }
39+
40+
header h1 { font-size: 30px; line-height: 1.5; margin: 0 0 0 -40px; font-weight: bold; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; color: #b5e853; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1); letter-spacing: -1px; -webkit-font-smoothing: antialiased; }
41+
42+
header h1:before { content: "./ "; font-size: 24px; }
43+
44+
header h2 { font-size: 18px; font-weight: 300; color: #666; }
45+
46+
#downloads .btn { display: inline-block; text-align: center; margin: 0; }
47+
48+
/* Main Content
49+
*/
50+
#main_content { width: 100%; -webkit-font-smoothing: antialiased; }
51+
52+
section img { max-width: 100%; }
53+
54+
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; color: #b5e853; letter-spacing: -0.03em; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1); }
55+
56+
#main_content h1 { font-size: 30px; }
57+
58+
#main_content h2 { font-size: 24px; }
59+
60+
#main_content h3 { font-size: 18px; }
61+
62+
#main_content h4 { font-size: 14px; }
63+
64+
#main_content h5 { font-size: 12px; text-transform: uppercase; margin: 0 0 5px 0; }
65+
66+
#main_content h6 { font-size: 12px; text-transform: uppercase; color: #999; margin: 0 0 5px 0; }
67+
68+
dt { font-style: italic; font-weight: bold; }
69+
70+
ul li { list-style-image: url("../images/bullet.png"); }
71+
72+
blockquote { color: #aaa; padding-left: 10px; border-left: 1px dotted #666; }
73+
74+
pre { background: rgba(0, 0, 0, 0.9); border: 1px solid rgba(255, 255, 255, 0.15); padding: 10px; font-size: 16px; color: #b5e853; border-radius: 2px; word-wrap: normal; overflow: auto; overflow-y: hidden; }
75+
76+
code.highlighter-rouge { background: rgba(0, 0, 0, 0.9); border: 1px solid rgba(255, 255, 255, 0.15); padding: 0px 3px; margin: 0px -3px; color: #aa759f; border-radius: 2px; }
77+
78+
table { width: 100%; margin: 0 0 20px 0; }
79+
80+
th { text-align: left; border-bottom: 1px dashed #b5e853; padding: 5px 10px; }
81+
82+
td { padding: 5px 10px; }
83+
84+
hr { height: 0; border: 0; border-bottom: 1px dashed #b5e853; color: #b5e853; }
85+
86+
/* Buttons
87+
*/
88+
.btn { display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3)); padding: 8px 18px; border-radius: 50px; border: 2px solid rgba(0, 0, 0, 0.7); border-bottom: 2px solid rgba(0, 0, 0, 0.7); border-top: 2px solid black; color: rgba(255, 255, 255, 0.8); font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 13px; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); }
89+
90+
.btn:hover { background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8)); }
91+
92+
.btn .icon { display: inline-block; width: 16px; height: 16px; margin: 1px 8px 0 0; float: left; }
93+
94+
.btn-github .icon { opacity: 0.6; background: url("../images/blacktocat.png") 0 0 no-repeat; }
95+
96+
/* Links a, a:hover, a:visited
97+
*/
98+
a { color: #63c0f5; text-shadow: 0 0 5px rgba(104, 182, 255, 0.5); }
99+
100+
/* Clearfix */
101+
.cf:before, .cf:after { content: ""; display: table; }
102+
103+
.cf:after { clear: both; }
104+
105+
.cf { zoom: 1; }

_site/assets/images/bkg.png

1.19 KB
Loading

_site/assets/images/blacktocat.png

268 Bytes
Loading

_site/assets/images/bullet.png

603 Bytes
Loading

0 commit comments

Comments
 (0)