Study/프로그래밍11 마크다운 쉽게 쓰기 typora.io/ Typora — a markdown editor, markdown reader. Readable & Writable Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview typora.io 이미지도 쉽게 붙일 수 있게 구성되어있다! 2021. 3. 24. github 에 PR메세지 포맷 설정하기 .github/pull_request_template.md 파일에 포맷을 저장하면 PR시 자동으로 기본 포맷이 생성된다! 2021. 3. 17. CircleCi에서 Slack으로 알림 보내기 - run: name: Send Slack webhook command: | curl --header "Content-Type: application/json" \ --request POST \ --data \ '{ "text": "```'"Author: $COMMITER\n$REPORT_CONTENTS"'```" }' \ $WEBHOOK_URL slack에서 WEBHOOK만든 후 이런식으로 code block으로 감싸서 보낼수 있다. 2021. 2. 22. Docker Build 시 apt 저장소 바꾸기 RUN sed -i 's@archive.ubuntu.com@mirror.kakao.com@g' /etc/apt/sources.list 2020. 7. 29. 이전 1 2 3 다음