From 0be2ed14384ad2854ef86e4b06f5c2e59e691668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Kozie=C5=82?= Date: Sat, 22 Dec 2018 09:49:54 +0100 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index abd9a0e..eb0c6c5 100644 --- a/README.md +++ b/README.md @@ -54,22 +54,24 @@ $ git submodule add https://github.com/panr/hugo-theme-hello-friend.git themes/h The theme doesn't require any advanced configuration. Just copy: ``` -baseUrl = "https://example.com/" +baseurl = "https://example.org/" languageCode = "en-us" -title = "Your site title" -theme = "hello-friend" +title = "Hello Friend" +theme = "hugo-theme-hello-friend" copyright = "" paginate = 5 [params] - subtitle = "Your site subtitle" + subtitle = "A simple theme for Hugo" + # "light" or "dark" + defaultTheme = "dark" [params.logo] logoText = "hello friend" -# or -# -# path = "/img/your-example-logo.svg" -# alt = "Your example logo alt text" + # or + # +# path = "/img/your-example-logo.svg" +# alt = "Your example logo alt text" [menu] [[menu.main]] @@ -77,10 +79,9 @@ paginate = 5 name = "About" url = "/about" [[menu.main]] - identifier = "contact" - name = "Contact" - url = "/contact" - + identifier = "showcase" + name = "Showcase" + url = "/showcase" ``` to `config.toml` file in your Hugo root directory and change params fields.