This repository contains the source code for the ToolBuddy website, a website providing expertise and products for video game creators.
- Hugo Extended (latest version recommended)
- Git
-
Clone the repository:
git clone https://github.com/tool-buddy/website.git cd website
-
Start the Hugo development server:
hugo server -D
-
Open your browser and visit
http://localhost:1313
hugo new content/<section>/<filename>.md
- Create new contenthugo server
- Start development serverhugo
- Build the site for productionhugo --minify
- Build the site with minification
-
Build the site:
hugo --minify
-
The generated static files will be located in the
public/
directory. -
Upload the contents of the
public/
directory to your web hosting provider.