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

Commit97a1848

Browse files
committed
Initial commit
0 parents  commit97a1848

File tree

120 files changed

+29751
-0
lines changed

Some content is hidden

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

120 files changed

+29751
-0
lines changed

‎.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
root =false
3+
4+
[*]
5+
indent_style =tab
6+
indent_size =4
7+
end_of_line =lf
8+
trim_trailing_whitespace =true
9+
insert_final_newline =false
10+
charset =utf-8
11+
12+
[*.{json,js,css,scss,yml,htm,html}]
13+
indent_style =space
14+
indent_size =2
15+
16+
[*.{md,mdown,markdown}]
17+
trim_trailing_whitespace =false
18+
insert_final_newline =true
19+
indent_style =space
20+
indent_size =4

‎.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_site/
2+
.sass-cache/
3+
.jekyll-metadata
4+
.bundle

‎.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "reveal.js"]
2+
path=reveal.js
3+
url=https://github.com/hakimel/reveal.js.git

‎Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source"https://rubygems.org"
2+
3+
gem'github-pages'
4+
gem'html-proofer'
5+
gem'tzinfo-data',platforms:[:mingw,:mswin,:x64_mingw]

‎Gemfile.lock

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
GEM
2+
remote:https://rubygems.org/
3+
specs:
4+
activesupport (4.2.8)
5+
i18n (~>0.7)
6+
minitest (~>5.1)
7+
thread_safe (~>0.3,>=0.3.4)
8+
tzinfo (~>1.1)
9+
addressable (2.5.1)
10+
public_suffix (~>2.0,>=2.0.2)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.12.2)
15+
colorator (1.1.0)
16+
colored (1.2)
17+
ethon (0.10.1)
18+
ffi (>=1.3.0)
19+
execjs (2.7.0)
20+
faraday (0.12.2)
21+
multipart-post (>=1.2,<3)
22+
ffi (1.9.18)
23+
forwardable-extended (2.6.0)
24+
gemoji (3.0.0)
25+
github-pages (148)
26+
activesupport (=4.2.8)
27+
github-pages-health-check (=1.3.5)
28+
jekyll (=3.5.1)
29+
jekyll-avatar (=0.4.2)
30+
jekyll-coffeescript (=1.0.1)
31+
jekyll-default-layout (=0.1.4)
32+
jekyll-feed (=0.9.2)
33+
jekyll-gist (=1.4.1)
34+
jekyll-github-metadata (=2.6.0)
35+
jekyll-mentions (=1.2.0)
36+
jekyll-optional-front-matter (=0.2.0)
37+
jekyll-paginate (=1.1.0)
38+
jekyll-readme-index (=0.1.0)
39+
jekyll-redirect-from (=0.12.1)
40+
jekyll-relative-links (=0.4.1)
41+
jekyll-sass-converter (=1.5.0)
42+
jekyll-seo-tag (=2.2.3)
43+
jekyll-sitemap (=1.0.0)
44+
jekyll-swiss (=0.4.0)
45+
jekyll-theme-architect (=0.0.4)
46+
jekyll-theme-cayman (=0.0.4)
47+
jekyll-theme-dinky (=0.0.4)
48+
jekyll-theme-hacker (=0.0.4)
49+
jekyll-theme-leap-day (=0.0.4)
50+
jekyll-theme-merlot (=0.0.4)
51+
jekyll-theme-midnight (=0.0.4)
52+
jekyll-theme-minimal (=0.0.4)
53+
jekyll-theme-modernist (=0.0.4)
54+
jekyll-theme-primer (=0.3.1)
55+
jekyll-theme-slate (=0.0.4)
56+
jekyll-theme-tactile (=0.0.4)
57+
jekyll-theme-time-machine (=0.0.4)
58+
jekyll-titles-from-headings (=0.3.0)
59+
jemoji (=0.8.0)
60+
kramdown (=1.13.2)
61+
liquid (=4.0.0)
62+
listen (=3.0.6)
63+
mercenary (~>0.3)
64+
minima (=2.1.1)
65+
rouge (=1.11.1)
66+
terminal-table (~>1.4)
67+
github-pages-health-check (1.3.5)
68+
addressable (~>2.3)
69+
net-dns (~>0.8)
70+
octokit (~>4.0)
71+
public_suffix (~>2.0)
72+
typhoeus (~>0.7)
73+
html-pipeline (2.6.0)
74+
activesupport (>=2)
75+
nokogiri (>=1.4)
76+
html-proofer (3.7.2)
77+
activesupport (>=4.2,<6.0)
78+
addressable (~>2.3)
79+
colored (~>1.2)
80+
mercenary (~>0.3.2)
81+
nokogiri (~>1.7)
82+
parallel (~>1.3)
83+
typhoeus (~>0.7)
84+
yell (~>2.0)
85+
i18n (0.8.6)
86+
jekyll (3.5.1)
87+
addressable (~>2.4)
88+
colorator (~>1.0)
89+
jekyll-sass-converter (~>1.0)
90+
jekyll-watch (~>1.1)
91+
kramdown (~>1.3)
92+
liquid (~>4.0)
93+
mercenary (~>0.3.3)
94+
pathutil (~>0.9)
95+
rouge (~>1.7)
96+
safe_yaml (~>1.0)
97+
jekyll-avatar (0.4.2)
98+
jekyll (~>3.0)
99+
jekyll-coffeescript (1.0.1)
100+
coffee-script (~>2.2)
101+
jekyll-default-layout (0.1.4)
102+
jekyll (~>3.0)
103+
jekyll-feed (0.9.2)
104+
jekyll (~>3.3)
105+
jekyll-gist (1.4.1)
106+
octokit (~>4.2)
107+
jekyll-github-metadata (2.6.0)
108+
jekyll (~>3.1)
109+
octokit (~>4.0,!=4.4.0)
110+
jekyll-mentions (1.2.0)
111+
activesupport (~>4.0)
112+
html-pipeline (~>2.3)
113+
jekyll (~>3.0)
114+
jekyll-optional-front-matter (0.2.0)
115+
jekyll (~>3.0)
116+
jekyll-paginate (1.1.0)
117+
jekyll-readme-index (0.1.0)
118+
jekyll (~>3.0)
119+
jekyll-redirect-from (0.12.1)
120+
jekyll (~>3.3)
121+
jekyll-relative-links (0.4.1)
122+
jekyll (~>3.3)
123+
jekyll-sass-converter (1.5.0)
124+
sass (~>3.4)
125+
jekyll-seo-tag (2.2.3)
126+
jekyll (~>3.3)
127+
jekyll-sitemap (1.0.0)
128+
jekyll (~>3.3)
129+
jekyll-swiss (0.4.0)
130+
jekyll-theme-architect (0.0.4)
131+
jekyll (~>3.3)
132+
jekyll-theme-cayman (0.0.4)
133+
jekyll (~>3.3)
134+
jekyll-theme-dinky (0.0.4)
135+
jekyll (~>3.3)
136+
jekyll-theme-hacker (0.0.4)
137+
jekyll (~>3.3)
138+
jekyll-theme-leap-day (0.0.4)
139+
jekyll (~>3.3)
140+
jekyll-theme-merlot (0.0.4)
141+
jekyll (~>3.3)
142+
jekyll-theme-midnight (0.0.4)
143+
jekyll (~>3.3)
144+
jekyll-theme-minimal (0.0.4)
145+
jekyll (~>3.3)
146+
jekyll-theme-modernist (0.0.4)
147+
jekyll (~>3.3)
148+
jekyll-theme-primer (0.3.1)
149+
jekyll (~>3.3)
150+
jekyll-theme-slate (0.0.4)
151+
jekyll (~>3.3)
152+
jekyll-theme-tactile (0.0.4)
153+
jekyll (~>3.3)
154+
jekyll-theme-time-machine (0.0.4)
155+
jekyll (~>3.3)
156+
jekyll-titles-from-headings (0.3.0)
157+
jekyll (~>3.3)
158+
jekyll-watch (1.5.0)
159+
listen (~>3.0,<3.1)
160+
jemoji (0.8.0)
161+
activesupport (~>4.0)
162+
gemoji (~>3.0)
163+
html-pipeline (~>2.2)
164+
jekyll (>=3.0)
165+
kramdown (1.13.2)
166+
liquid (4.0.0)
167+
listen (3.0.6)
168+
rb-fsevent (>=0.9.3)
169+
rb-inotify (>=0.9.7)
170+
mercenary (0.3.6)
171+
mini_portile2 (2.3.0)
172+
minima (2.1.1)
173+
jekyll (~>3.3)
174+
minitest (5.10.3)
175+
multipart-post (2.0.0)
176+
net-dns (0.8.0)
177+
nokogiri (1.8.1)
178+
mini_portile2 (~>2.3.0)
179+
octokit (4.7.0)
180+
sawyer (~>0.8.0,>=0.5.3)
181+
parallel (1.12.0)
182+
pathutil (0.14.0)
183+
forwardable-extended (~>2.6)
184+
public_suffix (2.0.5)
185+
rb-fsevent (0.10.2)
186+
rb-inotify (0.9.10)
187+
ffi (>=0.5.0,<2)
188+
rouge (1.11.1)
189+
safe_yaml (1.0.4)
190+
sass (3.5.1)
191+
sass-listen (~>4.0.0)
192+
sass-listen (4.0.0)
193+
rb-fsevent (~>0.9,>=0.9.4)
194+
rb-inotify (~>0.9,>=0.9.7)
195+
sawyer (0.8.1)
196+
addressable (>=2.3.5,<2.6)
197+
faraday (~>0.8,<1.0)
198+
terminal-table (1.8.0)
199+
unicode-display_width (~>1.1,>=1.1.1)
200+
thread_safe (0.3.6)
201+
typhoeus (0.8.0)
202+
ethon (>=0.8.0)
203+
tzinfo (1.2.3)
204+
thread_safe (~>0.1)
205+
unicode-display_width (1.3.0)
206+
yell (2.0.7)
207+
208+
PLATFORMS
209+
ruby
210+
211+
DEPENDENCIES
212+
github-pages
213+
html-proofer
214+
tzinfo-data
215+
216+
BUNDLED WITH
217+
1.16.1

‎LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
(MIT License)
2+
3+
Copyright (C) 2016 Thomas Friese, http://tasmo.rocks
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
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
21+
THE SOFTWARE.

‎README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Caption this
2+
3+
This repository hosts a Markdown-driven slideshow. Let the bot show you around. But if you want to know more, keep reading!
4+
5+
If you're using[GitHub Pages](https://help.github.com/articles/what-is-github-pages/), files inside the`_posts` folder will be rendered on the web page. They must be named with the pattern`####-##-##-description.md`. The contents of the file must contain[YAML front-matter](https://jekyllrb.com/docs/frontmatter/).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp