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
11
_includes/error.njk
Normal file
11
_includes/error.njk
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: "base.njk"
|
||||
---
|
||||
<h2>{{ page.fileSlug }} - Ouch! We hit a wall.</h2>
|
||||
<p>{{ errorDescription | safe }}</p>
|
||||
{% if errorQuote %}
|
||||
<p class="errorQuote"><i>"{{ errorQuote | safe }}"</i></p>
|
||||
{% endif %}
|
||||
{% if content %}
|
||||
{{ content | safe }}
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue