Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BannerConfig ¶
type BlogConfig ¶
type BuildConfig ¶
type BuildConfig struct {
OutputDir string `yaml:"output_dir"`
}
type Config ¶
type Config struct {
Site SiteConfig `yaml:"site"`
Theme string `yaml:"theme"`
Terminal TerminalConfig `yaml:"terminal"`
Blog BlogConfig `yaml:"blog"`
Build BuildConfig `yaml:"build"`
}
type FooterConfig ¶
type FooterConfig struct {
}
type FooterLink ¶
type FooterLink struct {
}
type LayoutConfig ¶
type SiteConfig ¶
type TerminalConfig ¶
type TerminalConfig struct {
Prompt string `yaml:"prompt"`
WhoAmI string `yaml:"whoami"`
Hint string `yaml:"hint"`
Layout LayoutConfig `yaml:"layout"`
ASCIIArt string `yaml:"ascii_art"`
Banner BannerConfig `yaml:"banner"`
}
Click to show internal directories.
Click to hide internal directories.