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 | 31 |
Tags
- Git
- ngrok설치
- github io
- nextjs .env
- dart 변수
- SCSS
- getModifierState
- react env
- 컨디셔널 렌더링
- nextjs
- react
- react typescript
- fetch
- CSS
- bootstrap
- There isn’t anything to compare
- github
- rewrites
- npm styled-reset
- API token
- API 토큰
- icon
- input type=file
- next.js css
- styled components
- nextjs 설치
- git lab
- createGlobalStyle
- ngrok실행
- typescript react
Archives
- Today
- Total
목록hexo (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