Markdown quick reference

Everything you need to write your infocard.md file.

Headings

# Your Name
## Section Title
### Subsection

Your Name

Section Title

Subsection

Text styling

**Bold text** for emphasis
*Italic text* for titles
~~Strikethrough~~ for old info

Bold text for emphasis

Italic text for titles

Strikethrough for old info

Links

[My Portfolio](https://example.com)
[Email me](mailto:you@example.com)

Lists

- Python, Go, Rust
- React, Next.js
- PostgreSQL, Redis

1. Led migration to microservices
2. Reduced deploy time by 80%
3. Mentored 5 junior engineers
  • Python, Go, Rust
  • React, Next.js
  • PostgreSQL, Redis
  1. Led migration to microservices
  2. Reduced deploy time by 80%
  3. Mentored 5 junior engineers

Code

Inline `code` for tech terms

```python
def hello():
    print("hello, world")
```

Inline code for tech terms

def hello():
    print("hello, world")

Horizontal rule

Experience
---
Work history goes here

Experience


Work history goes here

Tables

| Skill     | Level        |
|-----------|--------------|
| Python    | Expert       |
| Rust      | Intermediate |
| SQL       | Advanced     |
SkillLevel
PythonExpert
RustIntermediate
SQLAdvanced

Blockquotes

> Available for contract work
> starting March 2026.

Available for contract work starting March 2026.

Frontmatter

---
name: Your Name
title: Senior Engineer
location: City, ST
summary: Cloud architect specializing in AWS, Kubernetes, and infrastructure automation.
tags: [python, react, aws, devops]
open_to: [full-time, contract, consulting]
---

YAML frontmatter goes at the top of your file, between --- fences.

All fields are optional:

  • name — display name
  • title — job title / headline
  • location — city, state
  • summary — 1-2 sentence bio (shown in sidebar & search)
  • tags — skills (searchable)
  • open_to — availability

We also support nested YAML. skills: objects are flattened into tags, availability: objects are mapped to open_to, and domains: lists become tags too.

Starter template

Copy this into your infocard.md file to get started:

---
name: Your Name
title: Senior Engineer
location: City, ST
summary: Full-stack engineer specializing in Python, React, and cloud infrastructure.
tags: [python, react, aws, docker, leadership]
open_to: [full-time, contract, consulting]
---

# Your Name

**Your Title** · City, ST
[you@email.com](mailto:you@email.com) · [GitHub](https://github.com/you) · [LinkedIn](https://linkedin.com/in/you)

---

## About

A brief summary of who you are and what you do.

## Experience

### Senior Engineer — Company Name
*Jan 2023 – Present*

- Led the migration from monolith to microservices
- Reduced CI/CD pipeline time by 80%
- Mentored 5 junior engineers

### Engineer — Previous Company
*Jun 2020 – Dec 2022*

- Built real-time data pipeline processing 1M events/day
- Implemented caching layer reducing API latency by 60%

## Skills

| Category   | Technologies                    |
|------------|---------------------------------|
| Languages  | Python, Go, TypeScript          |
| Frameworks | FastAPI, React, Next.js         |
| Infra      | AWS, Docker, Kubernetes, Terraform |
| Data       | PostgreSQL, Redis, Kafka        |

## Education

**BS Computer Science** — University Name, 2020