Skip to content

Commit 714e68e

Browse files
committed
Connect turali.ng
1 parent 1575a5e commit 714e68e

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./dist
39-
cname: turali.js.org
39+
cname: turali.ng

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Deploy to GitHub Pages](https://github.com/caglarturali/caglarturali.github.io/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/caglarturali/caglarturali.github.io/actions/workflows/gh-pages.yml)
1+
[![Deploy to GitHub Pages](https://github.com/turaling/turaling.github.io/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/turaling/turaling.github.io/actions/workflows/gh-pages.yml)
22

33
## JSON Resume–compatible personal website.
44

data/resume.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"image": "https://avatars.githubusercontent.com/u/23704367?v=4",
77
"email": "caglarturali@pm.me",
88
"phone": "",
9-
"url": "https://turali.js.org",
9+
"url": "https://turali.ng",
1010
"summary": "I'm a software developer with a solid mix of self-driven learning and formal training, along with a few years of hands-on professional experience. I've worked on projects in web development, mobile apps, game creation, and VR, with a recent focus on mastering Java and its ecosystem. I enjoy diving deep into the core of the languages, beyond just using the latest tools. My approach is grounded in practical coding and finding creative solutions to technical challenges.",
1111
"location": {
1212
"address": "",
@@ -18,8 +18,8 @@
1818
"profiles": [
1919
{
2020
"network": "GitHub",
21-
"username": "caglarturali",
22-
"url": "https://github.com/caglarturali"
21+
"username": "turaling",
22+
"url": "https://github.com/turaling"
2323
},
2424
{
2525
"network": "LinkedIn",
@@ -152,7 +152,7 @@
152152
"keywords": ["JSON Resume", "React", "Tailwind CSS"],
153153
"startDate": "2024-09-25",
154154
"endDate": "",
155-
"url": "https://turali.js.org",
155+
"url": "https://turali.ng",
156156
"roles": ["Developer", "Designer"],
157157
"entity": "",
158158
"type": "application"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "caglarturali.github.io",
2+
"name": "turaling.github.io",
33
"version": "1.0.0",
4-
"homepage": "https://turali.js.org",
4+
"homepage": "https://turali.ng",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/caglarturali/caglarturali.github.io.git"
7+
"url": "git+https://github.com/turaling/turaling.github.io.git"
88
},
99
"source": "public/index.html",
1010
"scripts": {

0 commit comments

Comments
 (0)