Getting Started with InfraFort

Getting Started

This is a sample guide. Add more Markdown files to content/guides/ with frontmatter like above.

Adding a new guide

  1. Create a new .md file in content/guides/.
  2. Add YAML frontmatter at the top:
---
title: Your Guide Title
date: 2025-03-05
tags:
  - Ethical Hacking
  - DevOps
excerpt: A short summary for the homepage card.
image: images/your-hero.jpg   # optional, path relative to content/
---
  1. Write your content in Markdown. You can use headings, paragraphs, lists, code blocks, and images.

Images in guides

Place images in content/images/ and reference them in frontmatter with image: images/filename.jpg, or inline in Markdown:

![Alt text](/content/images/photo.jpg)

Your content folder stays on the host and is mounted into the container, so you can move it to another server anytime.