Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 585 Bytes

Publisher Go tests

Installation

First, make sure you have Go installed. After that, install the publisher itself locally:

$ go get -u go.roman.zone/publisher/cmd/publisher

Usage

$ publisher \
    -content "~/fancy_website/content" \
    -out "~/fancy_website/public" \
    -prod

Check example-content directory for an example of how content structure should look like. You can easily build the example by running make build-example.