Update README

This commit is contained in:
Djordje Atlialp 2020-04-16 08:34:49 +02:00
parent 7e7d41a648
commit 2665270e50

View file

@ -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 = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]