Documentation
¶
Index ¶
- func CheckDupe(reporter reporterFunc)
- func Clean(action, dir string)
- func Compile(source string) error
- func CopyDir(src string, dst string) (err error)
- func CopyFile(src, dst string) (err error)
- func Deploy(source string) error
- func DeploySSH(host, dest string) error
- func Fanout(issueNumber string, mode string, confirm bool)
- func Schedule(issue int) error
- func Serve(cwd, addr string)
- type Config
- type Indexer
- type Issue
- type Issues
- type Link
- type Page
- type Site
- type Watcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Issue ¶
type Issue struct {
Subject string `yaml:"subject"`
Time string `yaml:"time"`
Links []Link `yaml:"links"`
CodeToRead []Link `yaml:"read_code"`
Tools []Link `yaml:"tool"`
Briefs []Link `yaml:"brief"`
Videos []Link `yaml:"video"`
SelfHosted []Link `yaml:"self_hosted"`
Name string `yaml:"name"`
PubTime time.Time `yaml:"pub_time"`
Draft bool `yaml:"draft"`
Description template.HTML `yaml:"description"`
ExternalSnippets []template.HTML `yaml:"external_snippets"`
}
func (Issue) FormatPubTime ¶
type Link ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.