Skip to content

jgoerz/hugo-docsy-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motivation

Hugo and Docsy make an excellent pairing for simple to maintain and publish documentation. Use this to get started.

Prequisites

# I think this is simplest once you have go installed
go install -tags extended github.com/gohugoio/hugo@latest

Build it

  1. Clone it.
  2. rm go.mod go.sum
  3. hugo mod init example.com/docs
  4. hugo mod get github.com/google/docsy@v0.6.0
  5. hugo mod tidy
  6. npm install
  7. hugo server

Next steps: https://www.docsy.dev/docs/adding-content

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published