Consistant naming
This commit is contained in:
parent
7c52f4da8c
commit
94ac6620c6
|
@ -17,7 +17,7 @@ title: F-Chat Rising
|
|||
email: nope@nope.com
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
A heavily modded F-Chat 3.0 client
|
||||
baseurl: "/flist-rising" # the subpath of your site, e.g. /blog
|
||||
baseurl: "/fchat-rising" # the subpath of your site, e.g. /blog
|
||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
github_username: mrstallion
|
||||
show_downloads: true
|
||||
|
@ -49,7 +49,10 @@ theme: jekyll-theme-slate
|
|||
|
||||
download:
|
||||
win_url: https://github.com/mrstallion/fchat-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.Setup.exe
|
||||
win_size: 68 MB
|
||||
mac_url: https://github.com/mrstallion/fchat-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.dmg
|
||||
mac_size: 72 MB
|
||||
linux_url: https://github.com/mrstallion/fchat-rising/releases/download/v3.0.13-rising-v1/fchat-rising.AppImage
|
||||
linux_size: 74 MB
|
||||
|
||||
|
||||
|
|
|
@ -127,17 +127,17 @@
|
|||
|
||||
<div class="download_link win">
|
||||
<a href="{{ site.download.win_url }}"><i></i> Windows</a>
|
||||
<small>(68 MB)</small>
|
||||
<small>({{ site.download.win_size }})</small>
|
||||
</div>
|
||||
|
||||
<div class="download_link mac">
|
||||
<a href="{{ site.download.mac_url }}"><i></i> MacOS</a>
|
||||
<small>(72 MB)</small>
|
||||
<small>({{ site.download.mac_size }})</small>
|
||||
</div>
|
||||
|
||||
<div class="download_link linux">
|
||||
<a href="{{ site.download.linux_url }}"><i></i> Linux</a>
|
||||
<small>(71 MB)</small>
|
||||
<small>({{ site.download.linux_size }})</small>
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Installer Download
|
||||
[Windows](https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.Setup.exe) (72 MB)
|
||||
# Download
|
||||
[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.Setup.exe) (68 MB)
|
||||
|
||||
[MacOS](https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.dmg) (68 MB)
|
||||
[MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.dmg) (72 MB)
|
||||
|
||||
[Linux](https://github.com/mrstallion/fchat-rising/releases/download/v3.0.13-rising-v1/fchat-rising.AppImage) (74 MB)
|
||||
|
||||
|
||||
# F-Chat Rising
|
||||
|
|
Loading…
Reference in New Issue