Update README with all config options
This commit is contained in:
parent
94d195d2e4
commit
03a1955963
2 changed files with 14 additions and 9 deletions
18
README.md
18
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...
|
The following config options are available for displaying custom content...
|
||||||
|
|
||||||
```toml
|
```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]
|
[Params]
|
||||||
description = "Programmer, deal with it"
|
description = "Describe your website"
|
||||||
logo = "/images/logo.png"
|
email = "john@example.org"
|
||||||
email = "tblyler@example.com"
|
|
||||||
github = "tblyler"
|
github = "tblyler"
|
||||||
facebook = "example"
|
|
||||||
twitter = "tonyblyler"
|
twitter = "tonyblyler"
|
||||||
linkedin = "tblyler"
|
linkedin = "johndoe"
|
||||||
|
facebook = "johndoe"
|
||||||
|
logo = "/images/logo.png"
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also append your own `<head>` and footer elements (just before the `</body>`).
|
You can also append your own `<head>` and footer elements (just before the `</body>`).
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Site settings
|
|
||||||
baseurl = "https://example.org/"
|
baseurl = "https://example.org/"
|
||||||
themesDir = "../.."
|
themesDir = "../.."
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
|
|
Loading…
Reference in a new issue