scopesessions.org/README.md
2020-02-09 21:07:27 +01:00

39 lines
716 B
Markdown

# Scopesessions website
scopesessions.org
* Built with Jekyll
* 1.0.0
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
### Development
```
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/
```
* Commit/Push changes to master.
```
git add --all .
git commit -m "Changed this and that"
git push
```
### Deployment
* Contact a.corbi@gmail.com