Skip to content

Commit 9a58ebc

Browse files
committed
Fix repository URLs and add pages deployment badge
1 parent 6191440 commit 9a58ebc

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# CV - Ivan Kokalovic
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
4-
[![GitHub release](https://img.shields.io/github/v/release/koke1997/Lebenslauf)](https://github.com/koke1997/Lebenslauf/releases)
5-
[![GitHub Package](https://img.shields.io/github/v/release/koke1997/Lebenslauf?label=npm)](https://github.com/koke1997/Lebenslauf/packages)
6-
[![Deploy](https://github.com/koke1997/Lebenslauf/actions/workflows/deploy.yml/badge.svg)](https://github.com/koke1997/Lebenslauf/actions/workflows/deploy.yml)
4+
[![GitHub release](https://img.shields.io/github/v/release/koke1997/cv-website)](https://github.com/koke1997/cv-website/releases)
5+
[![GitHub Package](https://img.shields.io/github/v/release/koke1997/cv-website?label=npm)](https://github.com/koke1997/cv-website/packages)
6+
[![Deploy](https://github.com/koke1997/cv-website/actions/workflows/deploy.yml/badge.svg)](https://github.com/koke1997/cv-website/actions/workflows/deploy.yml)
7+
[![pages-build-deployment](https://github.com/koke1997/cv-website/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/koke1997/cv-website/actions/workflows/pages/pages-build-deployment)
78

89
Professional CV website built with RenderCV and SvelteKit, deployed on GitHub Pages.
910

1011
## Live Site
1112

12-
**[https://koke1997.github.io/Lebenslauf/](https://koke1997.github.io/Lebenslauf/)**
13+
**[https://koke1997.github.io/cv-website/](https://koke1997.github.io/cv-website/)**
1314

1415
## Downloads
1516

16-
Get the latest CV from [Releases](https://github.com/koke1997/Lebenslauf/releases):
17+
Get the latest CV from [Releases](https://github.com/koke1997/cv-website/releases):
1718
- **PDF** - Best for viewing and printing
1819
- **DOCX** - Best for ATS systems and editing
1920

@@ -73,8 +74,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions.
7374

7475
```bash
7576
# Clone the repository
76-
git clone https://github.com/koke1997/Lebenslauf.git
77-
cd Lebenslauf
77+
git clone https://github.com/koke1997/cv-website.git
78+
cd cv-website
7879

7980
# Create virtual environment
8081
python3 -m venv venv

0 commit comments

Comments
 (0)