Skip to content

acend/docsy-acend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docsy Acend

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

The theme adds the following to the standard docsy theme:

  • brand colors scheme and fonts
  • logo and favicons

Installation

To add the docsy, docsy-plus and docsy-acend 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/acend/docsy-acend

Reference both themes in your configuration.

Example config.toml:

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

Docsy itself is a dependency of docsy-plus