From 6c4d1b53c6e0799a838c55e0a2ad6964fd8e838f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 13 Aug 2025 15:24:07 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 48d6ff4..9026385 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,8 @@ layout: { - The `summary` section always appears at the top (full width) - The `profiles` section appears in the header area -**Example Layouts:** +**Example Layout:** -*Skills-focused layout:* ```typescript layout: { leftColumn: ["skills", "education"], @@ -107,15 +106,7 @@ layout: { } ``` -*Experience-heavy layout:* -```typescript -layout: { - leftColumn: ["experience"], - rightColumn: ["skills", "education", "volunteer", "awards"], -} -``` - -### Resume Data Format (TOML) +### Resume Format (TOML) Create a `resume.toml` file in the `public/files/` directory: