Skip to content
Snippets Groups Projects
Commit 64eadb5e authored by Christopher Guindon's avatar Christopher Guindon
Browse files
parent 47d74b0b
No related branches found
No related tags found
No related merge requests found
# Contributing to eclipseide.eclipse.org
# Contributing to ide-wg.eclipse.org
Thanks for your interest in this project.
## Project description
eclipseide.eclipse.org is a project to regroup assets for the Eclipse Foundation look and feel.
ide-wg.eclipse.org is a project to regroup assets for the Eclipse Foundation look and feel.
* https://github.com/EclipseFdn/eclipseide.eclipse.org
* https://github.com/EclipseFdn/ide-wg.eclipse.org
## Developer resources
The project maintains the following source code repositories
* https://github.com/EclipseFdn/eclipseide.eclipse.org
* https://github.com/EclipseFdn/ide-wg.eclipse.org
## Eclipse Contributor Agreement
......
# Notices for eclipseide.eclipse.org
# Notices for ide-wg.eclipse.org
This content is produced and maintained by the Eclipse Foundation.
* Project home: https://github.com/EclipseFdn/eclipseide.eclipse.org
* Project home: https://github.com/EclipseFdn/ide-wg.eclipse.org
## Trademarks
......@@ -27,7 +27,7 @@ SPDX-License-Identifier: EPL-2.0
The project maintains the following source code repositories:
* https://github.com/EclipseFdn/eclipseide.eclipse.org
* https://github.com/EclipseFdn/ide-wg.eclipse.org
## Third-party Content
......
# eclipseide.eclipse.org
# ide-wg.eclipse.org
The [eclipseide.eclipse.org](https://eclipseide.eclipse.org) website is generated with [Hugo](https://gohugo.io/documentation/).
The [ide-wg.eclipse.org](https://ide-wg.eclipse.org) website is generated with [Hugo](https://gohugo.io/documentation/).
[![Build Status](https://travis-ci.org/EclipseFdn/eclipseide.eclipse.org.svg?branch=master)](https://travis-ci.org/eclipsefdn/eclipseide.eclipse.org)
[![Build Status](https://travis-ci.org/EclipseFdn/ide-wg.eclipse.org.svg?branch=master)](https://travis-ci.org/eclipsefdn/ide-wg.eclipse.org)
## Getting started
......@@ -15,8 +15,8 @@ hugo server
## Contributing
1. [Fork](https://help.github.com/articles/fork-a-repo/) the [eclipsefdn/eclipseide.eclipse.org](https://github.com/eclipsefdn/eclipseide.eclipse.org) repository
2. Clone repository: `git clone https://github.com/[your_github_username]/eclipseide.eclipse.org.git`
1. [Fork](https://help.github.com/articles/fork-a-repo/) the [eclipsefdn/ide-wg.eclipse.org](https://github.com/eclipsefdn/ide-wg.eclipse.org) repository
2. Clone repository: `git clone https://github.com/[your_github_username]/ide-wg.eclipse.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`
......@@ -42,7 +42,7 @@ 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/eclipsefdn/eclipseide.eclipse.org/issues/new).
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/eclipsefdn/ide-wg.eclipse.org/issues/new).
## Author
......@@ -58,4 +58,4 @@ Have a bug or a feature request? Please search for existing and closed issues. I
## Copyright and license
Copyright 2021 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [eclipseide.eclipse.org authors](https://github.com/eclipsefdn/eclipseide.eclipse.org/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/eclipsefdn/eclipseide.eclipse.org/blob/src/LICENSE).
Copyright 2021 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [ide-wg.eclipse.org authors](https://github.com/eclipsefdn/ide-wg.eclipse.org/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/eclipsefdn/ide-wg.eclipse.org/blob/src/LICENSE).
baseurl = "https://eclipseide.eclipse.org"
baseurl = "https://ide-wg.eclipse.org"
DefaultContentLanguage = "en"
title = "eclipseide.eclipse.org"
title = "ide-wg.eclipse.org"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
googleAnalytics = "UA-910670-30"
......
---
title: "eclipseide.eclipse.org"
title: "ide-wg.eclipse.org"
description: "@todo"
date: 2021-04-20T10:00:00-04:00
---
......
{
"name": "eclipsefdn-hugo-eclipseide",
"description": "Source code for eclipseide.eclipse.org",
"description": "Source code for ide-wg.eclipse.org",
"main": "webpack.min.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.0",
"bugs": {
"url": "https://github.com/eclipsefdn/eclipseide.eclipse.org/issues"
"url": "https://github.com/eclipsefdn/ide-wg.eclipse.org/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/eclipsefdn/eclipseide.eclipse.org.git"
"url": "git://github.com/eclipsefdn/ide-wg.eclipse.org.git"
},
"scripts": {
"dev": "NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment