greentreeys / dlcampjeju

Deep Learning Camp Jeju

Home Page:http://jeju.dlcamp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for Deep Learning Camp Jeju

Requirements

  1. Install bundler
  2. Run bundle install

Development

# Run local server
$ make serve

Deployment

  • Install ghp-import (pip install ghp-import)
# it will push everything inside of _site to origin/master_
make github

Project Structures

  • _includes contains components
  • _layouts contains page template
  • _sass contains sass
  • 2018 contains actual contents
tree -L 1 -I '*.org' .
.
├── 2017
├── 2018
├── assets
├── _config_dev.yml
├── _config.yml
├── favicon.ico
├── Gemfile
├── Gemfile.lock
├── _includes
├── index.md
├── _layouts
├── Makefile
├── README.md
├── _sass
└── _site

7 directories, 8 files

About

Deep Learning Camp Jeju

http://jeju.dlcamp.org/


Languages

Language:HTML 46.2%Language:CSS 42.6%Language:JavaScript 5.7%Language:Ruby 5.4%Language:Makefile 0.2%