opensourceinnovation.eu
The opensourceinnovation.eu website is generated with Hugo.
Getting started
Install dependencies, build assets and start a webserver:
yarn
hugo server
Request an Event Website
Eclipse Foundation Staff can request an Event website similar to December by creating an issue.
The Eclipse Foundation Webdev team will start working on your request once the Event Website Content Template is completed and uploaded to your issue.
Please plan for a minimum of two weeks for the website implementation. Additional information is available in the Event Website Content Template document.
Contributing
- Fork the opensourceinnovation.eu repository
- Clone repository:
git clone https://gitlab.eclipse.org/[your_eclipsefdn_username]/opensourceinnovation.eu.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature' -s
- Push feature branch:
git push origin my-new-feature
- Submit a merge request
Declared Project Licenses
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
Updating site after event
- Change index file and use 'index.md.template' as basis
- In event content folder
- add presentations
- copy event index file from root to here
- set completed: true
- replace registratrion link with links to speakers and agenda
- In data folder
- Add projects in conferences.yml
- In agenda.yml
- set complete: true
- add links to slides and videos
- comment out time
- Add project logoes in layouts/shortcodes/past-projects.html
Related projects
EclipseFdn/solstice-assets
Images, less and JavaScript files for the Eclipse Foundation look and feel.
EclipseFdn/hugo-solstice-theme
Hugo theme of the Eclipse Foundation look and feel.
Bugs and feature requests
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.
Author
Christopher Guindon (Eclipse Foundation)
Trademarks
- Eclipse® is a Trademark of the Eclipse Foundation, Inc.
Copyright and license
Copyright 2018-2022 the Eclipse Foundation, Inc. and the opensourceinnovation.eu authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).