This repository contains the source of the website gofeatureflag.org.
This website is used using Hugo "The world’s fastest framework for building websites".
This is a one page website + a blog, that is here to have information about the go-feature-flag solution.
Initially, this website was using the apsho theme, but it has been modified for our needs.
If you want to run the website locally.
- Install
hugo
following the install instruction on the official website. - Clone this repository
- Launch hugo in dev mode.
hugo server
- Open your browser on this page http://localhost:1313/
If something is unclear or if you see some typo on the website, feel free to create an issue or a pull request.