summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-26 19:49:02 -0400
committerSteph Enders <steph@senders.io>2023-06-26 19:49:02 -0400
commit522a9e55821d46e084be43c15e5819594bbee220 (patch)
tree590e6ebfebfaaf4da583652583738efa09a2fa20 /make.sh
parent8651853a781f114d9d354264d977105b0028e68a (diff)
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
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh10
1 files changed, 5 insertions, 5 deletions
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