From 43ef377e70e0cfefb48cb070a235ddd4e34b9794 Mon Sep 17 00:00:00 2001 From: Oleg Zharkov Date: Fri, 4 Sep 2020 12:25:40 +0200 Subject: [PATCH 1/2] Update README.md otherwise, it's really unclear how to build it (at least, it was for me) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533d446d6..1c284fa98 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ team and publications. To add your side please see this This website is jekyll based and can be build as every other jekyll page. ```console +cd _data/ bundle install --path vendor/bundle bundle exec jekyll serve --watch ``` From 2f432557ae35fed9425541d8b280d2a8e8b6c5fc Mon Sep 17 00:00:00 2001 From: Oleg Zharkov Date: Fri, 4 Sep 2020 14:25:33 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 1c284fa98..b20bcf9cd 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,6 @@ team and publications. To add your side please see this This website is jekyll based and can be build as every other jekyll page. -```console -cd _data/ -bundle install --path vendor/bundle -bundle exec jekyll serve --watch -``` - -Other commands are available under `jekyll --help` - If you have conda around and no jekyll setup, we do provide a Makefile that sets up and conda environment, with all what you need.