diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-03-10 01:37:24 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-07-04 20:50:22 +0200 |
| commit | 719b36d3e02648deba89188d4a24925a03c09582 (patch) | |
| tree | bd585db17953bf30aac19b0f23b70f9eb1e89c4c | |
| parent | ae617a35f220e516eb8cef4ab4488b6e419c3179 (diff) | |
Add assets, config.toml and homepage.yml
| -rw-r--r-- | config.toml | 33 | ||||
| -rw-r--r-- | data/homepage.yml | 32 | ||||
| -rw-r--r-- | static/assets/img/bg-masthead.jpg | bin | 0 -> 112273 bytes | |||
| -rw-r--r-- | static/assets/img/favicon.png | bin | 0 -> 5012 bytes | |||
| -rw-r--r-- | static/assets/img/pj1.jpg | bin | 0 -> 243745 bytes | |||
| -rw-r--r-- | static/assets/img/pj2.jpg | bin | 0 -> 259871 bytes | |||
| -rw-r--r-- | static/assets/img/sd-logo-big.png | bin | 0 -> 87651 bytes | |||
| -rw-r--r-- | static/assets/img/sd-logo.png | bin | 0 -> 5012 bytes | |||
| -rw-r--r-- | static/assets/img/splash-simuconf.jpg | bin | 0 -> 136793 bytes |
9 files changed, 65 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..63c7c0f --- /dev/null +++ b/config.toml @@ -0,0 +1,33 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'Speed Dreams - Free and Open Source Motorsport Simulator' +theme = "graysx-hugo" + +[params] +logo = "assets/img/sd-logo.png" +favicon = "assets/img/favicon.png" + +## Menu Items +[menu] + [[menu.main]] + name = "About" + URL = "#about" + weight = 1 + + [[menu.main]] + name = "Gallery" + URL = "/gallery" + weight = 2 + + [[menu.main]] + name = "Blog" + URL = "/blog" + weight = 3 + + [[menu.main]] + name = "Master server" + URL = "#signup" + weight = 4 + +[data] + [[homepage.main]] diff --git a/data/homepage.yml b/data/homepage.yml new file mode 100644 index 0000000..01cbf0b --- /dev/null +++ b/data/homepage.yml @@ -0,0 +1,32 @@ +# Main Title +main: + header: + title : "Speed Dreams" # Title Text + img : "assets/img/sd-logo-big.png" + description : "A Free and Open Source (FOSS) Motorsport Simulation Game." # Title Desc + button: + text: "Download 2.3.0 release" # Button Text + url: "#about" # Button URL + src_button: + text: "Source code" # Button Text + url: "#about" # Button URL + video: "assets/video/intro.webm" + +# About +about: + title: "About Speed Dreams" + desc: "Speed Dreams is a Motorsport Simulator featuring high-quality 3D graphics and an accurate physics engine, all targeting maximum realism. Initially forked from TORCS, it has now reached a clearly higher realism level in visual and physics simulation." + +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" + 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" + card3: + title: "Graysx" + text: "Place Cons Rerum Provide SuntSin Incid Fac Nonse Mollitia Quia Itaque! Iusto Necessi Ullam Recusand Nobi Quo Nequ Inulla Beatae Recusand Suscipit Ip Autem Rep Dol Quoquis Inu Rer Odiorem Suscipi Praes Accusant Quia Quosqu Anim Incidunt Nobis Odio Omnis" + img: "assets/img/demo-image-02.jpg" diff --git a/static/assets/img/bg-masthead.jpg b/static/assets/img/bg-masthead.jpg Binary files differnew file mode 100644 index 0000000..16a5526 --- /dev/null +++ b/static/assets/img/bg-masthead.jpg diff --git a/static/assets/img/favicon.png b/static/assets/img/favicon.png Binary files differnew file mode 100644 index 0000000..885cc58 --- /dev/null +++ b/static/assets/img/favicon.png diff --git a/static/assets/img/pj1.jpg b/static/assets/img/pj1.jpg Binary files differnew file mode 100644 index 0000000..6e3f7aa --- /dev/null +++ b/static/assets/img/pj1.jpg diff --git a/static/assets/img/pj2.jpg b/static/assets/img/pj2.jpg Binary files differnew file mode 100644 index 0000000..0f28abb --- /dev/null +++ b/static/assets/img/pj2.jpg diff --git a/static/assets/img/sd-logo-big.png b/static/assets/img/sd-logo-big.png Binary files differnew file mode 100644 index 0000000..695162c --- /dev/null +++ b/static/assets/img/sd-logo-big.png diff --git a/static/assets/img/sd-logo.png b/static/assets/img/sd-logo.png Binary files differnew file mode 100644 index 0000000..885cc58 --- /dev/null +++ b/static/assets/img/sd-logo.png diff --git a/static/assets/img/splash-simuconf.jpg b/static/assets/img/splash-simuconf.jpg Binary files differnew file mode 100644 index 0000000..791a75e --- /dev/null +++ b/static/assets/img/splash-simuconf.jpg |
