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
- Create a new
.mdfile incontent/guides/. - 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/
---
- 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:

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