slides

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collection

type Collection struct {
	Title            string
	WorkingDirectory string
	Slides           []*Slide
}

func (*Collection) CollectReferencedStaticFiles

func (c *Collection) CollectReferencedStaticFiles() ([]string, error)

type Settings

type Settings struct {
	FooterText string
	XResPX     int
	YResPX     int
	HAlign     string
	VAlign     string
	TAlign     string
	FontColor  string
	Background template.CSS
}

type Slide

type Slide struct {
	blackfriday.Node
	Settings
}

type SlideSource

type SlideSource interface {
	Load() (*Collection, error)
}

Directories

Path Synopsis
renderers

Jump to

Keyboard shortcuts

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