Only show menu by default on wide devices

This commit is contained in:
Stavros Korokithakis 2021-02-04 00:46:53 +02:00
parent 6bee3034cc
commit cfef81da36
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -5,6 +5,8 @@ set -euxo pipefail
rm -rf themes/book/
git clone https://github.com/getzola/book.git themes/book/
sed -i '5i if (window.innerWidth < 900) { $menu.classList.toggle("menu-hidden"); $page.classList.toggle("page-without-menu"); }\n' themes/book/static/book.js
rm -rf public/
zola build