This repository contains the source code for the ToolBuddy website, a website providing expertise and products for video game creators.
- Hugo 0.147.9 - Static site generator
-
Clone the repository:
git clone --recurse-submodules https://github.com/tool-buddy/toolbuddy-net-generator.git cd toolbuddy-net-generator
-
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.