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

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publisher

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 what content structure should look like. You can build the example by running make build-example.