Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openhwgroup/openhwgroup.org
OpenHW Group is a not-for-profit, global organization driven by its members and individual contributors where hardware and software designers collaborate in the development of open-source cores, related IP, tools and software. OpenHW provides an infrastructure for hosting high quality open-source HW developments in line with industry best practices.
https://github.com/openhwgroup/openhwgroup.org
hugo webdev
Last synced: 3 months ago
JSON representation
OpenHW Group is a not-for-profit, global organization driven by its members and individual contributors where hardware and software designers collaborate in the development of open-source cores, related IP, tools and software. OpenHW provides an infrastructure for hosting high quality open-source HW developments in line with industry best practices.
- Host: GitHub
- URL: https://github.com/openhwgroup/openhwgroup.org
- Owner: openhwgroup
- License: epl-2.0
- Created: 2019-05-27T19:52:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:58:59.000Z (5 months ago)
- Last Synced: 2024-09-14T05:46:28.799Z (5 months ago)
- Topics: hugo, webdev
- Language: HTML
- Homepage: https://www.openhwgroup.org/
- Size: 10.3 MB
- Stars: 16
- Watchers: 13
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# openhwgroup.org
The [openhwgroup.org](https://openhwgroup.org) website is generated with [Hugo](https://gohugo.io/documentation/).
OpenHW Group is a not-for-profit, global organization driven by its members and individual contributors where hardware and software designers collaborate in the development of open-source cores, related IP, tools and software. OpenHW provides an infrastructure for hosting high quality open-source HW developments in line with industry best practices.
## Getting started
### Required Software
| Software | Version |
|---------|---------|
| node.js | 18.13.0 |
| npm | 8.19 |
| Hugo | 0.110 |
| Git | > 2.31 |See our [Managing Required Software](https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/wikis/Managing-Required-Software) wiki page for more information on this topic.
Install dependencies, build assets and start a webserver:
```bash
yarn && hugo server --disableFastRender --buildFuture
```## Contributing
1. [Fork](https://help.github.com/articles/fork-a-repo/) the [openhwgroup/openhwgroup.org](https://github.com/openhwgroup/openhwgroup.org) repository
2. Clone repository: `git clone https://github.com/[your_github_username]/openhwgroup.org.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -m 'Add some feature' -s`
5. Push feature branch: `git push origin my-new-feature`
6. Submit a pull 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
## Related projects
### [EclipseFdn/solstice-assets](https://github.com/EclipseFdn/solstice-assets)
Images, less and JavaScript files for the Eclipse Foundation look and feel.
### [EclipseFdn/hugo-solstice-theme](https://github.com/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](https://github.com/openhwgroup/openhwgroup.org/issues/new).
## Author
**Christopher Guindon (Eclipse Foundation)**
-
-## Trademarks
* Eclipse® is a Trademark of the Eclipse Foundation, Inc.
* Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.## Copyright and license
Copyright of the [OpenHW Group](https://www.openhwgroup.org) and the [openhwgroup.org authors](https://github.com/openhwgroup/openhwgroup.org/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/openhwgroup/openhwgroup.org/blob/src/LICENSE).