<% global.title = "Projects"; %> <%- include(`${private}/header.ejs`) %> ← Go back home

Projects

This is the page where all my active projects are, it is regularly updated from the projects I created on source.minteck.org. For projects I don't maintain anymore, refer to the Archives page.

<% for (let project of JSON.parse(fs.readFileSync(serverRoot + "/global/gitea.json").toString()).sort((a, b) => a.update - b.update).reverse()) { %>
">

<%- project.name %>

<%- project.description %>

<% if (project.website !== null) { %> Website View <% } else { %> View <% } %>

<% } %>
<%- include(`${private}/footer.ejs`) %>