From 3cfa429d12eaf27ca26fb2f020f63bb94e9a622b Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Fri, 9 Jan 2026 14:02:39 -0500 Subject: [PATCH] feat: add METAR quiz tool for aviation weather practice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- config.yaml | 3 + content/tools/_index.md | 12 + content/tools/metar-quiz.md | 26 ++ layouts/_default/metar-quiz.html | 627 +++++++++++++++++++++++++++++++ 4 files changed, 668 insertions(+) create mode 100644 content/tools/_index.md create mode 100644 content/tools/metar-quiz.md create mode 100644 layouts/_default/metar-quiz.html diff --git a/config.yaml b/config.yaml index b0be191..332cd0f 100644 --- a/config.yaml +++ b/config.yaml @@ -64,6 +64,9 @@ languages: - name: Archive url: archives weight: 5 + - name: Tools + url: tools/ + weight: 7 - name: Search url: search/ weight: 10 diff --git a/content/tools/_index.md b/content/tools/_index.md new file mode 100644 index 0000000..97ac907 --- /dev/null +++ b/content/tools/_index.md @@ -0,0 +1,12 @@ +--- +title: "Tools" +description: "Aviation and other useful tools" +summary: "Aviation and other useful tools" +_build: + list: never + render: always +--- + +## Aviation + +- [METAR Quiz](/tools/metar-quiz/) - Test your knowledge of METAR and TAF weather abbreviations diff --git a/content/tools/metar-quiz.md b/content/tools/metar-quiz.md new file mode 100644 index 0000000..411dabd --- /dev/null +++ b/content/tools/metar-quiz.md @@ -0,0 +1,26 @@ +--- +title: "METAR Quiz - Aviation Weather Abbreviation Practice" +layout: "metar-quiz" +description: "Free interactive quiz to learn and practice METAR and TAF weather abbreviations. Test your knowledge of aviation weather codes including precipitation, sky conditions, visibility, and more." +summary: "Practice METAR and TAF weather abbreviations" +keywords: + - METAR quiz + - TAF quiz + - aviation weather + - weather abbreviations + - pilot training + - aviation weather codes + - METAR practice + - METAR test + - learn METAR + - aviation study +tags: + - aviation + - weather + - tools +date: 2025-01-06 +lastmod: 2025-01-06 +_build: + list: never + render: always +--- diff --git a/layouts/_default/metar-quiz.html b/layouts/_default/metar-quiz.html new file mode 100644 index 0000000..b64aab6 --- /dev/null +++ b/layouts/_default/metar-quiz.html @@ -0,0 +1,627 @@ +{{- define "main" }} + + + + + +
+
+

METAR Quiz

+

Practice aviation weather abbreviations for METAR and TAF reports

+
+ +
+
+ + +
+ +
+ +
+

What is the abbreviation for:

+
+ +
+ + +
+ + + +

+ + + +
+ +
+
+

+
+ +
+
+ + + +{{- end }}{{/* end main */}}