From 2956d3a7fae10f48cf3c8b0d421688166b6fd17a Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Feb 2020 23:01:30 +0100 Subject: [PATCH] correct some instances of undesirable casing - also: set sub-title text to 'hello friend' (hello friend? that's lame. maybe I should give you a name.) --- config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index c401ce1..a30fbe2 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,7 @@ theme = "hello-friend-ng" dateformNumTime = "2006-01-02 15:04 -0700" # Metadata mostly used in document's head - description = "Dotya.ml" + description = "dotya.ml" keywords = "homepage, development, git, programming" images = [""] @@ -21,7 +21,7 @@ theme = "hello-friend-ng" # Default theme "light" or "dark" defaultTheme = "dark" - homeSubtitle = "Hello" + homeSubtitle = "hello friend. hello friend? that's lame. maybe I should give you a name." [params.logo] logoText = "dotya.ml" @@ -34,7 +34,7 @@ theme = "hello-friend-ng" [[params.social]] name = "email" url = "mailto:" - + [languages] [languages.en] title = "dotya.ml" @@ -55,22 +55,22 @@ theme = "hello-friend-ng" [languages.en.menu] [[languages.en.menu.main]] identifier = "about" - name = "About" + name = "about" url = "/about" [[languages.en.menu.main]] identifier = "git" - name = "Git" + name = "git" url = "https://git.dotya.ml" [[languages.en.menu.main]] identifier = "status" - name = "Status" + name = "status" url = "/status" # And you can even create generic menu [menu] [[menu.main]] identifier = "about" - name = "About" + name = "about" url = "/about" [[menu.main]] identifier = ""