Skip to content

Commit f3501ce

Browse files
committed
수정
1 parent e494ca8 commit f3501ce

2 files changed

Lines changed: 60 additions & 57 deletions

File tree

gitprofile.config.ts

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const CONFIG = {
1313
projects: {
1414
github: {
1515
display: true, // Display GitHub projects?
16-
header: 'Github Projects',
16+
header: '깃허브 프로젝트',
1717
mode: 'automatic', // Mode can be: 'automatic' or 'manual'
1818
automatic: {
1919
sortBy: 'stars', // Sort projects by 'stars' or 'updated'
@@ -29,29 +29,29 @@ const CONFIG = {
2929
},
3030
},
3131
external: {
32-
header: 'My Projects',
32+
header: '내 프로젝트',
3333
// To hide the `External Projects` section, keep it empty.
3434
projects: [
3535
{
36-
title: 'Project Name',
36+
title: '프로젝트 이름',
3737
description:
38-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
38+
'어떤 프로젝트인지 자세한 설명을 여기에 한글로 작성합니다.',
3939
imageUrl:
4040
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
4141
link: 'https://example.com',
4242
},
4343
{
44-
title: 'Project Name',
44+
title: '프로젝트 이름',
4545
description:
46-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
46+
'프로젝트 관련 추가 설명을 이곳에 작성할 수 있습니다.',
4747
imageUrl:
4848
'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002.jpg',
4949
link: 'https://example.com',
5050
},
5151
],
5252
},
5353
},
54-
seo: { title: 'Portfolio of chip-cookie', description: '', imageURL: '' },
54+
seo: { title: 'chip-cookie의 포트폴리오', description: '', imageURL: '' },
5555
social: {
5656
linkedin: '',
5757
x: '',
@@ -96,60 +96,60 @@ const CONFIG = {
9696
],
9797
experiences: [
9898
{
99-
company: 'Company Name',
100-
position: 'Position',
101-
from: 'September 2021',
102-
to: 'Present',
99+
company: 'OO 회사',
100+
position: '어떤 직무를 맡았는지 입력하세요',
101+
from: '2021년 9월',
102+
to: '현재',
103103
companyLink: 'https://example.com',
104104
},
105105
{
106-
company: 'Company Name',
107-
position: 'Position',
108-
from: 'July 2019',
109-
to: 'August 2021',
106+
company: 'XX 회사',
107+
position: '이전 직무',
108+
from: '2019년 7월',
109+
to: '2021년 8월',
110110
companyLink: 'https://example.com',
111111
},
112112
],
113113
certifications: [
114114
{
115-
name: 'Lorem ipsum',
116-
body: 'Lorem ipsum dolor sit amet',
117-
year: 'March 2022',
115+
name: '정보처리기사 (예시)',
116+
body: '한국산업인력공단 발행 (예시)',
117+
year: '2022년 3월',
118118
link: 'https://example.com',
119119
},
120120
],
121121
educations: [
122122
{
123-
institution: 'Institution Name',
124-
degree: 'Degree',
125-
from: '2015',
126-
to: '2019',
123+
institution: '경운대학교 ',
124+
degree: '에너지소재공학 학사',
125+
from: '2018',
126+
to: '2024',
127127
},
128128
{
129-
institution: 'Institution Name',
130-
degree: 'Degree',
131-
from: '2012',
132-
to: '2014',
129+
institution: '대전 고등학교',
130+
degree: '인문계 졸업',
131+
from: '2015',
132+
to: '2018',
133133
},
134134
],
135135
publications: [
136136
{
137-
title: 'Publication Title',
137+
title: '논문 또는 출판물 제목',
138138
conferenceName: '',
139-
journalName: 'Journal Name',
140-
authors: 'John Doe, Jane Smith',
139+
journalName: '저널 이름',
140+
authors: '홍길동, 김철수',
141141
link: 'https://example.com',
142142
description:
143-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
143+
'논문이나 출판물에 대한 상세한 한글 설명과 요약을 이 곳에 작성합니다.',
144144
},
145145
{
146-
title: 'Publication Title',
147-
conferenceName: 'Conference Name',
146+
title: '발표한 출판물 제목',
147+
conferenceName: '컨퍼런스 이름',
148148
journalName: '',
149-
authors: 'John Doe, Jane Smith',
149+
authors: '홍길동, 박영희',
150150
link: 'https://example.com',
151151
description:
152-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
152+
'작성한 출판물에 대한 상세한 한글 설명과 요약을 이 곳에 작성합니다.',
153153
},
154154
],
155155
// Display articles from your medium or dev account. (Optional)
@@ -219,11 +219,11 @@ const CONFIG = {
219219
},
220220

221221
// Optional Footer. Supports plain text or HTML.
222-
footer: `Made with <a
223-
class="text-primary" href="https://github.com/arifszn/gitprofile"
222+
footer: `<a
223+
class="text-primary" href="https://github.com/chip-cookie/gitprofile"
224224
target="_blank"
225225
rel="noreferrer"
226-
>GitProfile</a> and ❤️`,
226+
>Made with GitProfile and ❤️ by chip-cookie</a>`,
227227

228228
enablePWA: true,
229229
};

vite.config.ts

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,32 @@ export default defineConfig({
3030
}),
3131
...(CONFIG.enablePWA
3232
? [
33-
VitePWA({
34-
registerType: 'autoUpdate',
35-
workbox: {
36-
navigateFallback: undefined,
37-
},
38-
includeAssets: ['logo.png'],
39-
manifest: {
40-
name: 'Portfolio',
41-
short_name: 'Portfolio',
42-
description: 'Personal Portfolio',
43-
icons: [
44-
{
45-
src: 'logo.png',
46-
sizes: '64x64 32x32 24x24 16x16 192x192 512x512',
47-
type: 'image/png',
48-
},
49-
],
50-
},
51-
}),
52-
]
33+
VitePWA({
34+
registerType: 'autoUpdate',
35+
workbox: {
36+
navigateFallback: undefined,
37+
},
38+
includeAssets: ['logo.png'],
39+
manifest: {
40+
name: 'Portfolio',
41+
short_name: 'Portfolio',
42+
description: 'Personal Portfolio',
43+
icons: [
44+
{
45+
src: 'logo.png',
46+
sizes: '64x64 32x32 24x24 16x16 192x192 512x512',
47+
type: 'image/png',
48+
},
49+
],
50+
},
51+
}),
52+
]
5353
: []),
5454
],
5555
define: {
5656
CONFIG: CONFIG,
5757
},
58+
server: {
59+
port: 3000,
60+
},
5861
});

0 commit comments

Comments
 (0)