We've ensured that this project is compatible with Hugo 0.110.0. For information on the specific versions of Hugo we support, you can refer to the readme.md of our Hugo Solstice Theme project.
[[TOC]]
- Docker
Clone the project with submodules and start a web server:
git clone --recurse-submodules git@github.com:eclipse-rcptt/rcptt-website.git
cd rcptt-website
./hugo.sh server --bind 0.0.0.0The hugo-solstice-theme was added to this project as a Git submodule. We recomend that you update to the latest version before getting started:
git submodule update --remotePlease make sure to keep this sub-module up-to-date if you decide to utilize it. The Eclipse Foundation Webdev team regularly publishes new versions. For more information, please see Git documentation on submodules.
The site is published by a Jenkins job when main branch is updated. Other branches are just tested instead.
If you're new to Hugo, I highly recommend checking out its documentation to learn how to create pages and customize your site. Although you're starting with hugo-solstice-theme, remember that Hugo is highly extensible, allowing you to override as much or as little as you need. For example, you may choose to keep our default footer but override our header. You can make as many changes as you want as long as your website continues to adhere to the Eclipse Foundation Hosted Services Privacy and Acceptable Usage Policy.
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
- Eclipse® is a Trademark of the Eclipse Foundation, Inc.
- Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
Copyright 2021 the Eclipse Foundation, Inc. and the hugo-eclipsefdn-website-boilerplate authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).