Skip to content

andreamu02/writeups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Writeups

Security writeups and notes by Andrea Mutti. This repository is the source of truth for the writeups shown at andreamu02.github.io — it lives on its own so the content survives independently of the website.

Disclaimer

The structure of the writeups is AI-generated, but the content is personally written and revised

Frontmatter

---
title: "Your title"
date: 2026-01-15
summary: "One or two sentences shown in the list and as the meta description."
tags: [incident-response, wordpress]
draft: false   # set true to keep it in the repo without publishing
lang: en       # en | it
---

Adding a writeup

# write posts/my-new-writeup.md, then:
git add posts/my-new-writeup.md
git commit -m "Add: my new writeup"
git push

Releases

No releases published

Packages

 
 
 

Contributors