Movatterモバイル変換


[0]ホーム

URL:


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

Commit42d7669

Browse files
committed
create branch for ruby gem version of the theme
1 parent93ab150 commit42d7669

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+109
-526
lines changed

‎.gitignore

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# project
2-
_site
1+
*.gem
2+
.bundle
33
.sass-cache
4-
.vagrant
5-
6-
# general
7-
.DS_Store
8-
Thumbs.db
9-
ehthumbs.db
4+
_site
5+
Gemfile.lock

‎404.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎Dockerfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

‎Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
source'https://rubygems.org'
2-
3-
gem'github-pages','106'
4-
gem'jekyll-paginate'
1+
source"https://rubygems.org"
2+
gemspec

‎Gemfile.lock

Lines changed: 20 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,17 @@
1+
PATH
2+
remote:.
3+
specs:
4+
beautiful-jekyll (0.1.0)
5+
jekyll (~>3.3)
6+
17
GEM
28
remote:https://rubygems.org/
39
specs:
4-
activesupport (4.2.7)
5-
i18n (~>0.7)
6-
json (~>1.7,>=1.7.7)
7-
minitest (~>5.1)
8-
thread_safe (~>0.3,>=0.3.4)
9-
tzinfo (~>1.1)
10-
addressable (2.4.0)
11-
coffee-script (2.4.1)
12-
coffee-script-source
13-
execjs
14-
coffee-script-source (1.11.1)
10+
addressable (2.5.0)
11+
public_suffix (~>2.0,>=2.0.2)
1512
colorator (1.1.0)
16-
ethon (0.10.1)
17-
ffi (>=1.3.0)
18-
execjs (2.7.0)
19-
faraday (0.10.0)
20-
multipart-post (>=1.2,<3)
2113
ffi (1.9.14)
2214
forwardable-extended (2.6.0)
23-
gemoji (2.1.0)
24-
github-pages (106)
25-
activesupport (=4.2.7)
26-
github-pages-health-check (=1.2.0)
27-
jekyll (=3.3.1)
28-
jekyll-avatar (=0.4.2)
29-
jekyll-coffeescript (=1.0.1)
30-
jekyll-feed (=0.8.0)
31-
jekyll-gist (=1.4.0)
32-
jekyll-github-metadata (=2.2.0)
33-
jekyll-mentions (=1.2.0)
34-
jekyll-paginate (=1.1.0)
35-
jekyll-redirect-from (=0.11.0)
36-
jekyll-relative-links (=0.2.1)
37-
jekyll-sass-converter (=1.3.0)
38-
jekyll-seo-tag (=2.1.0)
39-
jekyll-sitemap (=0.12.0)
40-
jekyll-swiss (=0.4.0)
41-
jemoji (=0.7.0)
42-
kramdown (=1.11.1)
43-
liquid (=3.0.6)
44-
listen (=3.0.6)
45-
mercenary (~>0.3)
46-
minima (=2.0.0)
47-
rouge (=1.11.1)
48-
terminal-table (~>1.4)
49-
github-pages-health-check (1.2.0)
50-
addressable (~>2.3)
51-
net-dns (~>0.8)
52-
octokit (~>4.0)
53-
public_suffix (~>1.4)
54-
typhoeus (~>0.7)
55-
html-pipeline (2.4.2)
56-
activesupport (>=2)
57-
nokogiri (>=1.4)
58-
i18n (0.7.0)
5915
jekyll (3.3.1)
6016
addressable (~>2.4)
6117
colorator (~>1.0)
@@ -67,84 +23,36 @@ GEM
6723
pathutil (~>0.9)
6824
rouge (~>1.7)
6925
safe_yaml (~>1.0)
70-
jekyll-avatar (0.4.2)
71-
jekyll (~>3.0)
72-
jekyll-coffeescript (1.0.1)
73-
coffee-script (~>2.2)
74-
jekyll-feed (0.8.0)
75-
jekyll (~>3.3)
76-
jekyll-gist (1.4.0)
77-
octokit (~>4.2)
78-
jekyll-github-metadata (2.2.0)
79-
jekyll (~>3.1)
80-
octokit (~>4.0,!=4.4.0)
81-
jekyll-mentions (1.2.0)
82-
activesupport (~>4.0)
83-
html-pipeline (~>2.3)
84-
jekyll (~>3.0)
8526
jekyll-paginate (1.1.0)
86-
jekyll-redirect-from (0.11.0)
87-
jekyll (>=2.0)
88-
jekyll-relative-links (0.2.1)
89-
jekyll (~>3.3)
90-
jekyll-sass-converter (1.3.0)
91-
sass (~>3.2)
92-
jekyll-seo-tag (2.1.0)
93-
jekyll (~>3.3)
94-
jekyll-sitemap (0.12.0)
95-
jekyll (~>3.3)
96-
jekyll-swiss (0.4.0)
27+
jekyll-sass-converter (1.5.0)
28+
sass (~>3.4)
9729
jekyll-watch (1.5.0)
9830
listen (~>3.0,<3.1)
99-
jemoji (0.7.0)
100-
activesupport (~>4.0)
101-
gemoji (~>2.0)
102-
html-pipeline (~>2.2)
103-
jekyll (>=3.0)
104-
json (1.8.3)
105-
kramdown (1.11.1)
31+
kramdown (1.13.1)
10632
liquid (3.0.6)
107-
listen (3.0.6)
108-
rb-fsevent (>=0.9.3)
109-
rb-inotify (>=0.9.7)
33+
listen (3.0.8)
34+
rb-fsevent (~>0.9,>=0.9.4)
35+
rb-inotify (~>0.9,>=0.9.7)
11036
mercenary (0.3.6)
111-
mini_portile2 (2.1.0)
112-
minima (2.0.0)
113-
minitest (5.10.1)
114-
multipart-post (2.0.0)
115-
net-dns (0.8.0)
116-
nokogiri (1.6.8.1)
117-
mini_portile2 (~>2.1.0)
118-
octokit (4.6.2)
119-
sawyer (~>0.8.0,>=0.5.3)
12037
pathutil (0.14.0)
12138
forwardable-extended (~>2.6)
122-
public_suffix (1.5.3)
39+
public_suffix (2.0.4)
40+
rake (10.5.0)
12341
rb-fsevent (0.9.8)
12442
rb-inotify (0.9.7)
12543
ffi (>=0.5.0)
12644
rouge (1.11.1)
12745
safe_yaml (1.0.4)
12846
sass (3.4.22)
129-
sawyer (0.8.1)
130-
addressable (>=2.3.5,<2.6)
131-
faraday (~>0.8,<1.0)
132-
terminal-table (1.7.3)
133-
unicode-display_width (~>1.1.1)
134-
thread_safe (0.3.5)
135-
typhoeus (0.8.0)
136-
ethon (>=0.8.0)
137-
tzinfo (1.2.2)
138-
thread_safe (~>0.1)
139-
unicode-display_width (1.1.1)
14047

14148
PLATFORMS
14249
ruby
143-
x64-mingw32
14450

14551
DEPENDENCIES
146-
github-pages (=106)
147-
jekyll-paginate
52+
beautiful-jekyll!
53+
bundler (~>1.12)
54+
jekyll-paginate (~>1.1)
55+
rake (~>10.0)
14856

14957
BUNDLED WITH
15058
1.13.6

‎LICENSErenamed to‎LICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in
13+
allcopies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THESOFTWARE.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp