From 9b1f99fc41330f3486174e9aaabd9afa3186952e Mon Sep 17 00:00:00 2001 From: Jake Wiesler Date: Mon, 13 Jul 2020 22:23:33 -0400 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f03095..0aee593 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ If any of these options are given, `hugo-theme-codex` will render the social ico See the contents of the [example site](https://github.com/jakewies/hugo-theme-codex/tree/master/exampleSite) for more details. You can also create additional social icons by: -1. Adding your own SVGs in `static/images/social/`, for example `static/images/social/reddit.svg`. +1. Adding your own SVGs in `static/svg/`, for example `static/svg/reddit.svg`. 2. Modifying your site's config as follows: ```toml [params] # ... reddit = "" - iconTitles = [ "...", "Reddit"] + iconTitles = ["Reddit"] ``` Make sure that the icon title must match the icon's file name. If the title contains more than one word, say "My Awesome Site",