feat(hytale): add HytaleDemoGrid component and demo data

- Introduced HytaleDemoGrid.vue to showcase live Hytale plugins with a responsive layout.
- Created hytaleDemos.ts to manage demo data, including details for VotePipe and GravityFlip plugins.
- Updated Hytale page to include the new demo grid section.
- Enhanced AppFooter and ServicesSection with i18n support for better localization.
- Added new blog post detailing the development process of the GravityFlip plugin, available in both English and French.

This commit enhances the visibility of Hytale plugins and improves the overall user experience on the site.
This commit is contained in:
2026-04-25 15:39:53 +02:00
parent 1282d0e350
commit bc0b0ea01d
13 changed files with 646 additions and 40 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
<rect width="500" height="500" style="fill: rgb(12, 17, 29);"/>
<text style="fill: rgb(136, 172, 217); font-family: &quot;Microsoft Sans Serif&quot;; font-size: 411.6px; font-weight: 700; white-space: pre;" x="111.729" y="396.341">V</text>
</svg>

After

Width:  |  Height:  |  Size: 352 B