Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc2f4382 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

build: limit dev build to english

parent 4902dbd3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,10 +17,11 @@ docker run \
-p 35729:35729 \
-it \
jekyll/jekyll:4 \
jekyll serve --profile --livereload
jekyll serve --profile --livereload --config _config.yml,_config.dev.yml
```

Note: the port 35729 is used for live reload
Note2: it will build only English

Or you could use:

htdocs/_config.dev.yml

0 → 100644
+10 −0
Original line number Diff line number Diff line

languages: ["en"]
exclude:
  - de/
  - es/
  - fr/
  - it/
  - nl/
  - pt_BR/
  - sv/
 No newline at end of file