diff --git a/_navbar.md b/_navbar.md new file mode 100644 index 0000000..204f960 --- /dev/null +++ b/_navbar.md @@ -0,0 +1,4 @@ +* [Security Checklist](/README) +* [Privacy-Respecting Software](/5_Privacy_Respecting_Software) +* [Security Hardware](/6_Privacy_and-Security_Gadgets) +* [Awesome Security Links](/4_Privacy_And_Security_Links) \ No newline at end of file diff --git a/index.html b/index.html index 55ac08d..73736fa 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,9 @@ +
@@ -16,10 +19,11 @@ window.$docsify = { name: 'Security List', repo: 'https://github.com/Lissy93/personal-security-checklist', - logo: '/main-icon-x512.png', + // logo: '/main-icon-x512.png', themeColor: '#060b2b', notFoundPage: '_404.html', coverpage: '_coverpage.html', + loadNavbar: true, onlyCover: true, executeScript: true, maxLevel: 3, @@ -27,14 +31,16 @@ auto2top: true, formatUpdated: '{DD}/{MM}/{YYYY} {HH}:{mm}', mergeNavbar: true, - sidebar: [ - { slug: '/', title: 'HELLO WORLD' }, - ] - - + search: { + depth: 5, + paths: [ + '/', '0_Why_It_Matters', '2_TLDR_Short_List', '4_Privacy_And_Security_Links', + '5_Privacy_Respecting_Software', '6_Privacy_and-Security_Gadgets', 'ATTRIBUTIONS', 'LICENSE', 'README' + ], + } } - +