From 98813dd8fde5bf6f1351aca2efff70a035ceccc3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 4 May 2018 22:36:17 -0400 Subject: [PATCH] experimental new structure --- app/App.html | 31 +++++++++++++++++++++ app/client.js | 10 ++++--- app/server.js | 6 +++- assets/global.css | 9 ------ {routes/_components => components}/Nav.html | 0 package.json | 2 +- routes/4xx.html | 18 ++---------- routes/5xx.html | 16 ++--------- routes/_components/Layout.html | 15 ---------- routes/about.html | 16 ++--------- routes/blog/[slug].html | 16 +++-------- routes/blog/index.html | 28 +++++++------------ routes/index.html | 26 +++++------------ 13 files changed, 71 insertions(+), 122 deletions(-) create mode 100644 app/App.html rename {routes/_components => components}/Nav.html (100%) delete mode 100644 routes/_components/Layout.html diff --git a/app/App.html b/app/App.html new file mode 100644 index 0000000..862341d --- /dev/null +++ b/app/App.html @@ -0,0 +1,31 @@ +