Restructure the site files.

This commit is contained in:
Jordan Bancino 2022-07-23 17:29:54 -04:00
parent 9dfdd3e9d7
commit ea0dcd0447
4 changed files with 8 additions and 3 deletions

View File

@ -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() {

View File

@ -155,6 +155,7 @@ Submit code patches to the <b>Telodendria</b> project.
</li>
<li><a href="#license">License</a></li>
<li><a href="#change-log">Change Log</a></li>
<li><a href="#resources">Resources</a></li>
</ul>
</li>
</ul>
@ -558,5 +559,10 @@ is not yet functional as a Matrix homeserver. Please check out the <a
href="#project-status">Project Status</a> to see where things are
currently at.
</p>
<h2 id="resources">Resources</h2>
<ul>
<li><a href="/pub">Old <b>Telodendria</b> Versions</a></li>
<li><a href="/matrix-spec/v1.3">Matrix Spec v1.3 Mirror</a></li>
</ul>
</body>
</html>