blog

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2024 License: MIT Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Embed embed.FS

Functions

func Setup

func Setup()

Types

type Post

type Post struct {
	Meta    PostMeta
	Content template.HTML
}

type PostMeta

type PostMeta struct {
	Title       string
	Slug        string
	Description string
	Author      string
	Language    string
	PublishDate time.Time
	UpdatedDate time.Time
	Tags        []string
}

func MapToPostMeta

func MapToPostMeta(m map[string]interface{}) (PostMeta, error)

Jump to

Keyboard shortcuts

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