From 415fa89e1a3216994fb64897feffaf17b3b1371a Mon Sep 17 00:00:00 2001 From: Heap Crash <66139157+heapcrash@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:39:50 -0500 Subject: [PATCH] Add example configuration for social media footer links (#386) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5824b224..af81ddfa 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,19 @@ This is column 2. {{< endcolumns >}} ``` +### Social Media Icons + +In order to show social media icons in the footer, add a section like this to your `config.yaml`. You can see the full list of supported social media sites in `data/beautifulhugo/social.toml`. + +```yaml +author: + name: "Author Name" + website: "https://example.com" + github: halogenica/beautifulhugo + twitter: username + discord: 96VAXXvjCB +``` + ## About This is an adaptation of the Jekyll theme [Beautiful Jekyll](https://deanattali.com/beautiful-jekyll/) by [Dean Attali](https://deanattali.com/aboutme#contact). It supports most of the features of the original theme, and many new features. It has diverged from the Jekyll theme over time, with years of community updates.