From e51d42c92a92d850e52b42a1be682537c8400365 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 31 Jan 2022 23:33:12 +0000
Subject: [PATCH] make icons dir configurable #69

---
 exampleSite/config/_default/params.toml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index dac2e04..9b92c5f 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -16,6 +16,9 @@
 # disable showing line numbers by default. Switch to `true` if you'd rather have them on.
 codeLineNumbers = false
 
+# By default the template will look for icons under the icons directory. In some situations you might wanna change that. edit the line below
+# iconsPath = 'icons/'
+
 # Site logo
 [logo]
   lightMode = "images/compose.svg"

--
Gitblit v1.10.0