upgraded jekyll and bundle

This commit is contained in:
randogoth 2025-12-22 14:38:43 +02:00
parent 8b0d19ab35
commit 36bfce14b4
127 changed files with 4647 additions and 4225 deletions

View file

@ -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 .