|
1 |
| -## Resume Stack |
| 1 | +# Resume Stack |
2 | 2 |
|
3 |
| -The easiest way to design and maintain your resume with web technologies |
4 |
| -and generate a PDF from it. |
| 3 | +The easiest way to design your resume with Tailwind |
| 4 | +and automatically export it to PDF via Github Actions. |
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 | 🖐 Don't forget to 🌟 star this repo if you like it!
|
9 | 9 | 💥 More templates are coming!
|
10 | 10 |
|
11 |
| -## 🤷♀️ What's a stack? |
12 |
| - |
13 |
| -In the software jargon a *stack* is a set of components used to execute an |
14 |
| -application or more generally a system. |
15 |
| - |
16 |
| -And that's what Resume Stack is, an ensemble of HTML, CSS, |
17 |
| -[TailwindCSS](https://tailwindcss.com/) and *invisible* 👻 JavaScript |
18 |
| -to give you a resume! |
19 |
| - |
20 |
| -> Invisible 🙄 … well behind the scene there's some JavaScript into the stack: |
21 |
| -[AlpineJS](https://alpinejs.dev/) to *connect* the content of your resume |
22 |
| -to the HTML page and [Vite](https://vitejs.dev/) |
23 |
| -to reflect changes in the code to the browser in realtime. |
24 |
| -Though you won't see and you won't write any JavaScript! |
25 |
| - |
26 | 11 | ## 🚀 Get Started
|
27 | 12 |
|
28 | 13 | ### Codespaces (Quickest ⚡)
|
@@ -199,6 +184,21 @@ manually enabled:
|
199 | 184 | > 👉 *Read and write permissions* are required by the workflow
|
200 | 185 | for creating the releases
|
201 | 186 |
|
| 187 | +## 🤷♀️ What's a stack? |
| 188 | + |
| 189 | +In the software jargon a *stack* is a set of components used to execute an |
| 190 | +application or more generally a system. |
| 191 | + |
| 192 | +And that's what Resume Stack is, an ensemble of HTML, CSS, |
| 193 | +[TailwindCSS](https://tailwindcss.com/) and *invisible* 👻 JavaScript |
| 194 | +to give you a resume! |
| 195 | + |
| 196 | +> Invisible 🙄 … well behind the scene there's some JavaScript into the stack: |
| 197 | +[AlpineJS](https://alpinejs.dev/) to *connect* the content of your resume |
| 198 | +to the HTML page and [Vite](https://vitejs.dev/) |
| 199 | +to reflect changes in the code to the browser in realtime. |
| 200 | +Though you won't see and you won't write any JavaScript! |
| 201 | + |
202 | 202 | ## 👩🎨 Creating a template
|
203 | 203 |
|
204 | 204 | > A more detailed guide on how to create templates is coming
|
|
0 commit comments