Skip to content

TensorFlowKR/dlcampjeju

Repository files navigation

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