Skip to content

📰 Static website generator

License

Notifications You must be signed in to change notification settings

gentlecat/publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.