From 0be9c538ef5027ec6daa72372cc609e2e5f07a9a Mon Sep 17 00:00:00 2001 From: nicholas Date: Thu, 7 Mar 2024 19:19:59 +0000 Subject: [PATCH] Add sidebar footer --- site/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/site/index.html b/site/index.html index 3197a8f..8104e1f 100644 --- a/site/index.html +++ b/site/index.html @@ -18,10 +18,34 @@ coverpage: true, coverpage: '_coverpage.md', onlyCover: false, + autoFooter: { + + // the name you wish to display as the copyright holder + name: 'admin', + + // the URL (personal or company) which clicking the `name` goes to + url: 'https://docs.bigyellowfish.com', + + // the start year of copyright + copyYear: '20124', + + // show the privacy policy link + policy: false, + + // show the terms of service link + terms: false, + + // show the cookies policy link + cookies: false, + + // use your own css styles or the built in ones + customStyle: false, + } }; +