https://github.com/apache/security-site
Website sources for the Apache Security website
https://github.com/apache/security-site
apache hugo security website
Last synced: 4 months ago
JSON representation
Website sources for the Apache Security website
- Host: GitHub
- URL: https://github.com/apache/security-site
- Owner: apache
- Created: 2022-02-14T12:13:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T14:14:13.000Z (4 months ago)
- Last Synced: 2026-02-27T15:43:15.333Z (4 months ago)
- Topics: apache, hugo, security, website
- Language: CSS
- Homepage: https://security.apache.org
- Size: 49.1 MB
- Stars: 10
- Watchers: 6
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Apache Security website
This is the source code for the website of the [Apache Security Team](https://security.apache.org/), hosted at:
https://security.apache.org/
## Repository structure
This repository uses 2 branches for serving 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 Apache Security Team website.
When contributing patches, apply them to the `main` branch. Jenkins will then regenerate the website
and commit the changes to the `asf-site` branch.
## Content Management System
The Apache Security Team 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 server` to generate and serve the website on `localhost:1313`.
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`.
## Publish the website
A [Jenkins job](https://ci-builds.apache.org/job/Security/job/site/job/main/) automatically builds all merges to `main` and commits the generated site to the `asf-site` branch.