Skip to content

Commit

Permalink
docs: add package comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Schaffer committed Aug 4, 2022
1 parent 86dcd8e commit 3ba92f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
Jenga is a static site builder focused on single page blogs. It uses a TOML
file for configuration ( jenga.toml ). It expects your source files to be
written in standard Markdown with the extension .md
Usage:
jenga -config '/path/to/config'
The config flag is optional and if not recieved, jenga will look for the config
in the current directory
*/
package main

import (
Expand Down

0 comments on commit 3ba92f0

Please sign in to comment.