This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch next-release in repository https://gitbox.apache.org/repos/asf/sis-site.git
commit 174f2d0e0eaeed3c5b0e9cf8052d17c352644b35 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Tue Dec 27 13:57:26 2022 +0100 Prepare a branch for next release. This commit should not be applied to main branch. --- .asf.yaml | 12 ------------ README.md | 29 ++++------------------------- 2 files changed, 4 insertions(+), 37 deletions(-) diff --git a/.asf.yaml b/.asf.yaml deleted file mode 100644 index 3a37146b..00000000 --- a/.asf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# -# GitHub and notifications configuration. -# Reference: https://s.apache.org/asfyaml -# -github: - description: "Website sources for the Apache SIS website" - homepage: https://sis.apache.org/ - labels: - - apache - - sis - - hugo - - website diff --git a/README.md b/README.md index b539c36d..2b80161e 100644 --- a/README.md +++ b/README.md @@ -14,29 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -# Apache SIS website +# Apache SIS website for next release -This is the source code for the website of [Apache SIS](https://sis.apache.org/), hosted at: - - https://sis.apache.org/ - -## Repository structure - -This repository uses 3 branches for building the website. -- The `main` branch, which contains all the sources for the website. -- The `asf-site` branch, which contains the generated website being used for the actual website. -- The `javadoc` branch, which contains API documentation generated from source code. - -When contributing patches, please create pull requests for the `main` branch. - -## Content Management System - -The website uses Hugo as static website generator. -See [Hugo](https://gohugo.io/) for more info and for details how to install Hugo. - -## Generate the website - -To generate the static website, execute `hugo` to generate in the `public/` directory. - -During development, it may be useful to run an incremental build. For this to work, -execute `hugo server -D` to continuously generate and serve the website on `localhost:1313`. +This is a branch for changes to the web site that are specific to next SIS release. +This branch is merged to `main` only when a release is published. +For the web site about current release, see the `main` branch.