Big update: add quiz function, new post

This commit is contained in:
2025-02-02 17:40:57 -06:00
parent a98006f918
commit a915341e5c
35 changed files with 2249 additions and 115 deletions

14
content/quizzes.njk Normal file
View File

@ -0,0 +1,14 @@
---
layout: layouts/base.njk
title: Nathan Upchurch | Quizzes
structuredData: none
description: "Bored? Take a fun quiz to while away the time!"
---
<h1>Quizzes</h1>
<p>Test your knowledge, learn about yourself, and waste your precious time, right here, right now, with a quiz!</p>
{% set postsCount = collections.quiz | length %}
<h2>Available Quizzes:</h2>
{% set postslist = collections.quiz %}
{% set showPostListHeader = false %}
{% include "postslist.njk" %}