Skip to content

eclipse-windowbuilder/windowbuilder-website-source

Repository files navigation

WindowBuilder Website Source

This project contains the source code for the WindowBuilder website

https://eclipse.dev/windowbuilder/

Getting started

Clone the project with submodules and start a web server:

git clone --recurse-submodules https://github.com/eclipse-windowbuilder/windowbuilder-website-source.git
cd  windowbuilder-website-source
hugo server

Update hugo-solstice-theme

The hugo-solstice-theme was added to this project as a git submodule.

git submodule update --remote

For more information, please see git documentation on submodules.

How to build my project's website with Jenkins?

The preferred static website generator for Eclipse project websites is Hugo.

You should first put your Hugo sources in a dedicated Git repository, either at GitHub if your source code is already hosted at GitHub or at gitlab.eclipse.org. If you don't have such a repository already, feel free to open a request, the Eclipse IT team will create one for you.

Note that each and every Eclipse project automatically gets a Git repository with git.eclipse.org/www.eclipse.org/<project_name> (see this repository index for complete list). This is not where you want to push your Hugo sources. This repository contains the webpages that are automatically and regularly pulled and published on the www.eclipse.org HTTP server. All the content from the master branch will eventually be available at the URL https://www.eclipse.org/<project_name>.

Contributing

  1. Fork the windowbuilder-website-source repository
  2. Clone repository: git clone --recurse-submodules https://github.com/eclipse-windowbuilder/windowbuilder-website-source.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

Images, less and JavaScript files for the Eclipse Foundation look and feel.

Hugo theme of the Eclipse Foundation look and feel.

Trademarks

  • Eclipse® is a Trademark of the Eclipse Foundation, Inc.
  • Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.

Copyright and license

Copyright 2021 the Eclipse Foundation, Inc. and the windowbuilder-website-source. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published