Documentation
¶
Index ¶
Constants ¶
View Source
const ( ARTICLE = "article" DIR = "dir" )
View Source
const ( START = iota NO_META META_BEGIN META_END )
View Source
const (
TIME_LAYOUT = "2006-01-02 15:04:05"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
func NewArticle ¶
type Meta ¶
type Meta struct { Title string `meta:"title"` Description string `meta:"description"` Author string `meta:"author"` CreateTime string `meta:"create_time"` Category string `meta:"category"` Id string `meta:"id"` URL string `meta:"url"` TyporaRootURL string `meta:"typora-root-url"` }
front-matter: https://jekyllrb.com/docs/front-matter/
Click to show internal directories.
Click to hide internal directories.