Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CTF Writeups

CTF writeups collection built with MkDocs Material and deployed via GitHub Pages.

πŸš€ Quick Start

Local Development

# Install dependencies
pip install -r requirements.txt

# Serve locally
mkdocs serve

Visit http://127.0.0.1:8000

Writing in Obsidian

  1. Write your writeups in Obsidian as usual
  2. Use wiki-links [[page-name]] - they work automatically
  3. Save files in the appropriate category folder:
    • Cryptography/
    • Forensics/
    • Network/

Deploying

git add .
git commit -m "Add new writeup"
git push

GitHub Actions will automatically build and deploy to GitHub Pages.

πŸ“ Structure

.
β”œβ”€β”€ docs/                  # MkDocs source
β”‚   β”œβ”€β”€ Cryptography/     # Crypto writeups
β”‚   β”œβ”€β”€ Forensics/        # Forensics writeups
β”‚   β”œβ”€β”€ Network/          # Network writeups
β”‚   β”œβ”€β”€ assets/           # Images and files
β”‚   └── stylesheets/      # Custom CSS
β”œβ”€β”€ mkdocs.yml            # MkDocs configuration
└── .github/workflows/    # Auto-deployment

🎨 Features

  • πŸ” Full-text search
  • πŸŒ“ Dark/Light mode
  • πŸ“± Mobile responsive
  • πŸ”— Obsidian wiki-link support
  • πŸ’» Syntax highlighting
  • ⚑ Auto-deployment on push

🌐 Live Site

Visit: https://drasogo.github.io/Write_Up/

About

πŸ§‘β€πŸ’» CTF writeups collection built with MkDocs Material and deployed via GitHub Pages.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors