No description
| _includes | ||
| _layouts | ||
| _plugins | ||
| _posts | ||
| _sass | ||
| _site | ||
| assets | ||
| css | ||
| images | ||
| js | ||
| .gitignore | ||
| 1_callfortalks.html | ||
| 2_artists.html | ||
| 3_about.html | ||
| _config.yml | ||
| bower.json | ||
| feed.xml | ||
| index.html | ||
| README.md | ||
Scopesessions website
scopesessions.org
- Built with Jekyll
- 1.0.0
- Learn Markdown
Development
- Install Jekyll
- Clone repository
git clone https://acorbi@bitbucket.org/acorbi/scopesessions.org.git
- Install dependencies
bower install
- Serve files
jekyll serve
Deployment
- Build files
jekyll build
- SSH into scopesessions.org and pull the changes from master
cd /var/www/vhosts/scopesessions.org
git pull
NOTE: There are two branches:
- master: production code, always keep functional and error-free
- dev: development branch, merge to master when production-ready