diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-07-07 13:28:22 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-07-07 13:28:22 +0200 |
| commit | 06f00f0b72fd4abd0a2e8d2c9600cf9eaba89758 (patch) | |
| tree | ba1600583a3fdeade2c46c5664325485cd12e5bc /data | |
| parent | 7b3a04616983149b3c31003886e5834d1f25dc5f (diff) | |
homepage.yml: Simplify formatting
Diffstat (limited to 'data')
| -rw-r--r-- | data/homepage.yml | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/data/homepage.yml b/data/homepage.yml index 6de0ff3..4e1a9e7 100644 --- a/data/homepage.yml +++ b/data/homepage.yml @@ -1,10 +1,9 @@ -# Main Title header: - img : "assets/img/sd-logo-big.png" + img : assets/img/sd-logo-big.png menu: - name: About - URL: "#about" + URL: weight: 1 - name: Download URL: https://sourceforge.net/projects/speed-dreams/files/2.3.0/ @@ -15,18 +14,17 @@ menu: main: logo: assets/img/sd-logo-big.png - description : "A Free and Open Source (FOSS) Motorsport Simulation Game." # Title Desc + description : A Free and Open Source (FOSS) Motorsport Simulation Game. button: - text: "Download 2.3.0 release" # Button Text - url: "https://sourceforge.net/projects/speed-dreams/files/2.3.0/" # Button URL + text: Download 2.3.0 release + url: https://sourceforge.net/projects/speed-dreams/files/2.3.0/ src_button: - text: "Source code" # Button Text - url: "https://sourceforge.net/p/speed-dreams/code/" # Button URL + text: Source code + url: https://sourceforge.net/p/speed-dreams/code/ latest_release: assets/video/latest_release.mp4 -# About about: - title: "About Speed Dreams" + title: About Speed Dreams desc: | Speed Dreams is a free and open source Motorsport Simulator video game, featuring high-quality 3D graphics and an accurate physics engine, @@ -35,13 +33,21 @@ about: projects: card1: - title: "Open community" - text: "Thanks to its active development team and growing community. It mainly aims to implement exciting new features, cars, tracks and AI opponents to make a more enjoyable game for the player, while constantly pushing forward visual and physics realism." - img: "assets/img/pj1.jpg" + title: Open community + text: | + Thanks to its active development team and growing community, + it mainly aims to implement exciting new features, cars, + and AI opponents to make a more enjoyable game for the player, + while constantly pushing forward visual and physics realism. + img: assets/img/pj1.jpg card2: - title: "Free software" - text: "Speed Dreams is licensed under the GPLv2-or-later license, with a clear and modular architecture of its C/C++ code base. It is also intended for any research, study or teaching activity, around physics and AI." - img: "assets/img/pj2.jpg" + title: Free software + text: | + Speed Dreams is licensed under the GPLv2-or-later license, with + a clear and modular architecture of its C/C++ code base. It is + also intended for any research, study or teaching activity, + around physics and AI. + img: assets/img/pj2.jpg contact: peertube: |
