From 07e032c1e8985f99a1726c23d67fd199557e082e Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 14 Sep 2023 16:26:17 +0200 Subject: [PATCH] small fixes on website --- config.toml | 12 ++++++------ content/post/2020-01-12-Welcome.md | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 70e1c7b..06aace7 100644 --- a/config.toml +++ b/config.toml @@ -10,8 +10,8 @@ theme = 'hugo-theme-wave' [params] location = "Europe/Paris" - site_description = "" - copyright = "[Hugo](//gohugo.io) powered. Theme by [wave](https://gitlab.com/syui/hugo-theme-wave)." + site_description = "PaulBSD.com infrastructure news, code, fun, open-source and beers" + copyright = "[Hugo](//gohugo.io) powered. Theme by [wave](https://gitlab.com/syui/hugo-theme-wave)." date_format = "2006-01-02" dateformat = "2006-01-02" mainSections = "posts" @@ -23,13 +23,13 @@ theme = 'hugo-theme-wave' [[params.menu]] before = false - label = "Tags" - link = "tags/" + label = "Tags" + link = "tags/" [[params.menu]] before = false - label = "Categories" - link = "categories/" + label = "Categories" + link = "categories/" [params.widgets] recent_articles = true diff --git a/content/post/2020-01-12-Welcome.md b/content/post/2020-01-12-Welcome.md index 7b1aa61..959949a 100644 --- a/content/post/2020-01-12-Welcome.md +++ b/content/post/2020-01-12-Welcome.md @@ -8,4 +8,6 @@ title = "Welcome" ## Overview -Welcome to PaulBSD.com, website that will show some open-source applications articles +Welcome to PaulBSD.com + +It's a website talking about some open-source applications articles, infrastructure, tools, and more ...