Added allprojects.njk that lists all projecs (pagination), added contributing.md that has instructinos about adding your project to neoBeta, added errors template and 404 page, moved projects metadata to json file.

This commit is contained in:
天クマ 2025-10-26 17:36:37 -03:00
commit 8354b455d4
24 changed files with 167 additions and 68 deletions

View file

@ -3,7 +3,9 @@
<h1 id="title">neoBeta</h1>
<ul id="headerLinks">
<a href="/">home</a> -
<a href="/search">search</a>
<a href="/search">search</a> -
<a href="/allprojects">index</a> -
<a href="/contribute">contribute</a>
</ul>
<p id="credits">Adrian Victor, 2025 (<a href="https://git.disroot.org/adrianvictor/neoBeta">Unlicense</a>)</p>
</div>