Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
V5
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Jan 23, 2024
1 parent 39df516 commit 9d93c69
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
Binary file modified assets/images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 14 additions & 4 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,20 @@ name = "PyPi"
url = "https://pypi.org/project/fusion-engine/"
weight = 3

[[main]]
name = "Discord Server"
url = "https://discord.com/invite/Smg3CK4ZMc"
weight = 4

[[main]]
name = "Blog"
url = "blog/"
weight = 4
weight = 5

[[main]]
name = "About"
url = "about/"
weight = 5
weight = 6

# footer menu
[[footer]]
Expand All @@ -39,12 +44,17 @@ name = "PyPi"
url = "https://pypi.org/project/fusion-engine/"
weight = 2

[[footer]]
name = "Discord Server"
url = "https://discord.com/invite/Smg3CK4ZMc"
weight = 3

[[footer]]
name = "Blog"
url = "blog/"
weight = 3
weight = 4

[[footer]]
name = "About"
url = "about/"
weight = 4
weight = 5
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ show_categories = true
# seo meta data for OpenGraph / Twitter Card
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
[metadata]
keywords = ["Python", "Game Engine"]
description = "A custom open-source game engine on Python and Pygame, it is written in pure Python! It is easy and fast!"
keywords = ["OpenGL", "Python", "Game Engine"]
description = "A custom open-source game engine on OpenGL and Python, it’s written in pure Python! It’s easy and fast!"
author = "fusion.engine"
image = "images/logo-darkmode.png"

Expand Down
5 changes: 3 additions & 2 deletions content/english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Banner
banner:
title: "Fusion Engine"
content: "A custom open-source game engine on Python and Pygame, it's written in pure Python and Pygame. Its focused to be easy and powerful."
content: "A custom open-source game engine on OpenGL and Python, its written in pure Python! It’s easy and fast!"
image: "/images/screenshot.png"
button:
enable: true
Expand All @@ -18,7 +18,8 @@ features:
- "Really easy to use"
- "Lots of features"
- "Really fast"
- "Easy to integrate with Pygame"
- "Uses OpenGL"
- "Easy to integrate with PyOpenGL"
- "Entirely open-source"
- "GPLv3 licence"

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.3.6"
},
"dependencies": {
"hugo": "^0.0.3"
}
}

0 comments on commit 9d93c69

Please sign in to comment.