Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Update Github Pages, and change version and download URLs on release …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
Yuki Hattori committed Mar 27, 2018
1 parent e69c029 commit b21c126
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 30 deletions.
1 change: 1 addition & 0 deletions docs/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.0
2 changes: 0 additions & 2 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ruby '2.3.1'

source 'https://rubygems.org' do
gem 'github-pages', group: :jekyll_plugins
end
14 changes: 7 additions & 7 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ title: Marp
subTitle: Markdown Presentation Writer
favicon: https://raw.githubusercontent.com/yhatt/marp/master/images/marp.png
faviconType: image/png
repository: https://github.com/yhatt/marp/
repository_url: https://github.com/yhatt/marp/

build:
version: 0.0.11
version: 0.0.12
url:
windows:
x86: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-win32-ia32.zip
x64: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-win32-x64.zip
x86: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-win32-ia32.zip
x64: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-win32-x64.zip
macosx:
x64: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-darwin-x64.dmg
x64: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-darwin-x64.dmg
linux:
x86: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-linux-ia32.tar.gz
x64: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-linux-x64.tar.gz
x86: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-linux-ia32.tar.gz
x64: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-linux-x64.tar.gz

exclude:
- Gemfile
Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/download_btn.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="btn-group download-button">
<a class="btn {{ include.class }}" target="_blank" href="{{ site.repository }}releases">
<a class="btn {{ include.class }}" target="_blank" href="{{ site.repository_url }}releases">
Download v{{ site.build.version }}
&nbsp;<span class="glyphicon glyphicon-download-alt"></span>
</a>
Expand Down Expand Up @@ -40,7 +40,7 @@
</li>
<li role="separator" class="divider"></li>
<li>
<a href="{{ site.repository }}releases" target="_blank">
<a href="{{ site.repository_url }}releases" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>&ensp;<small>Releases notes...</small>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a target="_blank" href="{{ site.repository }}">
<a target="_blank" href="{{ site.repository_url }}">
<i class="fa fa-github" aria-hidden="true"></i> Repository
</a>
</li>
Expand Down
18 changes: 0 additions & 18 deletions docs/_posts/2015-01-01-vulnerability.md

This file was deleted.

0 comments on commit b21c126

Please # to comment.