diff --git a/assets/images/screenshot.png b/assets/images/screenshot.png index 8d9ae5f..9e07f7b 100644 Binary files a/assets/images/screenshot.png and b/assets/images/screenshot.png differ diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 5afd786..ba6cff4 100755 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -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]] @@ -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 diff --git a/config/_default/params.toml b/config/_default/params.toml index 04dc227..522027c 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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" diff --git a/content/english/_index.md b/content/english/_index.md index b848464..34f42d5 100755 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -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, it’s written in pure Python! It’s easy and fast!" image: "/images/screenshot.png" button: enable: true @@ -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" diff --git a/package.json b/package.json index 7f6ed56..55dcda1 100644 --- a/package.json +++ b/package.json @@ -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" } }