Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/sis-site
Website sources for the Apache SIS website
https://github.com/apache/sis-site
apache hugo sis website
Last synced: 4 months ago
JSON representation
Website sources for the Apache SIS website
- Host: GitHub
- URL: https://github.com/apache/sis-site
- Owner: apache
- License: apache-2.0
- Created: 2021-04-25T08:26:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:06:37.000Z (7 months ago)
- Last Synced: 2024-10-01T01:21:34.971Z (4 months ago)
- Topics: apache, hugo, sis, website
- Language: HTML
- Homepage: https://sis.apache.org/
- Size: 25.5 MB
- Stars: 5
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache SIS website
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`.