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
- Create a new
.mdfile incontent/wiki/. The filename becomes the URL —content/wiki/reset-a-password.mdbecomes/resources/wiki/reset-a-password. - Add frontmatter at the top of the file between
---lines:title,description,date(YYYY-MM-DD), andcategory(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. - Write the rest of the page in normal Markdown below the frontmatter.
- The page shows up automatically on
/resourcesand renders at its own URL — no code changes needed.
What Markdown supports here
Headings (##, ###), bold, italic, links, and lists:
- Bullet lists
- Like this one
- Numbered lists
- 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.