Skip to content

Commit c462e9b

Browse files
committed
✨ Happy birthday!
1 parent ab31a32 commit c462e9b

14 files changed

+979
-1
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.bundle/
2+
.idea
3+
*.iml
4+
vendor/
5+
_site/

.tool-versions

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 3.0.4

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
3+
4+
gem "webrick", "~> 1.7"

Gemfile.lock

+263
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.6)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.8.1)
11+
public_suffix (>= 2.0.2, < 6.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.23.5)
18+
concurrent-ruby (1.1.10)
19+
dnsruby (1.61.9)
20+
simpleidn (~> 0.1)
21+
em-websocket (0.5.3)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0)
24+
ethon (0.15.0)
25+
ffi (>= 1.15.0)
26+
eventmachine (1.2.7)
27+
execjs (2.8.1)
28+
faraday (2.5.2)
29+
faraday-net_http (>= 2.0, < 3.1)
30+
ruby2_keywords (>= 0.0.4)
31+
faraday-net_http (3.0.0)
32+
ffi (1.15.5)
33+
forwardable-extended (2.6.0)
34+
gemoji (3.0.1)
35+
github-pages (227)
36+
github-pages-health-check (= 1.17.9)
37+
jekyll (= 3.9.2)
38+
jekyll-avatar (= 0.7.0)
39+
jekyll-coffeescript (= 1.1.1)
40+
jekyll-commonmark-ghpages (= 0.2.0)
41+
jekyll-default-layout (= 0.1.4)
42+
jekyll-feed (= 0.15.1)
43+
jekyll-gist (= 1.5.0)
44+
jekyll-github-metadata (= 2.13.0)
45+
jekyll-include-cache (= 0.2.1)
46+
jekyll-mentions (= 1.6.0)
47+
jekyll-optional-front-matter (= 0.3.2)
48+
jekyll-paginate (= 1.1.0)
49+
jekyll-readme-index (= 0.3.0)
50+
jekyll-redirect-from (= 0.16.0)
51+
jekyll-relative-links (= 0.6.1)
52+
jekyll-remote-theme (= 0.4.3)
53+
jekyll-sass-converter (= 1.5.2)
54+
jekyll-seo-tag (= 2.8.0)
55+
jekyll-sitemap (= 1.4.0)
56+
jekyll-swiss (= 1.0.0)
57+
jekyll-theme-architect (= 0.2.0)
58+
jekyll-theme-cayman (= 0.2.0)
59+
jekyll-theme-dinky (= 0.2.0)
60+
jekyll-theme-hacker (= 0.2.0)
61+
jekyll-theme-leap-day (= 0.2.0)
62+
jekyll-theme-merlot (= 0.2.0)
63+
jekyll-theme-midnight (= 0.2.0)
64+
jekyll-theme-minimal (= 0.2.0)
65+
jekyll-theme-modernist (= 0.2.0)
66+
jekyll-theme-primer (= 0.6.0)
67+
jekyll-theme-slate (= 0.2.0)
68+
jekyll-theme-tactile (= 0.2.0)
69+
jekyll-theme-time-machine (= 0.2.0)
70+
jekyll-titles-from-headings (= 0.5.3)
71+
jemoji (= 0.12.0)
72+
kramdown (= 2.3.2)
73+
kramdown-parser-gfm (= 1.1.0)
74+
liquid (= 4.0.3)
75+
mercenary (~> 0.3)
76+
minima (= 2.5.1)
77+
nokogiri (>= 1.13.6, < 2.0)
78+
rouge (= 3.26.0)
79+
terminal-table (~> 1.4)
80+
github-pages-health-check (1.17.9)
81+
addressable (~> 2.3)
82+
dnsruby (~> 1.60)
83+
octokit (~> 4.0)
84+
public_suffix (>= 3.0, < 5.0)
85+
typhoeus (~> 1.3)
86+
html-pipeline (2.14.2)
87+
activesupport (>= 2)
88+
nokogiri (>= 1.4)
89+
http_parser.rb (0.8.0)
90+
i18n (0.9.5)
91+
concurrent-ruby (~> 1.0)
92+
jekyll (3.9.2)
93+
addressable (~> 2.4)
94+
colorator (~> 1.0)
95+
em-websocket (~> 0.5)
96+
i18n (~> 0.7)
97+
jekyll-sass-converter (~> 1.0)
98+
jekyll-watch (~> 2.0)
99+
kramdown (>= 1.17, < 3)
100+
liquid (~> 4.0)
101+
mercenary (~> 0.3.3)
102+
pathutil (~> 0.9)
103+
rouge (>= 1.7, < 4)
104+
safe_yaml (~> 1.0)
105+
jekyll-avatar (0.7.0)
106+
jekyll (>= 3.0, < 5.0)
107+
jekyll-coffeescript (1.1.1)
108+
coffee-script (~> 2.2)
109+
coffee-script-source (~> 1.11.1)
110+
jekyll-commonmark (1.4.0)
111+
commonmarker (~> 0.22)
112+
jekyll-commonmark-ghpages (0.2.0)
113+
commonmarker (~> 0.23.4)
114+
jekyll (~> 3.9.0)
115+
jekyll-commonmark (~> 1.4.0)
116+
rouge (>= 2.0, < 4.0)
117+
jekyll-default-layout (0.1.4)
118+
jekyll (~> 3.0)
119+
jekyll-feed (0.15.1)
120+
jekyll (>= 3.7, < 5.0)
121+
jekyll-gist (1.5.0)
122+
octokit (~> 4.2)
123+
jekyll-github-metadata (2.13.0)
124+
jekyll (>= 3.4, < 5.0)
125+
octokit (~> 4.0, != 4.4.0)
126+
jekyll-include-cache (0.2.1)
127+
jekyll (>= 3.7, < 5.0)
128+
jekyll-mentions (1.6.0)
129+
html-pipeline (~> 2.3)
130+
jekyll (>= 3.7, < 5.0)
131+
jekyll-optional-front-matter (0.3.2)
132+
jekyll (>= 3.0, < 5.0)
133+
jekyll-paginate (1.1.0)
134+
jekyll-readme-index (0.3.0)
135+
jekyll (>= 3.0, < 5.0)
136+
jekyll-redirect-from (0.16.0)
137+
jekyll (>= 3.3, < 5.0)
138+
jekyll-relative-links (0.6.1)
139+
jekyll (>= 3.3, < 5.0)
140+
jekyll-remote-theme (0.4.3)
141+
addressable (~> 2.0)
142+
jekyll (>= 3.5, < 5.0)
143+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
144+
rubyzip (>= 1.3.0, < 3.0)
145+
jekyll-sass-converter (1.5.2)
146+
sass (~> 3.4)
147+
jekyll-seo-tag (2.8.0)
148+
jekyll (>= 3.8, < 5.0)
149+
jekyll-sitemap (1.4.0)
150+
jekyll (>= 3.7, < 5.0)
151+
jekyll-swiss (1.0.0)
152+
jekyll-theme-architect (0.2.0)
153+
jekyll (> 3.5, < 5.0)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-cayman (0.2.0)
156+
jekyll (> 3.5, < 5.0)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-dinky (0.2.0)
159+
jekyll (> 3.5, < 5.0)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-hacker (0.2.0)
162+
jekyll (> 3.5, < 5.0)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-leap-day (0.2.0)
165+
jekyll (> 3.5, < 5.0)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-merlot (0.2.0)
168+
jekyll (> 3.5, < 5.0)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-midnight (0.2.0)
171+
jekyll (> 3.5, < 5.0)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-minimal (0.2.0)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-modernist (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-primer (0.6.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-github-metadata (~> 2.9)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-slate (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-tactile (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-time-machine (0.2.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-titles-from-headings (0.5.3)
193+
jekyll (>= 3.3, < 5.0)
194+
jekyll-watch (2.2.1)
195+
listen (~> 3.0)
196+
jemoji (0.12.0)
197+
gemoji (~> 3.0)
198+
html-pipeline (~> 2.2)
199+
jekyll (>= 3.0, < 5.0)
200+
kramdown (2.3.2)
201+
rexml
202+
kramdown-parser-gfm (1.1.0)
203+
kramdown (~> 2.0)
204+
liquid (4.0.3)
205+
listen (3.7.1)
206+
rb-fsevent (~> 0.10, >= 0.10.3)
207+
rb-inotify (~> 0.9, >= 0.9.10)
208+
mercenary (0.3.6)
209+
minima (2.5.1)
210+
jekyll (>= 3.5, < 5.0)
211+
jekyll-feed (~> 0.9)
212+
jekyll-seo-tag (~> 2.1)
213+
minitest (5.16.3)
214+
nokogiri (1.13.8-arm64-darwin)
215+
racc (~> 1.4)
216+
octokit (4.25.1)
217+
faraday (>= 1, < 3)
218+
sawyer (~> 0.9)
219+
pathutil (0.16.2)
220+
forwardable-extended (~> 2.6)
221+
public_suffix (4.0.7)
222+
racc (1.6.0)
223+
rb-fsevent (0.11.2)
224+
rb-inotify (0.10.1)
225+
ffi (~> 1.0)
226+
rexml (3.2.5)
227+
rouge (3.26.0)
228+
ruby2_keywords (0.0.5)
229+
rubyzip (2.3.2)
230+
safe_yaml (1.0.5)
231+
sass (3.7.4)
232+
sass-listen (~> 4.0.0)
233+
sass-listen (4.0.0)
234+
rb-fsevent (~> 0.9, >= 0.9.4)
235+
rb-inotify (~> 0.9, >= 0.9.7)
236+
sawyer (0.9.2)
237+
addressable (>= 2.3.5)
238+
faraday (>= 0.17.3, < 3)
239+
simpleidn (0.2.1)
240+
unf (~> 0.1.4)
241+
terminal-table (1.8.0)
242+
unicode-display_width (~> 1.1, >= 1.1.1)
243+
thread_safe (0.3.6)
244+
typhoeus (1.4.0)
245+
ethon (>= 0.9.0)
246+
tzinfo (1.2.10)
247+
thread_safe (~> 0.1)
248+
unf (0.1.4)
249+
unf_ext
250+
unf_ext (0.0.8.2)
251+
unicode-display_width (1.8.0)
252+
webrick (1.7.0)
253+
zeitwerk (2.6.0)
254+
255+
PLATFORMS
256+
arm64-darwin-21
257+
258+
DEPENDENCIES
259+
github-pages
260+
webrick (~> 1.7)
261+
262+
BUNDLED WITH
263+
2.2.33

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# akkeylabinc.github.io

_config.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# general configuration
2+
url: https://akkeylab.ltd
3+
baseurl: ''
4+
5+
# akkeylab configuration
6+
akkeylab:
7+
# an avatar or logo (optional)
8+
logo: "/images/akkeylab.png"
9+
# author will appear under the avatar (optional)
10+
author: "AkkeyLab® Inc."
11+
# tagline will appear under the title (optional)
12+
tagline: "We offer <font color='#286AA3'>perfectly</font> personalized programming education"
13+
# if include_content is true, the contents of the content.html include will be
14+
# added right above the generated item list, if present
15+
include_content: true
16+
17+
# exclude
18+
exclude: ["CNAME", "Gemfile", "Gemfile.lock", "README.md"]
19+
20+
# Dependencies
21+
markdown: kramdown
22+
highlighter: rouge
23+
24+
# Permalinks
25+
permalink: pretty

_includes/content.html

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<h2>会社概要</h2>
2+
<p>
3+
<span>社 名:</span>AkkeyLab株式会社<br>
4+
<span>住 所:</span>〒150-0043<br>
5+
<span></span>東京都渋谷区道玄坂<br>
6+
<span></span>二葉ビル8B<br>
7+
<span>設 立:</span>2022年--月--日<br>
8+
<span>資本金:</span>---万円<br>
9+
</p>
10+
11+
<h3>事業内容</h3>
12+
<ul>
13+
<li>プログラミングスクール経営</li>
14+
<li>ソフトウェアの設計、開発</li>
15+
<li>ソフトウェアの保守、運用</li>
16+
</ul>
17+
18+
<p>
19+
<a color='#286AA3'>AkkeyLab</a><a color='#286AA3'>板谷 晃良</a> の商標又は登録商標です。<br>
20+
<a href="https://www.j-platpat.inpit.go.jp">登録 6613743</a>
21+
</p>
22+
23+
<hr />
24+
25+
<ul class="fa-ul main-list">
26+
<li class="main-list-item">
27+
<span class="fa fa-trophy fa-lg main-list-item-icon"></span>
28+
<a href="https://findy-code.io/share_profiles/OSmNG2dQGMCwt">実績一覧</a>
29+
</li>
30+
<li class="main-list-item">
31+
<span class="fa fa-user-circle fa-lg main-list-item-icon"></span>
32+
<a href="https://findy-code.io/share_profiles/OSmNG2dQGMCwt">代表取締役 板谷 晃良</a>
33+
</li>
34+
</ul>

_includes/head.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<head>
2+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4+
<title>{% if site.akkeylab.author %}{{ site.akkeylab.author }} &#8226; {% endif %}{{ site.akkeylab.tagline | strip_html }}</title>
5+
6+
<link rel="apple-touch-icon" href="{{ site.baseurl }}{{ site.akkeylab.logo }}"/>
7+
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="{{ site.url }}{{ site.baseurl }}/favicon.ico" />
8+
9+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/normalize.css">
10+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/main.css">
11+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet">
12+
<link href='https://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
13+
14+
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}">
15+
16+
<meta name="author" content="{{ site.akkeylab.author }}">
17+
<meta name="description" content="{{ site.akkeylab.tagline }}"/>
18+
19+
<!-- Open Graph tags -->
20+
<meta property="og:type" content="website"/>
21+
<meta property="og:title" content="{{ site.akkeylab.tagline }}"/>
22+
<meta property="og:url" content="{{ site.url }}{{ site.baseurl }}{{ page.url }}"/>
23+
<meta property="og:image" content="{{ site.url }}{{ site.baseurl }}{{ site.akkeylab.logo }}"/>
24+
<meta property="og:description" content="{{ site.akkeylab.description }}"/>
25+
<meta property="og:site_name" content="{{ site.akkeylab.tagline }}">
26+
27+
<meta name="theme-color" content="#286AA3">
28+
29+
</head>

_layouts/base.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
{% include head.html %}
4+
<body>
5+
6+
{{ content }}
7+
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)