Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/_site/
/target/
/tmp/
Gemfile.lock
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(あれ、これっていいんだっけかな)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignore しちゃまずい感じですか?
Ruby 素人なのでよくわかってないので、 https://github.com/vim-jp/vim-jp.github.io/blob/master/.gitignore#L5 これを真似しました!

3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ kramdown:
# baseurl と紛らわしいが別物なので要注意
base-url: http://vim-jp.org/vimdoc-ja

gems:
plugins:
- jekyll-redirect-from
- jekyll-octicons
5 changes: 3 additions & 2 deletions _layouts/vimdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<a href="http://vim-jp.org/vimdoc-en{{ page.url }}">English</a>
| <span class="CurrentLanguage">日本語</span>
{% if page.helpname != 'tags' %}
| <a href="https://github.com/vim-jp/vimdoc-ja-working/blob/master/doc/{{ page.helpname | replace:'vimindex','index' }}.jax">📝編集</a>
| <a href="https://github.com/vim-jp/vimdoc-ja-working/blob/master/doc/{{ page.helpname | replace:'vimindex','index' }}.jax">{% octicon pencil %} 編集</a>
{% endif %}
</span>
</div>
Expand Down Expand Up @@ -270,7 +270,7 @@
<a href="http://vim-jp.org/vimdoc-en{{ page.url }}">English</a>
| <span class="CurrentLanguage">日本語</span>
{% if page.helpname != 'tags' %}
| <a href="https://github.com/vim-jp/vimdoc-ja-working/blob/master/doc/{{ page.helpname | replace:'vimindex','index' }}.jax">📝編集</a>
| <a href="https://github.com/vim-jp/vimdoc-ja-working/blob/master/doc/{{ page.helpname | replace:'vimindex','index' }}.jax">{% octicon pencil %} 編集</a>
{% endif %}
</span>
<br />
Expand All @@ -279,6 +279,7 @@
ヘルプ一式ダウンロード: <a href="https://github.com/vim-jp/vimdoc-ja/archive/master.tar.gz">tar.gz</a> | <a href="https://github.com/vim-jp/vimdoc-ja/archive/master.zip">zip</a><br />
間違いを見つけたら<a href="http://groups.google.com/group/vimdoc-ja">メーリングリスト</a>か<a href="https://github.com/vim-jp/vimdoc-ja-working/issues">issueトラッカー</a>でお知らせください。<br />
<a href="https://github.com/vim-jp/vimdoc-ja-working/wiki/HowToContribute">参加者募集中。</a><br />
<a href="https://raw.githubusercontent.com/primer/octicons/master/LICENSE">Powered by octicons</a><br /
</div>
</footer>

Expand Down