Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
Build is the core builder function. Converts markdown/yaml to html, copies over non-.md/.yaml files, etc.
Types ¶
type Pages ¶
type Pages struct { Dirs []Dir Files []types.File // A map of directories to their respective posts. AllPosts map[string][]types.Post }
func (*Pages) ProcessDirectories ¶
ProcessDirectories handles directories of posts under 'pages', for example: 'pages/photos/foo.md' or 'pages/blog/bar.md'.
Click to show internal directories.
Click to hide internal directories.