diff --git a/_config.yml b/_config.yml index 7c3e5be3a..4e99171d5 100755 --- a/_config.yml +++ b/_config.yml @@ -2,16 +2,17 @@ # GENERAL SITE SETTINGS # title: This will be displayed as the website's name in your browser tab. -title: Neumorphism +locale: 'ko-KR' +title: SEAYA's Blog # description: This will be meta HTML tag content. This can be ignored. -description: Personal website powered by Jekyll +description: Seaya's Github Blog! # baseurl: The subpath of your site # > set this to "", if you renamed the repository to .github.io -baseurl: "/neumorphism" +baseurl: "https://seaya-do.github.io/" # LANDING PAGE # username: This will displayed on the landing page as your name. -username: Neumorphism +username: SEAYA # typing_text: This will be typed before 'scroll down for more'. # > set this to your job title, e.g. Fullstack Developer typing_text: Jekyll Theme @@ -20,9 +21,8 @@ email: email@example.com # For every social button you want to display, set your username or userid # If you do not use one of the following websites, then leave it empty # > twitter_username: -github_username: longpdo -codepen_username: exampleUser -dev_username: exampleUser +github_username: Seaya-do +dev_username: seayado linkedin_username: exampleUser twitter_username: exampleUser @@ -34,7 +34,7 @@ show_aboutme_card: true # about_me_title: The will be displayed as the title in the About Me section about_me_title: About Me # about_me_description: This will be displayed under the title. -about_me_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. If you like this theme and want to use it for yourself, checkout the source code and the documentation at Github . You can also find me on JAMstack Themes and on Jekyll Themes. +about_me_description: SEAYA's의 Blog입니다. Github 나의 Naver_Blog Seaya_Naver_Blog JekyllThemaJekyll Themes. # SKILLS SECTION # show_skills_card: @@ -53,7 +53,7 @@ show_timeline_card: true timeline_title: Education & Experience # cv_download_link: The link where you host your cv. # > e.g. you share your cv on your dropbox, then add the dropbox link here -cv_download_link: https://example.com/ +cv_download_link: https://blog.naver.com/womzz6890 # PROJECTS SECTION # show_projects_card: @@ -81,12 +81,12 @@ show_contact_card: true # contact_title: The will be displayed as the title in the Contact section contact_title: Contact # contact_description: This will be displayed under the title. -contact_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. If you like this theme and want to use it for yourself, checkout the source code and the documentation at Github . +contact_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. If you like this theme and want to use it for yourself, checkout the source code and the documentation at Github . # GITHUB-METADATA # Set this to your forked repository # > e.g. /.github.io -repository: longpdo/neumorphism +repository: Seaya-do/Seaya-do.github.io projects: # sortby: # > set this to pushed, if you want to sort your github repositories by time. diff --git a/_config_dev.yml b/_config_dev.yml index e81422add..ceeba256e 100644 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -1 +1 @@ -baseurl: "" # the subpath of your site, e.g. /blog +baseurl: "https://dev.to/seayado/" # the subpath of your site, e.g. /blog diff --git a/_data/projects.yml b/_data/projects.yml index 7bf519783..e01501cee 100755 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -14,20 +14,21 @@ # - tag: Node - name: project X - descr: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam" + descr: "bootstrap과 Django를 이용한 홈페이지 팀 프로젝트 예정" demo: https://example.com/ tags: - - tag: MongoDB - - tag: Express - - tag: AngularJS - - tag: Node + - tag: MySQL + - tag: Django + - tag: BootStrap + - tag: Python - name: project Y - descr: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam" - demo: https://example.com/ + descr: "daum Cafe화면 클론코딩" + demo: https://github.com/Seaya-do/cafe_work/ tags: - - tag: Python - - tag: Django + - tag: HTML + - tag: CSS + - tag: Javascript - name: project Z descr: "You can also set a project without demo link and no tags" diff --git a/_data/skills-frameworks.yml b/_data/skills-frameworks.yml index aef31384d..8eced2b9b 100755 --- a/_data/skills-frameworks.yml +++ b/_data/skills-frameworks.yml @@ -5,29 +5,23 @@ # - name: Framework # weight: 5 -- name: Angular +- name: Python weight: 5 -- name: AngularJS +- name: JavaScript weight: 3 -- name: React +- name: Java weight: 4 - name: Node weight: 1 -- name: Flutter - weight: 2 - -- name: Express - weight: 3 - - name: Django - weight: 1 + weight: 3 - name: Spring weight: 2 -- name: Rails +- name: Figma weight: 4 diff --git a/_data/skills-languages.yml b/_data/skills-languages.yml index 06dca4f86..7eee2a0ab 100644 --- a/_data/skills-languages.yml +++ b/_data/skills-languages.yml @@ -5,7 +5,7 @@ # - name: Language # weight: 5 -- name: TypeScript +- name: Django weight: 5 - name: JavaScript @@ -20,22 +20,10 @@ - name: CSS3 weight: 3 -- name: SASS - weight: 3 - - name: Java - weight: 1 - -- name: Dart - weight: 1 - -- name: Swift - weight: 1 - -- name: Kotlin - weight: 1 + weight: 3 -- name: C++ +- name: C weight: 2 - name: Ruby diff --git a/_data/skills-tools.yml b/_data/skills-tools.yml index fc798ed11..e9cd139cc 100644 --- a/_data/skills-tools.yml +++ b/_data/skills-tools.yml @@ -11,13 +11,13 @@ - name: Bash weight: 3 -- name: Scrum +- name: OracleDB weight: 3 -- name: Travis CI +- name: PowerShell weight: 1 -- name: Jenkins +- name: Linux weight: 1 - name: Chrome DevTools @@ -26,11 +26,11 @@ - name: npm weight: 2 -- name: gulp +- name: Pycham weight: 4 - name: VS Code weight: 3 -- name: Postman +- name: NaverBlog weight: 4 diff --git a/_data/timeline.yml b/_data/timeline.yml index 769e75a12..de49eaa19 100755 --- a/_data/timeline.yml +++ b/_data/timeline.yml @@ -17,45 +17,45 @@ # - tag: Rails # timeline-side: right -- title: airbnb +- title: BIT_Camp title-url: https://example.com/ - date: Sep 2019 - Present - subtitle: Fullstack Developer + date: Jul 2018 - Jan 2019 + subtitle: UI/UX기반의 자바개발자과정 수료 tags: - - tag: React + - tag: Android - tag: Javascript - - tag: Ruby - - tag: Rails + - tag: Java + - tag: GitHub timeline-side: right -- title: Google +- title: EZEN title-url: https://example.com/ - date: Mar 2019 - Sep 2019 - subtitle: Software Engineer as Intern + date: Jan 2023 - Jul 2023 + subtitle: FullStack 자바웹개발자 과정 tags: - - tag: Flutter - - tag: Dart - - tag: Keycloak + - tag: Java + - tag: Javascript + - tag: HTML/CSS timeline-side: right -- title: Super University - title-url: https://example.com/ - date: 2017 - 2019 - subtitle: M.Sc. Computer Science +- title: 경희사이버대 재학 + title-url: https://www.khcu.ac.kr/main/index.do + date: 2022 - present + subtitle: AI사이버보안전공 timeline-side: left -- title: Facebook +- title: IT-KOREA(Linux) 수료 title-url: https://example.com/ - date: Sep 2017 - Mar 2019 - subtitle: Front-End Developer as Intern + date: Oct 2022 - Dec 2022 (2month) + subtitle: Linux Study tags: - - tag: React - - tag: Node - - tag: Javascript + - tag: Linux + - tag: Server + - tag: Samba timeline-side: right -- title: Super University +- title: IT-KOREA(SQL) 수료 title-url: https://example.com/ - date: 2014 - 2017 - subtitle: B.A. Computer Science + date: Aug 2022 - Oct 2022(2month) + subtitle: Oracle SQL timeline-side: left diff --git a/_includes/footer.html b/_includes/footer.html index 692fb783c..3f4e088c0 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@