all repos — vite @ 137b16164bd5fac82d5fbdc17e4db0717fc82cab

a fast (this time, actually) and minimal static site generator

Comment out pre- and postbuild for now
Anirudh Oppiliappan x@icyphox.sh
Thu, 05 Aug 2021 16:26:43 +0530
commit

137b16164bd5fac82d5fbdc17e4db0717fc82cab

parent

cf68ef9a7f922eb4b2dc23e4bb0c2a64060414a0

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M config/config.goconfig/config.go

@@ -14,9 +14,9 @@ Author struct {

Name string `yaml:"name"` Email string `yaml:"email"` } `yaml:"author"` - URL string `yaml:"url"` - Prebuild []string `yaml:"prebuild"` - Postbuild []string `yaml:"postbuild"` + URL string `yaml:"url"` + // Prebuild []string `yaml:"prebuild"` + // Postbuild []string `yaml:"postbuild"` } var Config ConfigYaml