ssg

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2023 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 []types.Issue, outputDir string) error
}

func NewGenerator

func NewGenerator(engine, title, theme, themeRepo, baseURL string, feed bool) StaticSiteGenerator

type Zola

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

func NewZola

func NewZola(title, baseURL, theme, themeRepo string, feed bool) *Zola

func (*Zola) Generate

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

Jump to

Keyboard shortcuts

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