From 39df5165cbb28f47c5cbb8d554e6a2c356458fd7 Mon Sep 17 00:00:00 2001 From: dimkauzh Date: Sun, 14 Jan 2024 17:59:11 +0100 Subject: [PATCH] Update website --- config/_default/menus.en.toml | 5 ++--- config/_default/params.toml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 5b26ff8..5afd786 100755 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -8,7 +8,7 @@ weight = 1 [[main]] name = "Github" -url = "https://github.com/dimkauzh/fusion-engine" +url = "https://github.com/fusionengine-org/fusion-engine" weight = 2 @@ -30,7 +30,7 @@ weight = 5 # footer menu [[footer]] name = "Github" -url = "https://github.com/dimkauzh/fusion-engine" +url = "https://github.com/fusionengine-org/fusion-engine" weight = 1 @@ -48,4 +48,3 @@ weight = 3 name = "About" url = "about/" weight = 4 - diff --git a/config/_default/params.toml b/config/_default/params.toml index c5208b1..04dc227 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -27,7 +27,7 @@ google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx # custom script on header, example: custom_script= "" custom_script = "" # copyright -copyright = "Theme by [Zeon Studio](https://zeon.studio). Developed by Fusion Engine." +copyright = "Developed by Fusion Engine. Theme by [Zeon Studio](https://zeon.studio)." # Preloader # preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader @@ -51,7 +51,7 @@ show_categories = true # seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo [metadata] keywords = ["Python", "Game Engine"] -description = "A 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!" author = "fusion.engine" image = "images/logo-darkmode.png"