Skip to content

tool-buddy/toolbuddy-net-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToolBuddy Website

This repository contains the source code for the ToolBuddy website, a website providing expertise and products for video game creators.

Technologies Used

Local Development

Prerequisites

Getting Started

  1. Clone the repository:

    git clone https://github.com/tool-buddy/website.git
    cd website
  2. Start the Hugo development server:

    hugo server -D
  3. Open your browser and visit http://localhost:1313

Common Commands

  • hugo new content/<section>/<filename>.md - Create new content
  • hugo server - Start development server
  • hugo - Build the site for production
  • hugo --minify - Build the site with minification

Deployment

  1. Build the site:

    hugo --minify
  2. The generated static files will be located in the public/ directory.

  3. Upload the contents of the public/ directory to your web hosting provider.

About

The Hugo based website generator for toolbuddy.net

Topics

Resources

License

Stars

Watchers

Forks