File tree Expand file tree Collapse file tree 5 files changed +132
-6
lines changed Expand file tree Collapse file tree 5 files changed +132
-6
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ require 'json'
6
+ require 'open-uri'
7
+ versions = JSON . parse ( open ( 'https://pages.github.com/versions.json' ) . read )
8
+
9
+ #gem 'github-pages', versions['github-pages']
10
+ gem 'kramdown' , versions [ 'kramdown' ]
11
+ gem 'rake'
12
+ gem 'jekyll-sitemap'
13
+ gem 'jekyll-paginate'
14
+ gem 'jekyll-admin' , group : :jekyll_plugins
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ addressable (2.5.2 )
5
+ public_suffix (>= 2.0.2 , < 4.0 )
6
+ backports (3.11.4 )
7
+ colorator (1.1.0 )
8
+ concurrent-ruby (1.0.5 )
9
+ em-websocket (0.5.1 )
10
+ eventmachine (>= 0.12.9 )
11
+ http_parser.rb (~> 0.6.0 )
12
+ eventmachine (1.2.7 )
13
+ ffi (1.9.25 )
14
+ forwardable-extended (2.6.0 )
15
+ http_parser.rb (0.6.0 )
16
+ i18n (0.9.5 )
17
+ concurrent-ruby (~> 1.0 )
18
+ jekyll (3.8.3 )
19
+ addressable (~> 2.4 )
20
+ colorator (~> 1.0 )
21
+ em-websocket (~> 0.5 )
22
+ i18n (~> 0.7 )
23
+ jekyll-sass-converter (~> 1.0 )
24
+ jekyll-watch (~> 2.0 )
25
+ kramdown (~> 1.14 )
26
+ liquid (~> 4.0 )
27
+ mercenary (~> 0.3.3 )
28
+ pathutil (~> 0.9 )
29
+ rouge (>= 1.7 , < 4 )
30
+ safe_yaml (~> 1.0 )
31
+ jekyll-admin (0.8.1 )
32
+ addressable (~> 2.4 )
33
+ jekyll (~> 3.3 )
34
+ sinatra (~> 1.4 )
35
+ sinatra-contrib (~> 1.4 )
36
+ jekyll-paginate (1.1.0 )
37
+ jekyll-sass-converter (1.5.2 )
38
+ sass (~> 3.4 )
39
+ jekyll-sitemap (1.2.0 )
40
+ jekyll (~> 3.3 )
41
+ jekyll-watch (2.0.0 )
42
+ listen (~> 3.0 )
43
+ kramdown (1.17.0 )
44
+ liquid (4.0.0 )
45
+ listen (3.1.5 )
46
+ rb-fsevent (~> 0.9 , >= 0.9.4 )
47
+ rb-inotify (~> 0.9 , >= 0.9.7 )
48
+ ruby_dep (~> 1.2 )
49
+ mercenary (0.3.6 )
50
+ multi_json (1.13.1 )
51
+ pathutil (0.16.1 )
52
+ forwardable-extended (~> 2.6 )
53
+ public_suffix (3.0.3 )
54
+ rack (1.6.10 )
55
+ rack-protection (1.5.5 )
56
+ rack
57
+ rack-test (1.1.0 )
58
+ rack (>= 1.0 , < 3 )
59
+ rake (12.0.0 )
60
+ rb-fsevent (0.10.3 )
61
+ rb-inotify (0.9.10 )
62
+ ffi (>= 0.5.0 , < 2 )
63
+ rouge (3.2.1 )
64
+ ruby_dep (1.5.0 )
65
+ safe_yaml (1.0.4 )
66
+ sass (3.5.7 )
67
+ sass-listen (~> 4.0.0 )
68
+ sass-listen (4.0.0 )
69
+ rb-fsevent (~> 0.9 , >= 0.9.4 )
70
+ rb-inotify (~> 0.9 , >= 0.9.7 )
71
+ sinatra (1.4.8 )
72
+ rack (~> 1.5 )
73
+ rack-protection (~> 1.4 )
74
+ tilt (>= 1.3 , < 3 )
75
+ sinatra-contrib (1.4.7 )
76
+ backports (>= 2.0 )
77
+ multi_json
78
+ rack-protection
79
+ rack-test
80
+ sinatra (~> 1.4.0 )
81
+ tilt (>= 1.3 , < 3 )
82
+ tilt (2.0.8 )
83
+
84
+ PLATFORMS
85
+ ruby
86
+
87
+ DEPENDENCIES
88
+ jekyll-admin
89
+ jekyll-paginate
90
+ jekyll-sitemap
91
+ kramdown (= 1.17.0 )
92
+ rake
93
+
94
+ BUNDLED WITH
95
+ 1.16.4
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ markdown: kramdown
3
3
highlighter : rouge
4
4
5
5
# Gems (for Jekyll 3.0)
6
- gems : [jekyll-paginate]
6
+ plugins : [jekyll-paginate]
7
+ # - jekyll-admin
8
+
7
9
8
10
# Permalinks
9
11
#
@@ -12,7 +14,7 @@ permalink: /:title.html
12
14
13
15
# Setup
14
16
title : Stardust's Blog
15
- tagline : ' A Hacker like jekyll theme '
17
+ tagline : ' 野马也,尘埃也,生物之以息相吹也~ '
16
18
description : ' 计算机科学|程序设计|创业者'
17
19
url : https://gitlab.com/finalxcode
18
20
baseurl : /
@@ -33,7 +35,7 @@ twitter: https://gitlab.com/finalxcode
33
35
disqus : finalxcode
34
36
35
37
# Theme Author (Please don't edit this line cause of MIT LICENSE rules)
36
- theme :
37
- creator : Rizky Ariestiyansyah
38
- codename : Naringu
39
- link : https://github.com/ariestiyansyah/naringu
38
+ # theme:
39
+ # creator: Rizky Ariestiyansyah
40
+ # codename: Naringu
41
+ # link: https://github.com/ariestiyansyah/naringu
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : iPython基础
4
+ categories : 博客
5
+ comments : true
6
+ ---
7
+
1
8
## iPython基础
9
+
2
10
** ipython** 的核心功能是交互,您可以在` shell ` 中输入ipython notebook来进行开发和测试
3
11
若想要` ipython notebook ` 同时使用` python2 ` 和` python3 ` ,可以使用如下命令
4
12
``` python
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : git基础
4
+ categories : git
5
+ comments : true
6
+ ---
7
+
1
8
## 基本技巧
2
9
3
10
### 保存状态
You can’t perform that action at this time.
0 commit comments