Update README.md
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m25s

This commit is contained in:
2025-08-13 15:24:07 +00:00
parent 96add46a4d
commit 6c4d1b53c6

View File

@@ -97,9 +97,8 @@ layout: {
- The `summary` section always appears at the top (full width) - The `summary` section always appears at the top (full width)
- The `profiles` section appears in the header area - The `profiles` section appears in the header area
**Example Layouts:** **Example Layout:**
*Skills-focused layout:*
```typescript ```typescript
layout: { layout: {
leftColumn: ["skills", "education"], leftColumn: ["skills", "education"],
@@ -107,15 +106,7 @@ layout: {
} }
``` ```
*Experience-heavy layout:* ### Resume Format (TOML)
```typescript
layout: {
leftColumn: ["experience"],
rightColumn: ["skills", "education", "volunteer", "awards"],
}
```
### Resume Data Format (TOML)
Create a `resume.toml` file in the `public/files/` directory: Create a `resume.toml` file in the `public/files/` directory: