Skip to content

Commit

Permalink
Correcting author param to new format in examplesite.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Jul 18, 2024
1 parent d3b2b6e commit ea9f101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exampleSite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ removePathAccents: true
paginate: 10
paginatePath: "page"
rssLimit: 20
author:
name: "Your Name"
url: "https://example.org/somepage"
avatar: "path/to/some-image.jpg"

outputFormats:
SearchIndex:
Expand Down Expand Up @@ -40,3 +36,7 @@ params:
realfavicongenerator: true
sidebar: true
submitted: true
author:
name: "Your Name"
url: "https://example.org/somepage"
avatar: "path/to/some-image.jpg"

0 comments on commit ea9f101

Please sign in to comment.