Skip to content

tim-koko/docsy-timkoko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docsy Tim&Koko

Additions for the docsy theme for Hugo, used for tim&koko training content. The docsy-timkoko 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-timkoko 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/tim-koko/docsy-timkoko

Reference both themes in your configuration.

Example config.toml:

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

Docsy itself is a dependency of docsy-plus

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages