krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

v1.3.3: static/doc.go · raw

1// Package static provides the HTML templates, stylesheet and images the
2// frontend serves.
3//
4// It has two implementations selected by the 'embed' build tag. With the tag,
5// the assets are compiled into the binary via go:embed. Without it, they are
6// read from the directory named by StaticPath at startup and held in memory,
7// which is what makes editing templates without a rebuild possible.
8package static