feat: new template (scizor)

This commit is contained in:
Amruth Pillai
2026-05-13 09:26:38 +02:00
parent 014ceee31f
commit 5f63dc876b
15 changed files with 40 additions and 15 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ rss: true
## Highlights
- **PDF generation moved fully client-side.** `@react-pdf/renderer` now produces the exported PDF directly in your browser, and the in-builder live preview is rendered with `pdfjs`, so what you see in the preview is exactly what you'll download.
- **All resume templates re-ported.** Azurill, Bronzor, Chikorita, Ditgar, Ditto, Gengar, Glalie, Kakuna, Lapras, Leafish, Meowth, Onyx, Pikachu, and Rhyhorn have all been re-implemented on the new renderer with section-by-section parity.
- **All resume templates re-ported.** Azurill, Bronzor, Chikorita, Ditgar, Ditto, Gengar, Glalie, Kakuna, Lapras, Leafish, Meowth, Onyx, Pikachu, Rhyhorn, and Scizor have all been re-implemented on the new renderer with section-by-section parity.
## Resume Builder
+1 -1
View File
@@ -40,7 +40,7 @@ description: "Welcome to the documentation for Reactive Resume, a free and open-
<Accordion title="Multiple Templates" icon="grid-2">
Choose from a variety of professionally designed templates including Azurill, Bronzor, Chikorita, Ditgar, Ditto,
Gengar, Glalie, Kakuna, Lapras, Leafish, Meowth, Onyx, Pikachu, and Rhyhorn - each with unique layouts and styles.
Gengar, Glalie, Kakuna, Lapras, Leafish, Meowth, Onyx, Pikachu, Rhyhorn, and Scizor - each with unique layouts and styles.
</Accordion>
<Accordion title="Rich Text Editor" icon="text">
+4
View File
@@ -147,6 +147,10 @@ Reactive Resume includes a variety of professionally designed templates. Each te
<Frame caption="Rhyhorn">
<img src="/images/templates/rhyhorn.webp" alt="Rhyhorn template preview" style={{ aspectRatio: "210/297" }} />
</Frame>
<Frame caption="Scizor">
<img src="/images/templates/scizor.webp" alt="Scizor template preview" style={{ aspectRatio: "210/297" }} />
</Frame>
</div>
---
+3 -1
View File
@@ -931,6 +931,7 @@ The exported JSON follows the Reactive Resume schema. Here's a high-level overvi
"azurill",
"bronzor",
"chikorita",
"ditgar",
"ditto",
"gengar",
"glalie",
@@ -940,7 +941,8 @@ The exported JSON follows the Reactive Resume schema. Here's a high-level overvi
"meowth",
"onyx",
"pikachu",
"rhyhorn"
"rhyhorn",
"scizor"
]
},
"layout": {
+2 -1
View File
@@ -1758,7 +1758,8 @@ Below is the complete JSON Schema for Reactive Resume. You can also fetch the la
"meowth",
"onyx",
"pikachu",
"rhyhorn"
"rhyhorn",
"scizor"
]
},
"layout": {
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

+2 -1
View File
@@ -1533,7 +1533,8 @@
"meowth",
"onyx",
"pikachu",
"rhyhorn"
"rhyhorn",
"scizor"
],
"type": "string",
"description": "The template to use for the resume. Determines the overall design and appearance of the resume."