From 9f96bbb1430ace0d651397ff96d610e7c73c5b2e Mon Sep 17 00:00:00 2001 From: gogo24 Date: Sun, 13 Oct 2024 10:14:44 +0200 Subject: [PATCH] change appeal --- hugo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/hugo.toml b/hugo.toml index 789b448..ab5fed6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -42,8 +42,8 @@ paginate = 10 [languages] [languages.en] - title = "Hello Friend NG" - subtitle = "A simple theme for Hugo" + title = "CPE" + subtitle = "CPE: the school that schools to send you to cpe!" keywords = "" copyright = 'CC BY-NC 4.0' readOtherPosts = "Read other posts" @@ -51,21 +51,21 @@ paginate = 10 [languages.en.params.logo] logoText = "crypto pwn elite (cpe) blog" logoHomeLink = "/gogo-s-blog-cpe" - - [[menu.main]] - identifier = "0toOverflow" - name = "0toOverflow" - url = "/from-0-to-buffer-overflow-by-projects" - weight = 1 [[menu.main]] identifier = "0toCrypto" - name = "0toCrypto" + name = "Crypto" url = "/from-0-to-crypto-by-projects" + weight = 1 + + [[menu.main]] + identifier = "0toOverflow" + name = "Pwn" + url = "/from-0-to-buffer-overflow-by-projects" weight = 2 [[menu.main]] - identifier = "putting-games-on-darknet" - name = "Putting-games-on-darknet" + identifier = "Putting-games-on-darknet" + name = "Elite" url = "/putting-games-on-darknet" weight = 3