From 0ac1509a59ec3b12c8e29472b3e5bbd1393ff656 Mon Sep 17 00:00:00 2001 From: Mark Nguyen <1138440+canxerian@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:04:11 +0100 Subject: [PATCH] Remove About and Contact links --- content/about.md | 5 +++++ hugo.toml | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 content/about.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..b8a0f37 --- /dev/null +++ b/content/about.md @@ -0,0 +1,5 @@ ++++ +title = 'About' +date = 2024-07-15T15:12:38+01:00 +draft = true ++++ diff --git a/hugo.toml b/hugo.toml index 6861ffa..bdc62fc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -44,18 +44,18 @@ theme = 'paper' # mapping = 'pathname' # theme = 'light' # lang = 'zh-CN' -[menu] +# [menu] - [[menu.main]] - identifier = "about" - name = "About" - url = "/about/" - weight = 10 - [[menu.main]] - identifier = "contact" - name = "Contact" - url = "/contact/" - weight = 10 +# [[menu.main]] +# identifier = "about" +# name = "About" +# url = "/about/" +# weight = 10 +# [[menu.main]] +# identifier = "contact" +# name = "Contact" +# url = "/contact/" +# weight = 10 [markup]