From 55955380210ae5443d06c82acbac8919bb8bc082 Mon Sep 17 00:00:00 2001 From: QWERTIOX Date: Thu, 17 Aug 2023 22:17:06 +0200 Subject: [PATCH] first page --- content/main.md | 5 ++++- hugo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/main.md b/content/main.md index d5e090b..880efa2 100644 --- a/content/main.md +++ b/content/main.md @@ -1,6 +1,9 @@ --- title: "Main" date: 2023-08-17T16:42:35Z -draft: true +draft: false --- +# Discord bot + +[Discord server](https://discord.gg/cAt6WyRSND) \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index dabac6c..9863163 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseURL = 'http://example.org/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Veles' [[module.imports]] path = "github.com/willfaught/paige"