Website sources for the Apache VCL website

Clone this repo:
  1. ecd1bca VCL251InstallGuide.md: added information about timezone argument to vcl-install.sh by Josh Thompson · 4 years ago master
  2. bfbfe8a VCL251InstallGuide.md - added block about patch for cygsshd name change by Josh Thompson · 4 years ago
  3. 06e5738 Merge pull request #2 from rlenferink/asf-yaml-description by jfthomps · 4 years ago
  4. ca154bb Merge pull request #1 from rlenferink/build-fixes by jfthomps · 4 years ago
  5. f5d8eb5 Added .asf.yaml for setting repository metadata by Roy Lenferink · 4 years, 1 month ago

Apache VCL website

This is the source code for the website of Apache VCL, hosted at:

https://vcl.apache.org/

Repository structure

This repository uses 2 branches for serving the website.

  • The master branch, which contains all the sources for the website.
  • The asf-site branch, which contains the generated website being used for the actual website.

When contributing patches, apply them to the master branch. Jenkins will then regenerate the website and commit the changes to the asf-site branch.

Content Management System

The 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 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 is used for generating the website and committing the generated site to the asf-site branch.