Fix examplePage config.toml and edit Readme

This commit is contained in:
panr 2018-08-23 23:58:22 +02:00
parent e181f8a888
commit b442ae90c9
2 changed files with 31 additions and 11 deletions

View file

@ -1,17 +1,13 @@
baseurl = "https://example.org/"
languageCode = "en-us"
title = "Hello Friend"
theme = "hello-friend"
theme = "hugo-theme-hello-friend"
copyright = ""
paginate = 5
[params]
subtitle = "A simple theme for Hugo"
# [params.logo]
# path = "/img/your-example-logo.svg"
# alt = "your_example_logo"
[menu]
[[menu.main]]
identifier = "about"
@ -20,4 +16,4 @@ paginate = 5
[[menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"
url = "/showcase"