Consistant naming

This commit is contained in:
Mr. Stallion 2020-06-21 14:21:04 -05:00
parent 7c52f4da8c
commit 94ac6620c6
3 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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 %}

View File

@ -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