Update README with all config options
This commit is contained in:
parent
94d195d2e4
commit
03a1955963
2 changed files with 14 additions and 9 deletions
22
README.md
22
README.md
|
@ -16,16 +16,22 @@ The posts will be treated as blogs and pages will be treated with a similar fash
|
|||
The following config options are available for displaying custom content...
|
||||
|
||||
```toml
|
||||
title = "Tony Blyler"
|
||||
baseurl = "https://example.org/"
|
||||
languageCode = "en-us"
|
||||
theme = "light-hugo"
|
||||
|
||||
title = "Light Hugo"
|
||||
author = "John Doe"
|
||||
copyright = "© Copyright 2016 John Doe"
|
||||
|
||||
[Params]
|
||||
description = "Programmer, deal with it"
|
||||
logo = "/images/logo.png"
|
||||
email = "tblyler@example.com"
|
||||
github = "tblyler"
|
||||
facebook = "example"
|
||||
twitter = "tonyblyler"
|
||||
linkedin = "tblyler"
|
||||
description = "Describe your website"
|
||||
email = "john@example.org"
|
||||
github = "tblyler"
|
||||
twitter = "tonyblyler"
|
||||
linkedin = "johndoe"
|
||||
facebook = "johndoe"
|
||||
logo = "/images/logo.png"
|
||||
```
|
||||
|
||||
You can also append your own `<head>` and footer elements (just before the `</body>`).
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Site settings
|
||||
baseurl = "https://example.org/"
|
||||
themesDir = "../.."
|
||||
languageCode = "en-us"
|
||||
|
|
Loading…
Reference in a new issue