Dlcampjeju
Deep Learning Camp Jeju
Install / Use
/learn @TensorFlowKR/DlcampjejuREADME
Website for Deep Learning Camp Jeju<a id="website-for-deep-learning-camp-jeju"></a>
Requirements<a id="requirements"></a>
- Install bundler
- Run
bundle install
Development<a id="development"></a>
# Run local server
$ make serve
Deployment<a id="deployment"></a>
- Install ghp-import (
pip install ghp-import)
# it will push everything inside of _site to origin/master_
make github
Project Structures<a id="project-structures"></a>
_includescontains components_layoutscontains page template_sasscontains sass2018contains 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
