package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Mar 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
Source string `toml:"src" validate:"required"`
Output string `toml:"out" validate:"required"`
}
type Config struct {
Name string `toml:"name" validate:"required"`
Description string `toml:"description"`
Url string `toml:"url"`
Social *Social `toml:"social"`
Build *Build `toml:"build"`
Options *Options `toml:"options"`
Serve *Serve `toml:"serve"`
}
type Options struct {
Ordering bool `toml:"ordering"`
}
type Serve struct {
Port int `toml:"port"`
}
type Social struct {
Facebook string `toml:"facebook"`
Instagram string `toml:"instagram"`
LinkedIn string `toml:"linkedin"`
GitHub string `toml:"github"`
GitLab string `toml:"gitlab"`
Bitbucket string `toml:"bitbucket"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.