@arshad/gatsby-starter-phoenix

Demo Theme

A Gatsby starter to kick off a site using the @arshad/gatsby-theme-phoenix theme.

Phoenix preview

gatsby new site arshad/gatsby-starter-phoenix

Installation

Step 1: Run the following command to create a new site

gatsby new my-site arshad/gatsby-starter-phoenix

Step 2: Configure .env

Copy .env.example to .env and update SITE_URL.

.env 파일이 .gitignore 파일에 의해 업로드가 되지 않습니다. 따라서 .gitignore 파일을 수정하여 업로드 될 수 있게 수정해야 합니다.

Step 3: Start developing

cd my-site/
gatsby develop

Customization

Check out the docs for @arshad/gatsby-theme-phoenix.

Support

Create an issue on the main repo @arshad/gatsby-themes.