Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type Config struct {
- WebRoot string
- Domain string
- Author Author
- LocalRedirects []Redirect
- ExternalRedirects []Redirect
- Statics []struct {
- PathIntertal string
- PathExternal string
- }
- Feeds []struct {
- Root string
- Path string
- Excludes []string
- Author Author
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement