Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- react
- rewrites
- dart 변수
- nextjs 설치
- nextjs
- createGlobalStyle
- SCSS
- npm styled-reset
- styled components
- ngrok실행
- There isn’t anything to compare
- getModifierState
- 컨디셔널 렌더링
- typescript react
- react typescript
- bootstrap
- fetch
- git lab
- react env
- github io
- API 토큰
- input type=file
- next.js css
- API token
- nextjs .env
- ngrok설치
- icon
- CSS
- Git
- github
Archives
- Today
- Total
목록gitbub blog (1)
꾸준히 성장하는 개발자

https://hexo.io/ Hexo Hexo is a fast, simple & powerful blog framework powered by Node.js. hexo.io 먼저 hexo를 설치전 npm, node가 깔려있어야 한다. $ node -v $ npm -v 를 입력하고 설치가 되어 있다면 version이 뜰 것이다 안 뜬다면 설치하고 오자 그리고 github에 가서 위처럼 유저이름.github.io 이렇게 적고 새로운 repository를 만든다 난 이미 만들어저 저렇게 에러메시지가 뜨지만 새로 만들면 만들 수 있을것이다 그리고 한 아이디당 하나씩만 만들 수 있다는점 !!! $ npm install -g hexo-cli 입력하고 hexo를 설치한다. 설치를 완료하고 $ hexo 입력하고 이..
Git
2022. 4. 13. 22:04