https://github.com/eclipse/packages-website
https://github.com/eclipse/packages-website
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipse/packages-website
- Owner: eclipse
- Created: 2023-02-22T08:58:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T12:44:32.000Z (6 months ago)
- Last Synced: 2025-07-04T14:15:24.775Z (6 months ago)
- Language: HTML
- Size: 53.4 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Serve Homepage:
JEKYLL_VERSION=4
docker run --rm --volume="$PWD:/srv/jekyll:z" --volume="$PWD/vendor/bundle:/usr/local/bundle:z" -eJEKYLL_UID=$UID -p 4000:4000 -it docker.io/jekyll/jekyll:$JEKYLL_VERSION jekyll serve
On Windows:
set JEKYLL_VERSION=4
docker run --rm --volume="%CD%:/srv/jekyll" --volume="%CD%/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it docker.io/jekyll/jekyll:%JEKYLL_VERSION% jekyll serve