Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 2c96cc5

Browse files
committed
VimConf2015 HTML作成
1 parent 39af968 commit 2c96cc5

16 files changed

+905
-96
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.sass-cache/
22
/_site/
3+
/node_modules/

2015/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ VimConf2015 Webサイト作成に関する issue はこちら https://github.com
1818
* Markdown ファイルをHTMLにコンバート (** Markdown はデザインするには不向きなのでHTMLで書き直した方が良いかも**)
1919
* テンプレートエンジンとして[Liquid](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers) を使用 [[Liquid for Designers](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers)]
2020

21+
## debug
22+
gulpを使用してライブリロードしながらコーディングができます。
23+
24+
```
25+
cd vimconf
26+
npm install
27+
gulp
28+
```
2129

2230
## Contributing
2331

2015/default.css

-2
This file was deleted.

2015/default.scss

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
@import '2015/reset';
4+
@import '2015/style';

2015/en.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: 2015/default
3+
title: VimConf 2015
4+
lang: en
5+
about:
6+
catch1: VimConf is an international Vim conference.
7+
catch2: An international Vim conference for Vim users, Vim plugin developers,<br>Vim core contributors, and anybody else who is related to Vim.<br>VimConf is an opportunity to tell your story,<br>make your Vim friends, and contribute to Vim community/Vim itself.
8+
sponsor: Sponsor
9+
detail:
10+
capacity: Capacity
11+
fee: Registration fee<br><small>(Including after party)</small>
12+
registration: Registration
13+
general:
14+
title: General
15+
capacity: 60
16+
fee: 'Regular: ¥3,000<br>Student: ¥2,000'
17+
registration: Already sold out
18+
speaker:
19+
title: Speaker
20+
capacity: 15
21+
fee: 'Free<br>(LT: ¥1,000)'
22+
registration: It was closed
23+
notes:
24+
- Guests will be required to pay the registration fee.
25+
- The money will be used for the speakers' costs, food, and potentially for inviting Bram Moolenaar for the next VimConf!
26+
- That even if you won't join the after-party, you will still be required to pay the same registration free.
27+
- The after-party is currently planned to be held at the conference hall.
28+
---
29+

2015/img/vim.png

16.8 KB
Loading

2015/index.html

+24-52
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,28 @@
11
---
22
layout: 2015/default
33
title: VimConf 2015
4+
lang: ja
5+
about:
6+
catch1: VimConfは、Vimのユーザーやプラグイン開発者、本体のコア部分の開発貢献者など<br>Vimに関わるすべての人のための、国際会議です。
7+
catch2: 1年に1度行われるこのカンファレンスは、自分と同じくVimを愛する仲間を見つけたり<br>Vimに深く精通したエンジニアの発表を聞いて驚きを得たり<br>はたまた自分が発表者となって知見を共有したりと<br>VimのコミュニティやVimそのものへ貢献する、貴重な機会となっています。
8+
sponsor: 主催
9+
detail:
10+
capacity: 定員
11+
fee: 参加費<br><small>(懇親会費含む)</small>
12+
registration: 登録フォーム
13+
general:
14+
title: 一般参加者
15+
capacity: 60名
16+
fee: 一般: ¥3,000<br>学生: ¥2,000
17+
registration: ※ 現在キャンセル待ちです
18+
speaker:
19+
title: スピーカー
20+
capacity: 15名程度
21+
fee: 無料<br>LT枠の場合は¥1,000
22+
registration: ※ 締めきりました
23+
notes:
24+
- ※ 参加費は当日会場にてお支払いいただきます。
25+
- ※ 都合により懇親会にご参加いただけない場合でも、 参加費用は必要となります。
26+
- ※ 参加費は懇親会の費用のほか、発表者の交通費や未来のVimConfにおいて「Bram Moolenaar 氏を招待する」 費用としてプールいたします。
27+
- ※ 懇親会は本編の会場と同じ場所で行います。
428
---
5-
6-
<section>
7-
<h1 class="title">VimConf 2015</h1>
8-
9-
<div>
10-
Sat Nov 21th 2015 in Tokyo, Japan VimConf 2015 is an international Vim conference.
11-
Maintained by <a href="https://github.com/vim-jp">vim-jp.org</a>.
12-
Official Twitter Hashtag is <a href="https://twitter.com/search?q=%23vimconf2015&src=typd">#vimconf2015</a>
13-
</div>
14-
15-
<div>
16-
2015/11/21 土曜日 東京(日本)にて開催されるVimConf 2015 はVimの国際的な会議です。
17-
本会議の主催は<a href="https://github.com/vim-jp">vim-jp.org</a>
18-
公式ハッシュタグは<a href="https://twitter.com/search?q=%23vimconf2015&src=typd">#vimconf2015</a> です。
19-
</div>
20-
</section>
21-
22-
<section>
23-
<h2 class="title">What's VimConf?</h2>
24-
25-
<div>
26-
An international Vim conference for Vim users, Vim plugin developers, Vim
27-
core contributors, and anybody else who is related to Vim. VimConf is an
28-
opportunity to tell your story, make your Vim friends, and contribute to Vim
29-
community/Vim itself.
30-
</div>
31-
32-
<div>
33-
VimConfは、Vimのユーザーはもとより、プラグイン開発者、
34-
コア開発への貢献者に加えて、Vimに関わるすべての人のための、国際会議です。
35-
VimConfでは、あなた自身が発表者になったり、Vim友を見つけたり、
36-
VimのコミュニティやVimそのものへ貢献する、絶好の機会を提供しています。
37-
</div>
38-
39-
<section>
40-
<h2 class="title"> Call for Speakers!</h2>
41-
42-
<div>
43-
The call for speakers is now open. We are looking for both presentations
44-
of 20 minutes in length and lightening talks 5 minutes in length.
45-
Registrations close on 2015/10/17 at midnight.
46-
</div>
47-
48-
<div>
49-
現在 VimConf 2015 では発表者を募集しています。
50-
20分程度の発表枠のほか、5分程度のライトニングトーク(LT)も募集しています。
51-
締め切りは2015/10/17 24時です。
52-
</div>
53-
</section>
54-
55-
<a href="./registration">Registration</a> よりふるってご応募ください。
56-

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ redcarpet:
1414
sass:
1515
# commented out while under development.
1616
#style: compressed
17+
18+
exclude:
19+
- node_modules

_data/2015/info.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
scheduled_at: 1448074800
2+
registration_url:
3+
connpass: http://vimconf.connpass.com/event/20574/
4+
github: https://github.com/vim-jp/vimconf/issues/66
25
place:
36
name: mixi Inc
47
name-i18n: 株式会社ミクシィ
58
address: 1-2-20 Higashi, Shibuya-ku, Tokyo, 150-0011 Japan
69
address-i18n: 東京都渋谷区東1-2-20 住友不動産渋谷ファーストタワー7F
10+
access:
11+
access-i18n: JR「渋谷駅」東口より 徒歩8分<br>各線「表参道駅」B1出口より 徒歩10分
712
latlong: [35.661531, 139.711670]

_data/2015/reports.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- author: dictav
2-
title: VimConf2014感想記事
3-
url: http://www.dictav.info
1+
#- author: dictav
2+
# title: VimConf2014感想記事
3+
# url: http://www.dictav.info

_data/2015/speakers.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
- name: sample
2-
site_url: http://example.com/
3-
title: Vim and Sample
4-
slide_url: https://speakerdeck.com/sample/sample
5-
slide_backup_path: /slides/00_sample.pdf
6-
video_url: https://www.youtube.com/watch?v=sample
1+
#- name: sample
2+
# site_url: http://example.com/
3+
# title: Vim and Sample
4+
# slide_url: https://speakerdeck.com/sample/sample
5+
# slide_backup_path: /slides/00_sample.pdf
6+
# video_url: https://www.youtube.com/watch?v=sample

0 commit comments

Comments
 (0)