Project list

Static Website Generator

image article

Static Website Generator

Instructions

Make a program capable of generating this very website.

It must be capable of:

Key Features

Usage

# go get github.com/fsnotify/fsnotify
# go get github.com/yuin/goldmark-meta

#validate
go run main.go validate
# build
go run main.go generate
# watch
go run main.go watch
# serve
go run main.go serve
View on github