https://github.com/devxoul/staccato
Staccato 모임 소개 페이지
https://github.com/devxoul/staccato
Last synced: about 1 year ago
JSON representation
Staccato 모임 소개 페이지
- Host: GitHub
- URL: https://github.com/devxoul/staccato
- Owner: devxoul
- Created: 2016-11-08T16:47:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T05:15:17.000Z (over 9 years ago)
- Last Synced: 2025-04-10T22:53:32.691Z (about 1 year ago)
- Language: Python
- Homepage: https://devxoul.github.io/staccato/
- Size: 3.46 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Staccato
========
[Staccato](https://stac.github.io/staccato) 행사 소개 웹사이트입니다. [GitHub Pages](https://pages.github.com)와 [Jekyll](https://jekyllrb.com)을 사용한 정적 페이지입니다.
## 개발 환경 설정하기
```sh
$ git clone https://github.com/stac/staccato
$ cd staccato
$ [sudo] gem install bundler
$ bundle install
$ jekyll serve
```
그리고, 웹브라우저에서 [http://127.0.0.1:4000/staccato/](http://127.0.0.1:4000/staccato/) 링크로 접속합니다.
## 배포하기
`master` 브랜치에 새로운 커밋이 푸시되면 GitHub Pages에 의해 웹사이트가 자동으로 배포됩니다. 그리고, [Travis CI](https://travis-ci.org/stac/staccato)에서 [온오프믹스](http://onoffmix.com/event/83852) 모임 설명 이미지를 웹사이트의 스크린샷으로 교체합니다.
## 기여하기
이 레파지토리를 본인의 계정으로 [fork](https://github.com/stac/staccato/fork)한 뒤, [pull request](https://github.com/stac/staccato/fork)를 보내주세요.
- 웹사이트 설정 파일은 [`_config.yml`](_config.yml) 파일에 기록되어있습니다.
- 웹사이트의 각 섹션은 [`_sections`](_sections) 디렉토리의 각 html 파일에 기록되어있습니다.
- 세션 정보는 [`_data/session.yml`](_data/session.yml) 파일에 기록되어있습니다.
## 메인테이너
전수열 ([@devxoul](https://github.com/devxoul))