From 103ea1f8d2c44ea59d37e06fd5dea90a9326a5c6 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 20 Dec 2022 17:08:58 -0800 Subject: [PATCH] Add social config to site params section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b3f993dd..463311e3 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,11 @@ paige: rss: managing_editor: "Michael Bluth" web_master: "Michael Bluth" + social: # Social links on the home page + examplesite: + icon: example-icon # Bootstrap icon name + link: https://example.com/username + name: Example Name # Used for screen readers ``` If you set `hide_theme_comment` or `hide_theme_link`, please credit this project in a post to help others find it.