From bf8b13113a74cadd438ed88dc8dd4fb2546f180a Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Thu, 16 Mar 2023 17:45:05 +1000 Subject: [PATCH] Add pre and post hooks and live.js with navbar --- .zs/layout.html | 14 +- .zs/posthook | 12 + .zs/prehook | 3 + css/simple.css | 651 ++++++++++++++++++++++++++++++++++++++++++++++++ css/style.css | 11 + index.md | 19 +- js/live.js | 233 +++++++++++++++++ simple.css | 492 ------------------------------------ simple.min.css | 1 - 9 files changed, 929 insertions(+), 507 deletions(-) create mode 100755 .zs/posthook create mode 100755 .zs/prehook create mode 100644 css/simple.css create mode 100644 css/style.css create mode 100644 js/live.js delete mode 100644 simple.css delete mode 100644 simple.min.css diff --git a/.zs/layout.html b/.zs/layout.html index 6c08173..d5741d3 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -3,7 +3,8 @@
- + + @@ -13,8 +14,16 @@ +A zs starter template
+