https://github.com/eclipse-osgi-technology/osgi.enroute.site
GitHub Pages repo for OSGi enRoute website
https://github.com/eclipse-osgi-technology/osgi.enroute.site
osgi-enroute-website
Last synced: over 1 year ago
JSON representation
GitHub Pages repo for OSGi enRoute website
- Host: GitHub
- URL: https://github.com/eclipse-osgi-technology/osgi.enroute.site
- Owner: eclipse-osgi-technology
- License: apache-2.0
- Created: 2014-06-23T19:30:25.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-11-15T03:03:28.000Z (over 1 year ago)
- Last Synced: 2025-01-08T06:39:33.310Z (over 1 year ago)
- Topics: osgi-enroute-website
- Language: SCSS
- Homepage: https://enroute.osgi.org/
- Size: 51.9 MB
- Stars: 18
- Watchers: 15
- Forks: 54
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OSGi enRoute Web Site
This repository holds the OSGi enRoute website hosted at [https://enroute.osgi.org][enroute]. This web site is maintained as markdown and turned into HTML by [Jekyll][jekyll] using [GitHub Pages](https://help.github.com/articles/what-are-github-pages/). We have the following layout in the root folder:
* _book – Is the main set of chapters. The entries are listed in the nav bar
* _qs – Quick Start Tutorial
* _services – The Services Catalog
* _tutorial_base – The base tutorial
* ... – miscellaneous stuff, should be clear for someone with some web experience
## Run Local
To run Jekyll locally:
$ bundle exec jekyll serve -w
## Contributing
Want to hack on osgi.enroute.site? See [CONTRIBUTING.md](CONTRIBUTING.md) for information on building, testing and contributing changes.
They are probably not perfect, please let us know if anything feels
wrong or incomplete.
## License
The contents of this repository are made available to the public under the terms of the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
[enroute]: https://enroute.osgi.org
[jekyll]: http://jekyllrb.com/