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.)
This commit is contained in:
surtur 2020-02-17 23:01:30 +01:00
parent 74ff5f0126
commit 2956d3a7fa
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -12,7 +12,7 @@ theme = "hello-friend-ng"
dateformNumTime = "2006-01-02 15:04 -0700" dateformNumTime = "2006-01-02 15:04 -0700"
# Metadata mostly used in document's head # Metadata mostly used in document's head
description = "Dotya.ml" description = "dotya.ml"
keywords = "homepage, development, git, programming" keywords = "homepage, development, git, programming"
images = [""] images = [""]
@ -21,7 +21,7 @@ theme = "hello-friend-ng"
# Default theme "light" or "dark" # Default theme "light" or "dark"
defaultTheme = "dark" defaultTheme = "dark"
homeSubtitle = "Hello" homeSubtitle = "hello friend. hello friend? that's lame. maybe I should give you a name."
[params.logo] [params.logo]
logoText = "dotya.ml" logoText = "dotya.ml"
@ -55,22 +55,22 @@ theme = "hello-friend-ng"
[languages.en.menu] [languages.en.menu]
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "about" identifier = "about"
name = "About" name = "about"
url = "/about" url = "/about"
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "git" identifier = "git"
name = "Git" name = "git"
url = "https://git.dotya.ml" url = "https://git.dotya.ml"
[[languages.en.menu.main]] [[languages.en.menu.main]]
identifier = "status" identifier = "status"
name = "Status" name = "status"
url = "/status" url = "/status"
# And you can even create generic menu # And you can even create generic menu
[menu] [menu]
[[menu.main]] [[menu.main]]
identifier = "about" identifier = "about"
name = "About" name = "about"
url = "/about" url = "/about"
[[menu.main]] [[menu.main]]
identifier = "" identifier = ""