Skip to content

Hyperfoil/hyperfoil.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Hyperfoil.io Website Based on Hugo

If you want to change the website content, please open a PR against https://github.com/Hyperfoil/Hyperfoil to update the website.

Documentation is now automatically built and deployed from the stable branch of Hyperfoil Repo.

A bit of history

Starting from July 15th, we published a renewed version of the Hyperfoil website.

With this renewal we changed some things that are summarized below:

  • The source code of the website has been move in the Hyperfoil repository, this way docs changes can be done in the same pull request of the feature change.
  • The website is entirely based on docsy Hugo template, therefore we switched to Hugo as static site generator.
  • The live content is hosted in the gh-pages branch of this repository, we will empty the master one in the coming future.
  • The website deployment is automated using a GitHub worklofow, see deploy-gh-pages.yaml for more details.
  • The live content points to the latest stable branch in the Hyperfoil repository, e.g., 0.26.x. You can find the used branch in the deploy-gh-pages.yaml configuration.

Development

For more information on how to build (locally) and update the website content, please checkout github.com/Hyperfoil/Hyperfoil/docs/site.