config

package
v0.0.0-...-4acf0ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Generator struct {
		Repo string
		Tmp  string
		Dest string
	}
	Blog struct {
		URL            string
		Language       string
		Description    string
		Dateformat     string
		Title          string
		Author         string
		Frontpageposts int
		Statics        struct {
			Files []struct {
				Src  string
				Dest string
			}
			Templates []struct {
				Src  string
				Dest string
			}
		}
	}
}

Config is the configuration of the blog-generator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL