Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1019 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 1019 Bytes

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