-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move authors name to params.author map
- Loading branch information
1 parent
c35654f
commit b8cb057
Showing
7 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,12 @@ Add these params to you `config.toml` | |
|
||
```toml | ||
[params] | ||
author = "Mr Hugo" | ||
user = "hello" | ||
hostname = "gohugo.io" | ||
|
||
[params.author] | ||
name = "Mr Hugo" | ||
email = "[email protected] | ||
``` | ||
### Social links | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,12 @@ theme = "hugo-theme-nightfall" | |
url = "about" | ||
|
||
[params] | ||
author = "Hugo Nightfall" | ||
user = "hello" | ||
hostname = "gohugo.io" | ||
[params.author] | ||
name = "Hugo Nightfall" # Website and RSS feed author | ||
email = "[email protected]" # RSS feed email address | ||
|
||
|
||
readingTime = true # Show reading time on post page | ||
published = true # Show published data on post page | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters