Documentation ¶
Index ¶
Constants ¶
View Source
const ( // custom template file name CustomTemplateFile = "template.tmpl" // config file ConfigFile = "config.yaml" // output file name DefaultOutputFileName = "output.png" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Title string `yaml:"title"` Tags []string `yaml:"tags"` Date string `yaml:"date"` Author string `yaml:"author"` }
config schema
type RunEFunc ¶
func CreateArticleFunc ¶
Click to show internal directories.
Click to hide internal directories.