Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8be18b7

Browse files
增加插件
1 parent 82976b1 commit 8be18b7

File tree

5 files changed

+132
-6
lines changed

5 files changed

+132
-6
lines changed

‎Gemfile‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

‎Gemfile.lock‎

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
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

‎_config.yml‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ markdown: kramdown
33
highlighter: rouge
44

55
# Gems (for Jekyll 3.0)
6-
gems: [jekyll-paginate]
6+
plugins: [jekyll-paginate]
7+
#- jekyll-admin
8+
79

810
# Permalinks
911
#
@@ -12,7 +14,7 @@ permalink: /:title.html
1214

1315
# Setup
1416
title: Stardust's Blog
15-
tagline: 'A Hacker like jekyll theme'
17+
tagline: '野马也,尘埃也,生物之以息相吹也~'
1618
description: '计算机科学|程序设计|创业者'
1719
url: https://gitlab.com/finalxcode
1820
baseurl: /
@@ -33,7 +35,7 @@ twitter: https://gitlab.com/finalxcode
3335
disqus: finalxcode
3436

3537
# 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

‎_posts/2018-03-13-ipython一种交互式计算和开发环境.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
---
2+
layout: post
3+
title: iPython基础
4+
categories: 博客
5+
comments: true
6+
---
7+
18
## iPython基础
9+
210
**ipython**的核心功能是交互,您可以在`shell`中输入ipython notebook来进行开发和测试
311
若想要`ipython notebook`同时使用`python2``python3`,可以使用如下命令
412
```python

‎_posts/2018-03-18-git-基本技巧.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
layout: post
3+
title: git基础
4+
categories: git
5+
comments: true
6+
---
7+
18
## 基本技巧
29

310
### 保存状态

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /