upgraded jekyll and bundle
This commit is contained in:
parent
8b0d19ab35
commit
36bfce14b4
127 changed files with 4647 additions and 4225 deletions
31
README.md
31
README.md
|
|
@ -11,22 +11,21 @@ scopesessions.org
|
|||
```
|
||||
git clone https://bitbucket.org/acorbi/scopesessions.org.git
|
||||
```
|
||||
* Install dependencies
|
||||
```
|
||||
sudo apt-get install jekyll
|
||||
sudo gem install bundle
|
||||
sudo bundle install
|
||||
```
|
||||
* Serve files
|
||||
```
|
||||
jekyll serve
|
||||
# Serve starts a small webserver with your site on http://localhost:4000 for testing
|
||||
```
|
||||
* Build files
|
||||
```
|
||||
jekyll build
|
||||
# Build generates the HTML/JS/CSS into _site/
|
||||
```
|
||||
* Install dependencies
|
||||
```
|
||||
gem install bundler
|
||||
bundle install
|
||||
```
|
||||
* Serve files
|
||||
```
|
||||
bundle exec jekyll serve
|
||||
# Serve starts a small webserver with your site on http://localhost:4000 for testing
|
||||
```
|
||||
* Build files
|
||||
```
|
||||
bundle exec jekyll build
|
||||
# Build generates the HTML/JS/CSS into _site/
|
||||
```
|
||||
* Commit/Push changes to master.
|
||||
```
|
||||
git add --all .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue