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:
parent
6ef89eed3d
commit
8354b455d4
24 changed files with 167 additions and 68 deletions
8
projects/timekeeper/index.json
Normal file
8
projects/timekeeper/index.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "TimeKeeper",
|
||||
"subtitle": "Syncs real world time with your Minecraft server time.",
|
||||
"author": "tenkuma",
|
||||
"downloadLink": "https://modrinth.com/plugin/timekeeper/versions",
|
||||
"logo": "logo.png",
|
||||
"tags": ["plugin"]
|
||||
}
|
||||
|
|
@ -1,11 +1,3 @@
|
|||
---
|
||||
name: "TimeKeeper"
|
||||
subtitle: "Syncs real world time with your Minecraft server time."
|
||||
author: "tenkuma"
|
||||
downloadLink: "https://modrinth.com/plugin/timekeeper/versions"
|
||||
logo: "logo.png"
|
||||
tags: plugin
|
||||
---
|
||||
This is a plugin for Minecraft beta that syncs the real world time with your in-game time. Logo by [malcolmriley](https://github.com/malcolmriley/unused-textures/blob/master/items/).
|
||||
|
||||
## How it works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue