Skip to content

aidanatwork/website-hugo

 
 

The Good Docs Marketing Site

A preview of the Hugo based website using the docsy theme, can be found at https://gdp-hugo.netlify.app/.

Setup Local Environment

Quick instructions for getting started if you're on Mac OSX.

Requirements

  • Brew installed
  • NodeJS installed

CLI Instructions

These are the step-by-step instructions one can execute to configure a local environment.

# Installs the Hugo Binary that will be used to build and run the Hugo Server
brew install hugo

# Clone the repo locally
git clone --recurse-submodules --depth 1 git@github.com:thegooddocsproject/website-hugo.git

# Enter the default working path
cd website-hugo

# Installs the CSS processor
npm install

# Run the build process/http service
hugo server

About

Hugo based website for the project.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 95.1%
  • Shell 2.7%
  • SCSS 2.2%