package config

import "github.com/gohugoio/hugo/config"

Index

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.

Source Files

configProvider.go

Version
v0.32.2
Published
Jan 3, 2018
Platform
darwin/amd64
Last checked
31 minutes ago

Tools for package owners.