Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { GetString(key string) string GetInt(key string) int GetBool(key string) bool GetStringMap(key string) map[string]interface{} GetStringMapString(key string) map[string]string Get(key string) interface{} Set(key string, value interface{}) IsSet(key string) bool }
Provider provides the configuration settings for Hugo.
Click to show internal directories.
Click to hide internal directories.