diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ede72f805a9dcdd30588a07f3ce4020db81f2174..e147d889056432fe7671f2c6c8d17c51e0512672 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,18 @@ -# 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 diff --git a/NOTICE.md b/NOTICE.md index 831827fa410a8b05811dc0f611feac7c6a3f07e6..7a273728a4b6d28e4c67e8c2cb26dd7476424b14 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,8 +1,8 @@ -# 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 diff --git a/README.md b/README.md index e522c0233bfab59a67ce09c15aed66406aa9cbe4..7ec558fac864a12c91cf583680c40625240cab97 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# 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/). -[](https://travis-ci.org/eclipsefdn/eclipseide.eclipse.org) +[](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). diff --git a/config.toml b/config.toml index 5d40debd1045b32a7ffa8bd3addbeaaf41dfe789..f7d0a4f14c3e32a31decc0d850c353ccb74f965a 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ -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" diff --git a/content/_index.md b/content/_index.md index 7a743ee78336cc00ed90a26037e87358756e71e7..fc5e09fa10bd9e90493ef12ddf511327cd0dc9f7 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title: "eclipseide.eclipse.org" +title: "ide-wg.eclipse.org" description: "@todo" date: 2021-04-20T10:00:00-04:00 --- diff --git a/package.json b/package.json index 5a51f7120a0bb76d2855594912ef822a18314a39..df4e331384fe49bd76ef792c0ddfa7eb207d9ad7 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "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",