From 2665270e50ade53fd37e5a7059c53220061ff3f2 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Thu, 16 Apr 2020 08:34:49 +0200 Subject: [PATCH] Update README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff67ace..100548d 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ The theme doesn't require any advanced configuration. Just copy the following co Note: There are more options to configure. Take a look into the `config.toml` in `exampleSite`. ``` toml -baseurl = "/" +baseurl = "localhost" +title = "My Blog" languageCode = "en-us" -theme = "hello-friend-ng" +theme = "hello-friend-ng" [params] dateform = "Jan 2, 2006" @@ -48,6 +49,9 @@ theme = "hello-friend-ng" dateformNum = "2006-01-02" dateformNumTime = "2006-01-02 15:04 -0700" + # Subtitle for home + homeSubtitle = "A simple and beautiful blog" + # Set disableReadOtherPosts to true in order to hide the links to other posts. disableReadOtherPosts = false @@ -62,12 +66,17 @@ theme = "hello-friend-ng" # Default theme "light" or "dark" defaultTheme = "dark" +[taxonomies] + category = "blog" + tag = "tags" + series = "series" + [languages] [languages.en] title = "Hello Friend NG" subtitle = "A simple theme for Hugo" keywords = "" - copyright = "" + copyright = 'CC BY-NC 4.0' readOtherPosts = "Read other posts" [languages.en.params.logo]