parser

package
v0.0.0-...-a4a7ca2 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	Title       string // required
	Slug        string // required
	BlogTitle   string
	Description string
	Keywords    []string
	Author      string
	Image       string
	Publisher   string
	Tags        []string

	// Determined at runtime (WebsiteURL + Slug)
	URL string

	// Determined at runtime
	DatePublished time.Time
	DateModified  time.Time
}

type ParsedIssue

type ParsedIssue struct {
	Content  template.HTML
	Metadata Metadata
}

func ParseIssues

func ParseIssues(cfg config.Config) ([]ParsedIssue, error)

Jump to

Keyboard shortcuts

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