cmd

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: MIT Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCommands

func GetCommands() []*cobra.Command

Types

type Blog

type Blog struct {
	TitleConfig TitleConfig
	Title       string
	Content     string
}

type TitleConfig

type TitleConfig struct {
	Title      string   `json:"title"`
	Toc        bool     `json:"toc"`
	Date       string   `json:"date"`
	Tags       []string `json:"tags"`
	Categories []string `json:"categories"`
}

Jump to

Keyboard shortcuts

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