Skip to content

Website sources for the Apache Security website

Notifications You must be signed in to change notification settings

raboof/security-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Security website

This is the source code for the website of the Apache Security Team, 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 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

Jenkins will be used for generating the website and committing the generated site to the asf-site branch once we obtain the authorization to create that job.

Until then this is a manual process:

  • run hugo to generate the site
  • switch to the asf-site branch
  • copy the public/ resources into the root of the repo
  • commit and push

About

Website sources for the Apache Security website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.9%
  • JavaScript 35.5%
  • HTML 9.6%