mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Bump version of material-mkdocs
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
27
manuscript/extras/javascript/auto-expand-nav.js
Normal file
27
manuscript/extras/javascript/auto-expand-nav.js
Normal file
@@ -0,0 +1,27 @@
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
load_navpane();
|
||||
});
|
||||
|
||||
function load_navpane() {
|
||||
var width = window.innerWidth;
|
||||
if (width <= 1200) {
|
||||
return;
|
||||
}
|
||||
|
||||
var nav = document.getElementsByClassName("md-nav");
|
||||
for(var i = 0; i < nav.length; i++) {
|
||||
if (typeof nav.item(i).style === "undefined") {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (nav.item(i).getAttribute("data-md-level") && nav.item(i).getAttribute("data-md-component")) {
|
||||
nav.item(i).style.display = 'block';
|
||||
nav.item(i).style.overflow = 'visible';
|
||||
}
|
||||
}
|
||||
|
||||
var nav = document.getElementsByClassName("md-nav__toggle");
|
||||
for(var i = 0; i < nav.length; i++) {
|
||||
nav.item(i).checked = true;
|
||||
}
|
||||
}
|
||||
49
manuscript/images/site-logo.svg
Normal file
49
manuscript/images/site-logo.svg
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<path style="fill:#211915;" d="M512,512H0V256c0-68.38,26.628-132.668,74.981-181.019S187.62,0,256,0s132.668,26.628,181.019,74.981
|
||||
S512,187.62,512,256V512z"/>
|
||||
<path style="fill:#FFFFFF;" d="M73.143,512V221.117c0-58.906,47.924-106.83,106.83-106.83c28.917,0,56.142,11.606,76.027,31.782
|
||||
c19.884-20.176,47.11-31.782,76.027-31.782c58.906,0,106.83,47.924,106.83,106.83V512H73.143z"/>
|
||||
<path style="fill:#FFAB00;" d="M256,431.699l-74.713-118.642L256,245.866l74.713,67.19L256,431.699z"/>
|
||||
<path style="fill:#BDBDBF;" d="M438.857,221.117c0-58.906-47.924-106.83-106.83-106.83c-28.573,0-55.489,11.337-75.309,31.071
|
||||
V246.51l73.996,66.545l-73.996,117.503V512h182.139V221.117z"/>
|
||||
<polygon style="fill:#BD7F00;" points="330.713,313.056 256.718,246.511 256.718,430.559 "/>
|
||||
<g>
|
||||
<path style="fill:#333333;" d="M187.76,214.201c0-11.513-9.229-20.835-20.569-20.835c-11.355,0-20.582,9.324-20.582,20.835
|
||||
c0,11.511,9.227,20.843,20.582,20.843C178.53,235.044,187.76,225.712,187.76,214.201z"/>
|
||||
<path style="fill:#333333;" d="M365.392,214.201c0-11.513-9.229-20.835-20.569-20.835c-11.355,0-20.582,9.324-20.582,20.835
|
||||
c0,11.511,9.227,20.843,20.582,20.843C356.163,235.044,365.392,225.712,365.392,214.201z"/>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -1,5 +1,3 @@
|
||||
hero: Heroic Hero
|
||||
|
||||
# BookStack
|
||||
|
||||
BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.
|
||||
|
||||
1
manuscript/recipes/general/ipad-pro-geeking.md
Normal file
1
manuscript/recipes/general/ipad-pro-geeking.md
Normal file
@@ -0,0 +1 @@
|
||||
Hello
|
||||
1
manuscript/recipes/general/kid-safe-wifi.md
Normal file
1
manuscript/recipes/general/kid-safe-wifi.md
Normal file
@@ -0,0 +1 @@
|
||||
Hello
|
||||
0
manuscript/recipes/general/start.md
Normal file
0
manuscript/recipes/general/start.md
Normal file
@@ -1,7 +1,9 @@
|
||||
hero: "Excuse me... waiter, there's a bug in this recipe!"
|
||||
|
||||
# Support
|
||||
|
||||
> "Excuse me... waiter, there's a bug in this recipe!"
|
||||
|
||||
How do you get support for these receipes? There are several options...
|
||||
|
||||
## Discord: Where the cool kids are
|
||||
|
||||
All the cool kids are hanging out in the [Discord server](http://chat.funkypenguin.co.nz).
|
||||
|
||||
Reference in New Issue
Block a user