From 9910530a3fd9c7dbc51c6eeb41fa3e4caf5cb775 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 05 Mar 2023 12:48:12 +0000
Subject: [PATCH] document favicons #65

---
 exampleSite/content/docs/compose/customize.md |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/exampleSite/content/docs/compose/customize.md b/exampleSite/content/docs/compose/customize.md
index 05f0e65..0794138 100644
--- a/exampleSite/content/docs/compose/customize.md
+++ b/exampleSite/content/docs/compose/customize.md
@@ -82,3 +82,22 @@
 ### I want to add custom SASS or JS
 
 Add custom SASS and JS via [this custom SASS file](https://github.com/onweru/compose/blob/master/assets/sass/_custom.sass) and [this custom JavaScript file](https://github.com/onweru/compose/hugo-compose/blob/master/assets/js/custom.js).
+
+### How to change site favicon
+
+Your favicons should be stored inside `static/favicons` directory.
+
+Here are some of the favicon files that you should have in that folder:
+
+```
+.
+├── android-chrome-192x192.png
+├── android-chrome-512x512.png
+├── apple-touch-icon.png
+├── favicon-16x16.png
+├── favicon-32x32.png
+├── favicon.ico
+└── site.webmanifest
+```
+
+We recommend you consider using this [tool](https://realfavicongenerator.net/) while generating your favicons.
\ No newline at end of file

--
Gitblit v1.10.0