ssg

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StaticSiteGenerator

type StaticSiteGenerator interface {
	Generate(issues []models.Issue, outputDir string) error
}

func NewGenerator

func NewGenerator(cmd *models.Command, meta *models.Repository) StaticSiteGenerator

type Zola

type Zola struct {
	Title       string
	BaseURL     string
	ThemeName   string
	ThemeRepo   string
	Description string
	Feed        bool
	Katex       bool
	Taxonomies  []string
}

func NewZola

func NewZola(cmd *models.Command, meta *models.Repository) *Zola

func (*Zola) Generate

func (z *Zola) Generate(issues []models.Issue, outputDir string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL