diff --git a/Gemfile b/Gemfile index a2b79ad..825da60 100644 --- a/Gemfile +++ b/Gemfile @@ -4,3 +4,5 @@ gem "dotenv" gem "github-pages" gem "jekyll" gem "jekyll-github-metadata" + +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index f96364e..9b85614 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,16 +270,19 @@ GEM unf_ext unf_ext (0.0.8.1) unicode-display_width (1.8.0) + webrick (1.8.1) zeitwerk (2.5.4) PLATFORMS x86_64-darwin-19 + x86_64-darwin-21 DEPENDENCIES dotenv github-pages jekyll jekyll-github-metadata + webrick (~> 1.8) BUNDLED WITH 2.3.14 diff --git a/_config.yml b/_config.yml index ef6e5cb..5e67138 100755 --- a/_config.yml +++ b/_config.yml @@ -1,19 +1,18 @@ # Site settings -title: Long Do -description: Personal website powered by Jekyll -baseurl: "" # the subpath of your site, e.g. /blog +title: YoungMin Resume +description: Resume +baseurl: "/resume_temp" # the subpath of your site, e.g. /blog # url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/ -updated: 2021 +updated: 2023 + +lang : ko-KR # Landing Page -username: Long Do -typing_text: Full Stack Developer -email: long.do234@gmail.com -github_username: longpdo -codepen_username: longpdo -dev_username: -linkedin_username: longpdo -twitter_username: +username: YoungMin CHoi +typing_text: Game Client Developer +email: psymchoi@gmail.com +github_username: richrookie +linkedin_username: youngmin-choi-bs-2405b6208 # About Me Section show_aboutme_card: true @@ -26,21 +25,21 @@ skills_title: Skills # Timeline Section show_timeline_card: true timeline_title: My Journey -cv_download_link: https://github.com/longpdo/Awesome-CV/blob/master/examples/cv.pdf +cv_download_link: https://www.notion.so/73abb5de2f794087839160c22946f1fc # Projects Section show_projects_card: true show_projects: false projects_title: Things I Have Built show_os_projects: true -os_projects_title: Things I Contributed To Open Source +os_projects_title: Open Source Projects # CONTACT SECTION show_contact_card: true contact_title: Get In Touch # Github-Metadata -repository: longpdo/personal-website +repository: richrookie projects: # pushed or stars sort_by: stars @@ -52,7 +51,7 @@ projects: # Google-analytics google-analytics: - id: "UA-158757509-1" + id: "GTM-PJ2P865S" plugins: - "jekyll-github-metadata" diff --git a/_data/skills-backend.yml b/_data/skills-backend.yml deleted file mode 100755 index 1625945..0000000 --- a/_data/skills-backend.yml +++ /dev/null @@ -1,26 +0,0 @@ -- name: Python - weight: 4 - -- name: JBoss - weight: 1 - -- name: Java - weight: 3 - -- name: Selenium - weight: 3 - -- name: SpringBoot - weight: 2 - -- name: Oracle SQL - weight: 3 - -- name: MongoDB - weight: 1 - -- name: Keycloak - weight: 1 - -- name: JEE - weight: 2 diff --git a/_data/skills-frontend.yml b/_data/skills-frontend.yml deleted file mode 100644 index 1626a6e..0000000 --- a/_data/skills-frontend.yml +++ /dev/null @@ -1,44 +0,0 @@ -- name: TypeScript - weight: 4 - -- name: JavaScript - weight: 4 - -- name: HTML5 - weight: 3 - -- name: CSS3 - weight: 3 - -- name: SCSS - weight: 3 - -- name: Dart - weight: 2 - -- name: Angular - weight: 4 - -- name: AngularJS - weight: 4 - -- name: React Native - weight: 2 - -- name: Flutter - weight: 2 - -- name: Jasmine - weight: 3 - -- name: Protractor - weight: 3 - -- name: Jekyll - weight: 4 - -- name: NgRx - weight: 2 - -- name: Cucumber - weight: 2 diff --git a/_data/skills-languages.yml b/_data/skills-languages.yml new file mode 100644 index 0000000..84aaf8d --- /dev/null +++ b/_data/skills-languages.yml @@ -0,0 +1,12 @@ +# > name: Name of your programming language +# > weight: Describes how good you know the language - values from 1 up to 5 +# +# Example of a Language +# - name: Language +# weight: 5 + +- name: C# + weight: 5 + +- name: C/C++ + weight: 3 diff --git a/_data/skills-platform.yml b/_data/skills-platform.yml new file mode 100755 index 0000000..af48c71 --- /dev/null +++ b/_data/skills-platform.yml @@ -0,0 +1,5 @@ +- name: Android + weight: 4 + +- name: iOS + weight: 3 diff --git a/_data/skills-tools.yml b/_data/skills-tools.yml index fef7cf4..159486e 100644 --- a/_data/skills-tools.yml +++ b/_data/skills-tools.yml @@ -1,38 +1,27 @@ +# > name: Name of your Dev Tool +# > weight: Describes how good you know the tool - values from 1 up to 5 +# +# Example of a Dev Tool +# - name: Git +# weight: 5 + +- name: Unity + weight: 4 + - name: Git weight: 4 -- name: Zsh +- name: VS Code weight: 4 - -- name: Bash - weight: 3 - -- name: Scrum - weight: 3 - -- name: Kanban - weight: 2 - -- name: Jenkins - weight: 2 - -- name: Chrome DevTools - weight: 3 - -- name: npm - weight: 3 - -- name: gulp - weight: 3 - -- name: Maven + +#- name: Unreal Engine4 +# weight: 1 + +- name: iTerm weight: 2 - -- name: Github Actions + +- name: Homebrew weight: 2 - -- name: Docker + +- name: XCode weight: 2 - -- name: Ansible - weight: 1 diff --git a/_data/timeline.yml b/_data/timeline.yml index 0a542a2..799adf6 100755 --- a/_data/timeline.yml +++ b/_data/timeline.yml @@ -1,52 +1,33 @@ -- title: adorsys - title-url: https://adorsys.de/ - date: Sep 2020 - Present - subtitle: Software Developer - tags: - - tag: Angular - - tag: AngularJS - - tag: SpringBoot - - tag: Java - timeline-side: right +# > title: Name of your timeline entry, university or work place +# > title-url: Link to your timeline entry, university or work place +# > date: Time span +# > subtitle: The description under the title +# > tags: List of tags you want to associate with the entry +# > timeline-side: The side on which you want to display the entry: left or right -- title: Digital Tech Summit Hackathon - title-url: https://www.gotechsummit.com/ - date: 2019 - subtitle: "2nd place - Novartis & MΓΌller Medien Health Challenge." - github: https://github.com/team-ver/face_classification - tags: - - tag: Python - - tag: Keras CNN model - - tag: openCV - - tag: Raspberry Pi - timeline-side: left - -- title: adorsys - title-url: https://adorsys.de/ - date: Mar 2019 - Aug 2020 - subtitle: Software Developer as Working Student - tags: - - tag: Angular - - tag: AngularJS - - tag: Jasmine - - tag: JBoss - - tag: Keycloak - timeline-side: right +# Example of a timeline entry +# - title: airbnb +# title-url: https://example.com/ +# date: Sep 2019 - Present +# subtitle: Fullstack Developer +# tags: +# - tag: React +# - tag: Javascript +# - tag: Ruby +# - tag: Rails +# timeline-side: right -- title: Friedrich-Alexander University - title-url: https://www.fau.de/ - date: 2018 - 2020 - subtitle: M.Sc. Computer Science +- title: A + title-url: + date: 20xx.xx - 20xx.xx (Y M) + subtitle: test + tags:test timeline-side: left - -- title: Friedrich-Alexander University - title-url: https://www.fau.de/ - date: 2015 - 2018 - subtitle: B.A. Computer Science & Sociology - timeline-side: left - -- title: Friedrich-Alexander University - title-url: https://www.fau.de/ - date: 2011 - 2015 - subtitle: B.Sc. Computer Science + +- title: B + title-url: + date: 20xx.xx - 20xx.xx (Y M) + subtitle: + tags: + - tag: timeline-side: left diff --git a/_includes/landing-page.html b/_includes/landing-page.html index 9b998ca..c0c2702 100755 --- a/_includes/landing-page.html +++ b/_includes/landing-page.html @@ -1,13 +1,18 @@
- Although I'm not currently looking for freelance opportunities, feel free to contact - or follow me. - If you are interested in the code of this website, I have shared a - - boilerplate - - version of this without my branding. + +If you would like to introduce an interesting technology or share a new one, feel free to contact or follow me.