update jekyll config

This commit is contained in:
2024-11-15 15:49:39 +01:00
parent e72a8fd35e
commit a74fd2c13f
2 changed files with 17 additions and 17 deletions

View File

@ -11,26 +11,28 @@ Live pages are available at https://lsm-hpce.gitpages.psi.ch.
The easiest and most reproducable way to test changes is using docker.
From the top directory, run the following:
```
docker-compose up
```console
$ docker compose build
$ docker compose up
```
This will start a webserver on `http://0.0.0.0:4000/`. Changes to most pages
This will start a webserver on `http://0.0.0.0:4001/`. Changes to most pages
will be automatically reflected in the website (with the exception of changes
to _config.yml, which requires restarting the webserver).
to `config.yml`, which requires restarting the webserver).
### Running locally
Building locally requires ruby 2.5 and bundler. To install:
```
gem install bundler jekyll
bundle
```console
$ gem install bundler jekyll
$ bundle
```
To run a local webserver:
```
bundle exec jekyll serve
```console
$ bundle exec jekyll serve
```
## Theme
@ -62,4 +64,4 @@ by Tom Johnson.
Theme content is licensed under the MIT license.
The Navgoco jQuery component used in the sidebar is licensed under the BSD
license.
See licenses subdirectory for license terms.
See licenses subdirectory for license terms.