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
- javascript #컴파일 #인터프리터
- 라우터 #NAT #포트 #포트포워딩 #유동고정아이피 #DHCP
- postman
- PersistentVolume
- v-combobox
- OpenLayers
- nextjs
- github action #tistory
- kubernetes
- MPA
- browserstorage
- basepath
- Yarn
- MongoDB
- sesstionstorage
- JavaScript
- vue3
- localstorage
- CKEditor4
- vue #vue-router
- javascript #localstorage #stringify #parse
- 맥 #나스 #SMA
- mixedcontent
- 인터넷 #클라이언트 #서버 #포트 #ipadress #domainname
- PersistentVolumeClaim
- vuejs
- vuetify3
- vworld
- react
- vuejs #pinia #vuetify3
Archives
- Today
- Total
목록github action #tistory (1)
月亮
[github] Tistory 글 작성하고 Github 잔디심기, README.md에 gif 파일 넣기
Tistory와 Github 연동 1. Tistory RSS 설정 - 블로그 설정 - 블로그 - 기타설정 - RSS 전체공개 2. 확인 : 블로그/rss ex) https://yueliang-front-end.tistory.com/rss 3. Github Action으로 자동화하기 1). commit 할 repository 생성하기! 2). 로컬에 생성한 repository clone하기 3). npm init -y 4). rss-parser 설치 npm i rss-parser 5). package.json에 추가 "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, 6). 루트에 index.js 생성, 입력 impo..
git,github,yarn
2023. 3. 14. 21:14