author-pic

Gunwoo cho

All Posts

Travis를 활용하여 github.io에 자동 배포 적용기

Posted onMarch 23, 2021

현재 github에 코드를 업로드 하고 있는 상태에서 간편하게 git을 통해 github에 코드가 반영되면 자동으로 githubUserId.github.io가 반영되길 원했다. 그래서 자동 배포하는 방법을 찾아보았고, 자동 배포에서 내가 원하는 기능은 아래와 같다. github와 유기적 연동 github에서 자동 배포 현황 기본 UI…

Read full post

Gatsby 배포된 문서에 이미지 표시 방법

Posted onMarch 22, 2021

해당 문서(.md)에 이미지를 가져와 보여주고 싶은데 방법을 몰랐다. 그래서 아래와 같은 방법으로 추가했다. static 디렉토리에 이미지 파일을 넣는다. static 디렉토리가 md 파일 입장에서 root(/)로 시작한다. (예를 들어 static/images/diary.svg 이면 -> /images/diary.svg…

Read full post

Gatsby에 Styled-component 적용기

Posted onMarch 20, 2021

사내에서 Styled-component로 CSS를 수정하다 보니 CSS-in-JS가 익숙해서 해당 블로그에도 styled-component를 적용해볼려고 한다. 설치 설정 도움 받은 사이트 Styled Components changed commit

Read full post

Gatsby에 ESLint 적용기

Posted onMarch 19, 2021

내 블로그에 추가하는 코드들의 ESLint를 적용하여 VSCode 코드 제안을 받아보자. airbnb 설치 ESLint 설정 적용했더니...? (헉....) 도움 받은 사이트 Using ESLint github blog 생성하기 (feat. gatsby) changed commit

Read full post

Gatsby로 Github.io 만들기

Posted onMarch 18, 2021

gatsby를 이용하여 개인 사이트를 github.io에 업로드까지 과정을 설명해보려고 한다. Gatsby란? JAMstack(Javascript / API / Markup) SSG(Static Site Generator) 중 하나 개발 환경 구성 windows 10 git node.js 나 NVM v12.13.…

Read full post

Test Post After Netlify CMS Install

Posted onJanuary 05, 2020

Crossing Fingers... Looks like we've gotten the cms working, folks. Give it a try!

Read full post

Using Emmet with React in Visual Studio Code - 2019

Posted onMarch 20, 2019

Curabitur tincidunt hendrerit justo. Praesent nisl dui, mollis vitae quam eu, dignissim faucibus lorem. Sed vitae erat at sem suscipit laoreet nec vel diam.

Read full post

JavaScript Regular Expressions and the Test() Method

Posted onJanuary 06, 2019

Video at YouTube. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sapien nisi, consequat nec dolor ut, lobortis vestibulum nunc. Nulla facilisi. Suspendisse leo urna, pulvinar ut…

Read full post

Misplaced Middleware in Express

Posted onDecember 29, 2018

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sapien nisi, consequat nec dolor ut, lobortis vestibulum nunc. Nulla facilisi. Suspendisse leo urna, pulvinar ut pretium sit amet…

Read full post

Welcome To My Web Developer Blog

Posted onAugust 20, 2018

This blog template is designed for web developers. Whether you're a professional web developer or are just getting started in the world of web development, this Gatsby starter is ready to go, right…

Read full post