Skip to content

Commit cbe9d9b

Browse files
committed
Add Showcase page and fix pagination settings
1 parent ebd7127 commit cbe9d9b

4 files changed

Lines changed: 1383 additions & 1456 deletions

File tree

config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enableEmoji = true
88
enableGitInfo = false
99
enableRobotsTXT = true
1010
languageCode = "en-US"
11-
paginate = 10
11+
pagination.pagerSize = 10
1212
rssLimit = 10
1313
summarylength = 20 # 70 (default)
1414

config/_default/menus/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
url = "/docs/reference/frequently-asked-questions"
4949
weight = 30
5050

51+
[[main]]
52+
name = "Showcase"
53+
url = "/showcase"
54+
weight = 30
55+
5156
[[social]]
5257
name = "Twitter"
5358
pre = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-twitter"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z"/></svg>'

content/showcase.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Showcase"
3+
description: ""
4+
summary: ""
5+
date: 2025-04-08T02:49:45+02:00
6+
lastmod: 2025-04-08T02:49:45+02:00
7+
draft: false
8+
type: "legal"
9+
seo:
10+
title: "" # custom title (optional)
11+
description: "" # custom description (recommended)
12+
canonical: "" # custom canonical URL (optional)
13+
noindex: false # false (default) or true
14+
---
15+
16+
17+
## OpenFusion Tools
18+
19+
### OpenFusion Sites
20+
21+
- [Original / Future Public Server Map Site](https://dexlabs.systems/)
22+
- [Academy Public Server Map Site](https://academy.dexlabs.systems/)
23+
24+
### Github
25+
26+
- [OpenFusionMap](https://github.com/OpenFusionProject/OpenFusionMap)
27+
- [DexLabs Leaderboards](https://github.com/hichemfantar/dex-labs-leaderboards)
28+
- [Computress Discord Bot](https://github.com/OpenFusionProject/computress-rs)
29+
- [Scripts](https://github.com/OpenFusionProject/scripts)
30+
- [FFSpy](https://github.com/OpenFusionProject/FFSpy)
31+
- [Disunityff](https://github.com/OpenFusionProject/disunityff)
32+
- [UnityPackFF](https://github.com/dongresource/UnityPackFF)
33+
- [OpenFusion Server Configurator](https://github.com/Eperty123/OpenFusion-Server-Configurator)
34+
- [OpenFusion Race Rankings Python Script](https://gist.github.com/CakeLancelot/6e288aecfaf9d640f5b480b48cf82a95)
35+
- [FusionFall to Unity Converter](https://github.com/Eperty123/FF2Unity)
36+
- [OpenFusion Launcher](https://github.com/Eperty123/OpenFusion-Launcher)
37+
38+
<br/>

0 commit comments

Comments
 (0)