← Resources

Welcome to the Wiki

How this wiki works and how to add a new page to it.

Updated August 18, 2026

This is a template article. Delete it once you have real content, or keep it around as a reference.

How to add a new page

  1. Create a new .md file in content/wiki/. The filename becomes the URL — content/wiki/reset-a-password.md becomes /resources/wiki/reset-a-password.
  2. Add frontmatter at the top of the file between --- lines: title, description, date (YYYY-MM-DD), and category (e.g. Security, Networking, Web, General IT). Category powers the filter pills on /resources — reuse an existing category to group with other articles, or introduce a new one.
  3. Write the rest of the page in normal Markdown below the frontmatter.
  4. The page shows up automatically on /resources and renders at its own URL — no code changes needed.

What Markdown supports here

Headings (##, ###), bold, italic, links, and lists:

  • Bullet lists
  • Like this one
  1. Numbered lists
  2. Work too
Code blocks work as well, for command snippets or config examples.

Blockquotes render as callouts if you need to highlight a warning or a note.

That's the whole toolkit — write Markdown, save the file, done.