From ea0dcd0447d8236be05e707c8b2c90caf2347622 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 23 Jul 2022 17:29:54 -0400 Subject: [PATCH] Restructure the site files. --- make.sh | 5 ++--- Telodendria.html => site/index.html | 6 ++++++ Telodendria.css => site/style.css | 0 {release => site}/telodendria-signify.pub | 0 4 files changed, 8 insertions(+), 3 deletions(-) rename Telodendria.html => site/index.html (98%) rename Telodendria.css => site/style.css (100%) rename {release => site}/telodendria-signify.pub (100%) diff --git a/make.sh b/make.sh index 73d4b41..98b2e97 100644 --- a/make.sh +++ b/make.sh @@ -84,9 +84,8 @@ recipe_site() { exit 1 fi - cp "Telodendria.css" "$TELODENDRIA_PUB/" - cp "Telodendria.html" "$TELODENDRIA_PUB/index.html" - cp "release/telodendria-signify.pub" "$TELODENDRIA_PUB/" + # In the future, this might do more. + cp site/* "$TELODENDRIA_PUB/" } recipe_release() { diff --git a/Telodendria.html b/site/index.html similarity index 98% rename from Telodendria.html rename to site/index.html index b887b80..da07400 100644 --- a/Telodendria.html +++ b/site/index.html @@ -155,6 +155,7 @@ Submit code patches to the Telodendria project.
  • License
  • Change Log
  • +
  • Resources
  • @@ -558,5 +559,10 @@ is not yet functional as a Matrix homeserver. Please check out the Project Status to see where things are currently at.

    +

    Resources

    + diff --git a/Telodendria.css b/site/style.css similarity index 100% rename from Telodendria.css rename to site/style.css diff --git a/release/telodendria-signify.pub b/site/telodendria-signify.pub similarity index 100% rename from release/telodendria-signify.pub rename to site/telodendria-signify.pub