Coder Social home page Coder Social logo

8ight6ix.github.io's Introduction

8ight6ix Artwork Hub

8ight6ix 웹 아트 갤러리 페이지입니다. 웹 페이지 이동하기

1. Local Test

$ npm install
$ npm start

2. Deploy

$ npm install
$ npm run deploy

3. 작품 추가

3.1 파일 옮기기

/public/artworks/ 내부에 작품 파일을 넣을 디렉토리를 생성후, 해당 디렉토리 내부로 파일들을 옮깁니다.

public/
  artworks/
    smaple-artwork/
      index.html
      image/
        image01.png
        image02.png
        thumbnail.png
      js/
        script01.js
        script02.js
      css/
        style.css

3.2 JSON 파일 수정

/public/artworks/index.json 파일에 작품 정보를 추가합니다. 미기재 항목은 Default 값으로 대체됩니다. (thubnailkeywortd는 Default가 존재하지 않습니다)

{
  "id": "SAMPLE-ID-07", // 유니크 아이디
  "type": "Sample", // 현재 미사용
  "title": "Sample Work 07", // 제목
  "date": "2020.6.3", // 작품 생성 날짜 (YYYY.M.D)
  "creator": "Unknown", // 작가
  "description": "This is artwork sample description", // 설명
  "keyword": ["Node-sass"], // 키워드
  "path": "/artworks/sample07", // 작품 메인 HTML 파일 경로
  "thumbnail": "/artworks/sample07/thumbnail.png" // 섬네일 이미지 경로
}

3.3 Deploy

$ npm install
$ npm run deploy

8ight6ix.github.io's People

Contributors

hangem422 avatar

Forkers

hangem422

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.