From 522a9e55821d46e084be43c15e5819594bbee220 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 26 Jun 2023 19:49:02 -0400 Subject: Move entries to pages and rearrange files Some minor spellchecking also involved here. But basically the intention is to do: pages/ More permanent pages entries/ These are just the articles themselves templates/ These are page snippets to include around The intention for splitting out entries is for if I host this also on gemini the entries are what I can do the processing against vs the page itself which contains the boilerplate template --- make.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'make.sh') diff --git a/make.sh b/make.sh index 93d0211..7e2be18 100755 --- a/make.sh +++ b/make.sh @@ -1,9 +1,9 @@ # Render pages -./render.sh entries/index.html www/index.html -./render.sh entries/error.html www/error.html -./render.sh entries/resources.html www/resources.html -./render.sh entries/about.html www/about.html -./render.sh entries/about-her.html www/about-her.html +./render.sh pages/index.html www/index.html +./render.sh pages/error.html www/error.html +./render.sh pages/resources.html www/resources.html +./render.sh pages/about.html www/about.html +./render.sh pages/about-her.html www/about-her.html # copy static files cp -r static/* www -- cgit v1.2.3-54-g00ecf