개인 프로젝트/1. velog -> tistory 데이터 이전
-
개발 중 기록을 많이 하지 못함..개인 프로젝트/1. velog -> tistory 데이터 이전 2023. 12. 18. 23:37
기록이 습관화 되어있지 않아서 기술적으로 고군분투 했던 일이나 에러 사항, 구현에 대한 고민 등등의 기록을 많이 하지 못했다. 🥲 소소하게 작성했던 기록이 다른 티스토리의 블로그에 있어서 이곳에 링크를 남김 ! 대부분의 게시글이 생각, 고민, 불평을 적은 글이라서 내용이 유익하지 못하다 😞 - https://diary.zhyun.kim/category/개발하다가%20생각%20기록/블로그%20이사%20일지?page=2 '개발하다가 생각 기록/블로그 이사 일지' 카테고리의 글 목록 (2 Page) 백수의 사는 얘기 🥃 diary.zhyun.kim
-
velog api 조사개인 프로젝트/1. velog -> tistory 데이터 이전 2023. 12. 16. 00:03
참고 : https://velog.io/@isntkyu/NodeJs-벨로그-전체-게시글-조회수-통계-API-만들어봄 request url https://v2.velog.io/graphql request method post request header Content-Type : application/json Cookie : chrome console - network 에서 겟 -> 비밀 글 등 개인적인 정보 조회 필요시 cookie를 header에 넣어줘야 한다. json 정보 1. 시리즈 목록 정보 조회 request : { "operationName": "UserSeriesList", "variables": { "username": username }, "query": "query UserSeriesL..
-
티스토리 블로그에 목차 달기 (링크)개인 프로젝트/1. velog -> tistory 데이터 이전 2023. 11. 19. 14:37
js 라이브러리를 이용하는 방법 https://jstar0525.tistory.com/256#tistory-자동-목차toc-적용하기 https://github.com/wbluke/tistory-table-of-contents https://seons-dev.tistory.com/entry/티스토리-본문에-TOC-목차-넣기 직접 구현하는 방법 Gatsby 블로그 만들기 7 - sticky 목차 | techblog - https://ricale.kr/blog/posts/230206-gatsby-7-sticky-toc/ tocbot custom ( 원본 코드 : https://jstar0525.tistory.com/256#tistory-자동-목차toc-적용하기 ) js // set heading id func..