hexo

package
v0.0.0-...-98075fd Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Hexo = cli.Command{
	Name:     "hexo",
	Usage:    "hexo blog commands: preview, publish.",
	Category: "hexo",
	Subcommands: []cli.Command{
		{
			Name:   "clean",
			Usage:  "clean hexo local files",
			Action: preview,
		},
		{
			Name:   "preview",
			Usage:  "preview hexo blog",
			Action: preview,
		},
		{
			Name:   "publish",
			Usage:  "publish hexo blog",
			Action: publish,
		},
	},
}

Hexo blog 预览发布封装

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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