From 64eadb5e8f9a02c5ee00ce06256c3d15b885f679 Mon Sep 17 00:00:00 2001 From: Christopher Guindon <chris.guindon@eclipse-foundation.org> Date: Tue, 4 May 2021 14:16:37 -0400 Subject: [PATCH] change repo url Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org> --- CONTRIBUTING.md | 8 ++++---- NOTICE.md | 6 +++--- README.md | 14 +++++++------- config.toml | 4 ++-- content/_index.md | 2 +- package.json | 6 +++--- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ede72f8..e147d88 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 831827f..7a27372 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 e522c02..7ec558f 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 5d40deb..f7d0a4f 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 7a743ee..fc5e09f 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 5a51f71..df4e331 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", -- GitLab