Skip to content

puzzle/docsy-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docsy Puzzle

Additions for the docsy theme for Hugo, used for Puzzle training content. The docsy-puzzle theme inherites from the docsy theme through Hugo Modules.

The theme adds the following to the standard docsy theme:

  • Puzzle ITC colors scheme and fonts
  • Puzzle ITC logo

Installation

To add the docsy, docsy-plus and docsy-puzzle themes to an existing Hugo project, run the following commands from your project’s root directory:

hugo mod get github.com/acend/docsy-plus
hugo mod get github.com/puzzle/docsy-puzzle

Reference both themes in your configuration, the docsy-puzzle theme needs to come before docsy.

Example config.toml:

[module]
  [module.hugoVersion]
    extended = true
    min = "0.100.0"
  [[module.imports]]
    path = "github.com/puzzle/docsy-puzzle"
    disable = false
  [[module.imports]]
    path = "github.com/acend/docsy-plus"
    disable = false

Docsy itself is a dependency of docsy-plus

About

Puzzle theming for the Hugo Docsy theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages