Versions in this module Expand all Collapse all v0 v0.1.6 Mar 7, 2021 v0.1.5 Mar 6, 2021 Changes in this version + var AllThemes = []string + func Set(c Config) + type Base struct + func (base *Base) CSS() template.CSS + func (base *Base) HTML(md []byte) template.HTML + func (base *Base) JS() template.JS + type Config struct + ChangeTitle bool + FixedSidebar bool + HideMenuIcon bool + HideNavBar bool + type Default struct + func (*Default) JS() template.JS + func (d *Default) CSS() template.CSS + type Github struct + func (g *Github) CSS() template.CSS + type Theme interface + CSS func() template.CSS + HTML func(md []byte) template.HTML + JS func() template.JS + func Get(name string) Theme