diff --git a/docs/_config.yml b/docs/_config.yml index fc4b061..5c8a633 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -50,4 +50,6 @@ theme: jekyll-theme-slate download: win_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.Setup.exe mac_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.dmg + linux_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/fchat-rising.AppImage + diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index 637931f..853df7a 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -47,7 +47,14 @@ } - .download_link.win { + .download_link.linux a i { + background: url(assets/images/linux.png) no-repeat; + background-size: contain; + } + + + .download_link.win, + .download_link.mac { margin-bottom: 6px; } @@ -81,6 +88,22 @@ #header_wrap { background-image: url(assets/images/bg.jpg); } + + + #main_content h1 + h2 { + margin-top: 35px; + } + + + #main_content h1 { + margin-top: 70px; + } + + + #main_content h1:first-of-type { + margin-top: 0; + } + @@ -104,12 +127,17 @@ + + {% endif %} diff --git a/docs/assets/images/linux.png b/docs/assets/images/linux.png new file mode 100644 index 0000000..7d623f9 Binary files /dev/null and b/docs/assets/images/linux.png differ diff --git a/docs/index.md b/docs/index.md index 0ea6f3e..88a96c2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,12 +2,17 @@ layout: rising --- +# What is this?! + +**F-Chat Rising** is an extended version of the [original F-Chat 3.0 client](https://wiki.f-list.net/F-Chat_3.0). It contains new features, bug fixes, and other improvements. + +Scroll down to see a [feature summary](#link-previews), or take a look at a more [detailed list of features](https://github.com/mrstallion/flist-rising/blob/master/readme.md#key-differences). + +To install, download the application from the links above and then refer to the [original installation instructions](https://wiki.f-list.net/F-Chat_3.0/Installation). + # Features -See a [detailed list of features](https://github.com/mrstallion/flist-rising/blob/master/readme.md#key-differences). - - ## Link Previews Hover your mouse on any link to view the image.