Posts
CoolMint
Cancel

macOS는 기본적으로 Ruby가 설치되어 있습니다. 1. rbenv이용하여 Ruby 설치. $ brew install rbenv 2. Ruby 버전 설치 $ rbenv install 2.7.2 # Ruby 원하는 버전을 입력하여 설치 $ rbenv rehash # 설치한 Ruby 설치 후 재 실행 3. 환경 설정파...

masOS용 패키지 관리자 Homebrew 1. 설치 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 2. 패키지 설치 터미널으로 사용하고 패키지 설치 ( 루비 / zsh 등등 ) $ brew...

iOS 개발할때, Push 테스트을 쉽게 할 수 있는 Mac OS 앱 소개 합니다. 1. Push Notifications Tester App p12 파일을 이용하여 푸시 테스트 GitHub - onmyway133/PushNotifications: 🐉 A macOS, Linux, Windows app to test push not...

1. 개인정보의 처리 목적 본 어플리케이션은 개인정보를 수집하지 않는 독립 실행형 어플리케이션으로 별도의 서버를 운영하거나 정보를 수집하지 않습니다. 당사에서 개인정보를 별도로 저장하거나 이용하지 않습니다. 2. 개인정보 파일 현황 당사는 별도의 개인정보 파일을 사용하지 않으며 저장하지도 않습니다. 당사는 쿠기를 저장하지 않으며 이용...

In Chirpy, the image files of Favicons are placed in assets/img/favicons/. You may need to replace them with your own. So let’s see how to customize these Favicons. With a square image (PNG, JPG o...

Naming and Path Create a new file named YYYY-MM-DD-TITLE.EXTENSION and put it in the _post/ of the root directory. Please note that the EXTENSION must be one of md and markdown. From v2.4.1, you c...

This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Titles H1 H2 H3 H4 Paragraph I wa...