diff --git a/README.md b/README.md index ebe6a60c..42aa9ba2 100644 --- a/README.md +++ b/README.md @@ -1,42 +1 @@ -# Paper for Jekyll -A new material design utilising theme for your Jekyll blog. Built on [Material Design Lite](http://www.getmdl.io/). - -![screenshot](assets/screenshots/mockup.jpg) - -## Demo - [dbtek.github.io/paper-demo](http://dbtek.github.io/paper-demo) - -### Batteries Included -There are many cool features bundled with Paper such as: - -- Full Github Pages support. -- Responsive layout. -- Dynamic search with [jekyll-search](https://github.com/christian-fei/Simple-Jekyll-Search/). -- Customizable theme colors. -- Sass variables. -- RSS feed. -- Post tags and categories. -- Pagination. -- Syntax highlighting with pygments. -- Disqus comments. - -### Tech -Under the hood Paper contains: -- Material Design Lite. -- CoffeeScript. -- Sass. - -### Install -Easiest way of getting Paper work is forking. - -- Fork the [repo](https://github.com/dbtek/paper). -- Rename forked repo as `username.github.io`. -- Set up blog by editing `_config.yml`. -- Enjoy. - -### Author -Ismail Demirbilek -[@dbtek](https://twitter.com/dbtek) - -### License -[MIT](http://opensource.org/licenses/MIT) +## [yangseungmi.github.io/resume](https://yangseungmi.github.io/resume/) diff --git a/_config.yml b/_config.yml index 63cc453a..045cbc6c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,13 +1,13 @@ # Site settings -title: Paper Theme +title: description: > # this means to ignore newlines until "baseurl:" A gentle theme for Jekyll utilising material design. -baseurl: "/" # the subpath of your site, e.g. /blog/ +baseurl: "//" # the subpath of your site, e.g. /blog/ # url: "http://yourdomain.com" # the base hostname & protocol for your site you most probably don't need to set it # Build settings markdown: kramdown -paginate: 5 # pagination based on number of posts +paginate: 3 # pagination based on number of posts paginate_path: "page/:num" highlighter: pygments gems: [jekyll-paginate, jekyll-coffeescript] @@ -17,9 +17,9 @@ disqus: # add disqus shortname here # author info # add your appropriate info here -author: # your name +author: seungmi bio: # your bio -email: +email: 010562@hanmail.net email_md5: # md5 hash of your email twitter_username: github_username: diff --git a/_includes/head.html b/_includes/head.html index 8645ba8c..bda1f6c7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,7 +9,7 @@ - + diff --git a/_posts/2015-09-12-a-gentle-theme.markdown b/_posts/2015-09-12-a-gentle-theme.markdown deleted file mode 100644 index 8ff2b1e8..00000000 --- a/_posts/2015-09-12-a-gentle-theme.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: post -title: "A Gentle Theme" -date: 2015-09-12 19:23:19 -categories: Documentation ---- -A new material design utilising theme for your Jekyll blog. Built on [Material Design Lite](http://www.getmdl.io/). - -##battery_charging_full Batteries Included - -There are many cool features bundled with Paper such as: - -- Full Github Pages support. -- Responsive layout. -- Dynamic search with [jekyll-search](https://github.com/christian-fei/Simple-Jekyll-Search/). -- Post tags and categories. -- Autor Github, Twitter, bio. -- Pagination. -- Syntax highlighting with pygments. -- Disqus comments. diff --git a/_posts/2015-09-12-install.md b/_posts/2015-09-12-install.md deleted file mode 100644 index 0953fe9c..00000000 --- a/_posts/2015-09-12-install.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: "Install" -date: 2015-09-12 18:20:19 -categories: Documentation ---- - -Easiest way of getting Paper work is forking. - -- Fork the [repo](https://github.com/dbtek/paper). -- Rename forked repo as `username.github.io`. -- Set up blog by editing `_config.yml`. -- Enjoy. diff --git a/_posts/2021-02-03-Introduce.md b/_posts/2021-02-03-Introduce.md new file mode 100644 index 00000000..21bf1ab1 --- /dev/null +++ b/_posts/2021-02-03-Introduce.md @@ -0,0 +1,40 @@ +--- +layout: page +title: "Introduce" +date: 2021-02-03 17:00:00 +categories: Documentation +--- +``` +안녕하세요 +방문 해 주셔서 감사합니다 +웹 백엔드 개발자로 일하고 있는 양승미입니다 +개발하면서 성취를 느끼고, 공부하면서 확신을 가지는 개발자입니다 +``` +## Work Experience. + +### 카카오게임즈 +##### 플랫폼 개발팀 +##### 2016.01 - 2020.11 + +카카오게임즈 PC방 사장님 페이지 결제시스템 개발 ( 2018.1 ~ 2020.11 ) + * 사용 언어 : C# + * DB : MsSQL + * 서버 : 윈도우 8, IIS + * 이니시스(신용카드), 카카오 페이 결제 api, 자동결제 이중화 + +다음게임 페이지 이전 및 유지보수 ( 2016.1 ~ 2020.11 ) + * 사용언어 : Java(openJDK 9) + * DB : MySQL + * 서버 : CentosOS Linux, Nginx, Apache Tomcat + * 검은사막, 배틀그라운드 이벤트 페이지, 휴면관리, 고객센터, 이의신청, 신고센터 각 프로젝트의 관리자와 유저 페이지 + +리눅스 서버 IDC 이전 ( 2017.6 ~ 2017.12 ) + * 서버 : CentosOS Linux,, Apache Tomcat + +## Skills. + +### Communication. + * 직위나 포지션에 상관없이 경청하는 자세로 듣습니다. + * 상대방의 입장에서 생각하고 이야기합니다. + * 이야기 하는것을 좋아합니다. + * 비슷한 개발 방법이나 각자 다른 개발 지식 공유를 선호합니다. diff --git a/_posts/test.md b/_posts/test.md new file mode 100644 index 00000000..d8af3873 --- /dev/null +++ b/_posts/test.md @@ -0,0 +1,3 @@ +### test file +mas.githup.io +add 1 post file diff --git a/profile1.jpeg b/profile1.jpeg new file mode 100644 index 00000000..dd46398c Binary files /dev/null and b/profile1.jpeg differ