Skip to content

badgeteam/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f6c078 · Dec 13, 2024
May 11, 2024
Jul 25, 2024
Dec 13, 2024
Jul 26, 2019
Nov 6, 2024
Apr 21, 2023
Apr 19, 2023
Nov 6, 2024
Apr 21, 2023
Nov 6, 2024
Nov 6, 2024
Nov 6, 2024
Nov 6, 2024
Nov 6, 2024
Nov 6, 2024
Nov 6, 2024

Repository files navigation

Build and deployment

Badge.team website

You can find our website and the documentation website at badge.team/docs. 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.git
cd website
./dev_server.sh