forked from Telodendria/Telodendria
Restructure the site files.
This commit is contained in:
parent
9dfdd3e9d7
commit
ea0dcd0447
4 changed files with 8 additions and 3 deletions
5
make.sh
5
make.sh
|
@ -84,9 +84,8 @@ recipe_site() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp "Telodendria.css" "$TELODENDRIA_PUB/"
|
# In the future, this might do more.
|
||||||
cp "Telodendria.html" "$TELODENDRIA_PUB/index.html"
|
cp site/* "$TELODENDRIA_PUB/"
|
||||||
cp "release/telodendria-signify.pub" "$TELODENDRIA_PUB/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
recipe_release() {
|
recipe_release() {
|
||||||
|
|
|
@ -155,6 +155,7 @@ Submit code patches to the <b>Telodendria</b> project.
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#license">License</a></li>
|
<li><a href="#license">License</a></li>
|
||||||
<li><a href="#change-log">Change Log</a></li>
|
<li><a href="#change-log">Change Log</a></li>
|
||||||
|
<li><a href="#resources">Resources</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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
|
href="#project-status">Project Status</a> to see where things are
|
||||||
currently at.
|
currently at.
|
||||||
</p>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue