anna

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FormSubmittedCh = make(chan struct{})

Functions

func PrintStats

func PrintStats(elapsedTime time.Duration)

func StartProfiling

func StartProfiling()

func StopProfiling

func StopProfiling()

Types

type Cmd

type Cmd struct {
	RenderDrafts bool
	Addr         string
}

func (*Cmd) StartLiveReload

func (cmd *Cmd) StartLiveReload()

func (*Cmd) VanillaRender

func (cmd *Cmd) VanillaRender()

type Config

type Config struct {
	BaseURL     string   `yaml:"baseURL"`
	SiteTitle   string   `yaml:"siteTitle"`
	SiteScripts []string `yaml:"siteScripts"`
	Author      string   `yaml:"author"`
	ThemeURL    string   `yaml:"themeURL"`
	Navbar      []string `yaml:"navbar"`
}

type WizardServer

type WizardServer struct {
	// contains filtered or unexported fields
}

func NewWizardServer

func NewWizardServer(addr string) *WizardServer

func (*WizardServer) Start

func (ws *WizardServer) Start()

func (*WizardServer) Stop

func (ws *WizardServer) Stop() error

Jump to

Keyboard shortcuts

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