Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Links []*LinkConfig `toml:"links"`
}
var Cfg *Config
func (*Config) GetLinkConfig ¶
func (c *Config) GetLinkConfig(slug string) *LinkConfig
type LinkConfig ¶
func (*LinkConfig) GenerateID ¶
func (l *LinkConfig) GenerateID(path string)
Click to show internal directories.
Click to hide internal directories.