Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

badgeteam/website-docs

Repository files navigation

Build Status

BADGE.TEAM documentation website

You can find our documentation website at docs.badge.team. This repository contains the Markdown files with content, the theme files and the configuration needed to build our website using Hugo.

Development

If you want to test your changes locally then you first have to install Hugo.

After you've installed Hugo building the website is as easy as cloning the repository and running hugo in the repository root.

Hugo can also host a development server, you can use this feature by running hugo server in the root of the repository. The development server will then be reachable at http://localhost:1313

git clone https://github.com/badgeteam/website-docs.git
cd website-docs
hugo server