File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,17 +18,18 @@ A modern, customizable CV/Resume builder that converts Markdown to a beautiful w
1818
19191 . ** Fork this repository**
2020 Click the "Fork" button at the top right of this page.
21+ Your forked repository name will be a path to your CV like ` https://[your-username].github.io/[the-name-of-your-repository] `
2122
22- 2 . ** Enable GitHub Pages**
23+ 3 . ** Enable GitHub Pages**
2324 - Go to your repository settings
2425 - Navigate to "Pages"
2526 - Select "GitHub Actions" as the source
26- - The site will be available at ` https://[your-username].github.io/markdown-cv-builder `
27+ - The site will be available at ` https://[your-username].github.io/[the-name-of-your-repository] `
2728
28- 3 . ** Customize your CV**
29+ 4 . ** Customize your CV**
2930 - Edit the Markdown files in the ` markdown-source ` directory
3031 - The main template is in ` cv.default.en.md `
3132 - Create language variants by copying and renaming (e.g., ` cv.de.md ` for German)
3233
33- 4 . ** Configuration**
34- Create a ` .env ` file in the root directory
34+ 5 . ** Configuration**
35+ Create a ` .env ` file in the root directory, or run it by using a manual workflow Github action
You can’t perform that action at this time.
0 commit comments