Repository to the www.keyple.org website of the 'Eclipse Keyple' project.
The Eclipse Keyple website is generated with Hugo.
Install hugo extended on your machine. Install dependencies, build assets and start a webserver:
hugo server
Checkout http://localhost:1313/
You can use the image "ext-alpine" from the project : /~https://github.com/klakegg/docker-hugo. An "ext" is needed image because it includes golang.
Launch a shell into hugo container from the root directory of this project
docker run --rm -it \
-v $(pwd):/src \
-p 1313:1313 \
klakegg/hugo:ext-alpine \
shell
Then run
hugo server --environment development
If you want to avoid downloading modules at each run, install them locally by running
hugo mod vendor
- Fork the eclipse/keyple-website repository
- Clone repository:
git clone /~https://github.com/[your_github_username]/keyple-website.git
- Create your feature branch:
git checkout -b my-new-feature
- Make your changes
- Commit your changes:
git commit -m "Add some feature" -s
- Push feature branch:
git push origin my-new-feature
- Submit a pull request
This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
Wowchemy theme for Hugo.
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
- Eclipse Keyple and the Eclipse Keyple project are Trademarks of the Eclipse Foundation, Inc.
- Eclipse® is a Trademark of the Eclipse Foundation, Inc.
- Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
Copyright 2020 the Eclipse Foundation, Inc. and the keyple-website authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).