Skip to content

Commit 07f6bf5

Browse files
committed
Updates
1 parent 82642d4 commit 07f6bf5

17 files changed

Lines changed: 173 additions & 68 deletions

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
latest_version: 0.9.6.1
22
unstable_version: 1.0.0-rc.3
3+
latest_download: 1.0.0-rc.3
34
github_release_suffix_windows_setup: "setup-win64.exe"
45
github_release_suffix_windows_portable: "windows-x64.7z"
56
github_release_suffix_linux_portable: "linux-x86_64.tar.xz"

_includes/downloads.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<div class="blocks">
2+
<div class="block center darkAlpha blurry">
3+
<img height="100px" src="{{ site.url }}/assets/downloads/windows.svg" />
4+
<h2>Windows</h2>
5+
<p">Windows (N) 10/11 x64.</p>
6+
<p>
7+
<a href="{{ site.github_download_url }}v{{ site.latest_download }}/friction-{{ site.latest_download }}-{{ site.github_release_suffix_windows_setup }}" class="btn-download">
8+
<img src="{{ site.url }}/assets/downloads/download.svg" alt="Download">
9+
<span>Download</span>
10+
</a>
11+
<br>
12+
<a href="{{ site.github_download_url }}v{{ site.latest_download }}/friction-{{ site.latest_download }}-{{ site.github_release_suffix_windows_portable }}" class="btn-download-small">
13+
<img src="{{ site.url }}/assets/downloads/box.svg" alt="Download">
14+
<span>Portable Version</span>
15+
</a>
16+
<br>
17+
<a href="https://windows.ci.friction.graphics" class="btn-download-small-red">
18+
<img src="{{ site.url }}/assets/downloads/download.svg" alt="Download">
19+
<span>Development Version</span>
20+
</a>
21+
</p>
22+
</div>
23+
<div class="block center darkAlpha blurry">
24+
<img height="100px" src="{{ site.url }}/assets/downloads/linux.svg" />
25+
<h2>Linux</h2>
26+
<p>x86_64, X11/Wayland, glibc 2.17+, libgcc 4.8+.</p>
27+
<p>
28+
<a href="{{ site.github_download_url }}v{{ site.latest_download }}/Friction-{{ site.latest_download }}-{{ site.github_release_suffix_linux_appimage }}" class="btn-download">
29+
<img src="{{ site.url }}/assets/downloads/download.svg" alt="Download">
30+
<span>Download</span>
31+
</a>
32+
<br>
33+
<a href="{{ site.github_download_url }}v{{ site.latest_download }}/friction-{{ site.latest_download }}-{{ site.github_release_suffix_linux_portable }}" class="btn-download-small">
34+
<img src="{{ site.url }}/assets/downloads/box.svg" alt="Download">
35+
<span>Portable Tarball</span>
36+
</a>
37+
<a href="{{ site.github_download_url }}v{{ site.latest_download }}/friction-{{ site.latest_download | replace: '-beta', '.beta' }}-{{ site.github_release_suffix_linux_rpm }}" class="btn-download-small">
38+
<img src="{{ site.url }}/assets/downloads/redhat.svg" alt="Download">
39+
<span>RPM Package</span>
40+
</a>
41+
<br>
42+
<a href="https://linux.ci.friction.graphics" class="btn-download-small-red">
43+
<img src="{{ site.url }}/assets/downloads/download.svg" alt="Download">
44+
<span>Development Version</span>
45+
</a>
46+
</p>
47+
</div>
48+
<div class="block center darkAlpha blurry">
49+
<img height="100px" src="{{ site.url }}/assets/downloads/apple.svg" />
50+
<h2>macOS</h2>
51+
<p>Any Mac compatible with Big Sur (11) or later.</p>
52+
<p>
53+
<a href="{{ site.github_download_url }}v{{ site.latest_download }}/Friction-{{ site.latest_download }}{{ site.github_release_suffix_mac_uni_dmg }}" class="btn-download">
54+
<img src="{{ site.url }}/assets/downloads/download.svg" alt="Download">
55+
<span>Download</span>
56+
</a>
57+
<br>
58+
<a href="https://macos.ci.friction.graphics" class="btn-download-small-red">
59+
<img src="{{ site.url }}/assets/downloads/download.svg" alt="Download">
60+
<span>Development Version</span>
61+
</a>
62+
</p>
63+
</div>
64+
<div class="block center darkAlpha blurry">
65+
<img height="100px" src="{{ site.url }}/assets/downloads/code.svg" />
66+
<h2>Source</h2>
67+
<p>Complete source code.</p>
68+
<p>
69+
<a href="{{ site.github_download_url }}v{{ site.latest_download }}/friction-{{ site.latest_download }}.tar.xz" class="btn-download">
70+
<img src="{{ site.url }}/assets/downloads/download.svg" alt="Download">
71+
<span>Download</span>
72+
</a>
73+
</p>
74+
</div>
75+
</div>

_layouts/download.html

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14,45 +14,10 @@ <h1>{{ page.title }}</h1>
1414
{% if page.lead != nil %}
1515
<p class="lead">{{ page.lead }}</p>
1616
{% endif %}
17-
18-
<h2>Production release v{{ site.latest_version }}</h2>
19-
<p>The latest recommended release for production work.</p>
20-
<p style="font-weight: bold;">Due to unexpected delays with the v1.0 stable release, we recommend that all users switch to the v1.0 development release. It offers significant improvements over the existing stable version.</p>
21-
<p>Please read the <a href="{{ site.url }}/releases/friction-{{ site.latest_version | remove: '.' }}.html">release notes</a> before usage.</p>
22-
<div class="download">
23-
<a title="Download setup for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_windows_setup }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-setup.svg"></a>
24-
<a title="Download portable for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_windows_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-portable.svg"></a>
25-
<a title="Download AppImage for Linux x86_64" href="{{ site.github_download_url }}v{{ site.latest_version }}/Friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_appimage }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-appimage.svg"></a>
26-
<a title="Download portable tarball for Linux x86_64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-portable.svg"></a>
27-
<!-- <a title="Download RPM for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
28-
<!-- <a title="Download DMG for macOS 12.7+ (Apple Silicon)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_mac_arm_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-arm.svg"></a> -->
29-
<!-- <a title="Download DMG for macOS 12.7+ (Intel)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_mac_intel_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-intel.svg"></a> -->
30-
</div>
31-
32-
{% if site.unstable_version != nil %}
33-
<hr>
34-
<h2>Development release v{{ site.unstable_version }}</h2>
35-
<p>Latest development release, may contain bugs and/or regressions compared to the production release.</p>
36-
<p>Please read the <a href="{{ site.url }}/releases/friction-{{ site.unstable_version | remove: '.' }}.html">release notes</a> before usage.</p>
37-
<div class="download">
38-
<a title="Download setup for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_windows_setup }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-setup.svg"></a>
39-
<a title="Download portable for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_windows_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-portable.svg"></a>
40-
<a title="Download AppImage for Linux x86_64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/Friction-{{ site.unstable_version }}-{{ site.github_release_suffix_linux_appimage }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-appimage.svg"></a>
41-
<a title="Download portable tarball for Linux x86_64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_linux_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-portable.svg"></a>
42-
<!-- <a title="Download RPM for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version | replace: '-beta', '.beta' }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
43-
<a title="Download for macOS 11.0+ universal" href="{{ site.github_download_url }}v{{ site.unstable_version }}/Friction-{{ site.unstable_version }}{{ site.github_release_suffix_mac_uni_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-uni.svg"></a>
44-
</div>
45-
{% endif %}
46-
<hr>
47-
<h2>Development snapshots</h2>
48-
<p>Always up to date snapshots directly from the development branch. Breaking changes will happen, only for testing.</p>
49-
<div class="download">
50-
<a title="Download installer/portable for Windows 10/11 x64" href="https://windows.ci.friction.graphics"><img class="platform" src="{{ site.url }}/assets/windows.svg"></a>
51-
<a title="Download AppImage for Linux x86_64" href="https://linux.ci.friction.graphics"><img class="platform" src="{{ site.url }}/assets/buttons/linux-appimage.svg"></a>
52-
<a title="Download DMG for macOS 11.0+ universal" href="https://macos.ci.friction.graphics"><img class="platform" src="{{ site.url }}/assets/buttons/macos-uni.svg"></a>
53-
</div>
54-
55-
<hr>
17+
<h2>Friction v{{ site.latest_download }}</h2>
18+
<p>Please read the <a href="{{ site.url }}/releases/friction-{{ site.latest_download | remove: '.' }}.html">release notes</a> before usage.</p>
19+
{% include downloads.html %}
20+
<style>.block { background-color: transparent !important; }</style>
5621
{{ content }}
5722
</div>
5823
<div id="footer">

_layouts/home.html

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -48,34 +48,8 @@ <h2>Raster/Shader Effects</h2>
4848
<p>Friction offers experimental support for user-customizable shader effects. A limited set of effects are included.</p>
4949
</div>
5050
</div>
51-
<div class="bigTitle" id="download"><h1>Download</h1></div>
52-
<div class="bigTitle darkAlpha blurry round">
53-
<h2>Production release v{{ site.latest_version }}</h2>
54-
<div class="downloads">
55-
<a title="Download setup for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_windows_setup }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-setup.svg"></a>
56-
<a title="Download portable for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_windows_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-portable.svg"></a>
57-
<a title="Download AppImage for Linux x86_64" href="{{ site.github_download_url }}v{{ site.latest_version }}/Friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_appimage }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-appimage.svg"></a>
58-
<a title="Download portable tarball for Linux x86_64" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-portable.svg"></a>
59-
<!-- <a title="Download RPM for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
60-
<!-- <a title="Download DMG for macOS 12.7+ (Apple Silicon)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_mac_arm_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-arm.svg"></a> -->
61-
<!-- <a title="Download DMG for macOS 12.7+ (Intel)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_mac_intel_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-intel.svg"></a> -->
62-
</div>
63-
<p class="shadow noDeco"><a href="{{ site.url }}/releases/friction-{{ site.latest_version | remove: '.' }}.html">Please read the release notes before usage.</a></p>
64-
</div>
65-
{% if site.unstable_version != nil %}
66-
<div class="bigTitle darkAlpha blurry round">
67-
<h2>Development release v{{ site.unstable_version }}</h2>
68-
<div class="downloads">
69-
<a title="Download setup for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_windows_setup }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-setup.svg"></a>
70-
<a title="Download portable for Windows 10/11 x64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_windows_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/windows-portable.svg"></a>
71-
<a title="Download AppImage for Linux x86_64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/Friction-{{ site.unstable_version }}-{{ site.github_release_suffix_linux_appimage }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-appimage.svg"></a>
72-
<a title="Download portable tarball for Linux x86_64" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_linux_portable }}"><img class="platform" src="{{ site.url }}/assets/buttons/linux-portable.svg"></a>
73-
<!-- <a title="Download RPM for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version | replace: '-beta', '.beta' }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
74-
<a title="Download for macOS 11.0+ universal" href="{{ site.github_download_url }}v{{ site.unstable_version }}/Friction-{{ site.unstable_version }}{{ site.github_release_suffix_mac_uni_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-uni.svg"></a>
75-
</div>
76-
<p class="shadow noDeco"><a href="{{ site.url }}/releases/friction-{{ site.unstable_version | remove: '.' }}.html">Please read the release notes before usage.</a></p>
77-
</div>
78-
{% endif %}
51+
<div class="bigTitle" id="download"><h1>Downloads</h1></div>
52+
{% include downloads.html %}
7953
<div class="bigTitle"><h1>Friction is powered by</h1></div>
8054
<div class="blocks">
8155
<div class="block darkAlpha blurry">

assets/downloads/apple.svg

Lines changed: 2 additions & 0 deletions
Loading

assets/downloads/box.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/downloads/code.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/downloads/download.svg

Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)