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 */}}