21 Commits (master)
 

Author SHA1 Message Date
Zed A. Shaw b0047ab2ce Needed install instructinos for using go tool. 2 weeks ago
Zed A. Shaw b79d652539 README had some duped stuff. 2 weeks ago
Zed A. Shaw 502fc83b1b It will now watch the static directory as well and do the sync operation when that changes. 2 weeks ago
Zed A. Shaw 679aa4650b Added a sync_dir option to the config so you can have a static directory that gets synced. WARNING: The Go default CopyFS won't copy files to targets that exist so I have to remove the target to do the sync. 2 weeks ago
Zed A. Shaw d3d581c783 Moved over to ssgod because super-saiyan-god would produce binaries with that name. Now go get -tool should work. 2 weeks ago
Zed A. Shaw d897d8375e Now it will recursively watch content in pages. Closes #2. 2 weeks ago
Zed A. Shaw be009dc7b3 Had to change the domain name for the package. 2 weeks ago
Zed A. Shaw 6ac8620053 A basic init command that will generate a starter .toml file and the ability to change the config used with --config. MUST COME BEFORE COMMAND. 2 weeks ago
Zed A. Shaw 415b01c78d Now watching a dir works and will delay the build based on a configurable amount of time. 2 weeks ago
Zed A. Shaw 3ef2a31622 Now we have basic directory watching, although it does fail on windows because of timing with the file locking Windows does. 3 weeks ago
Zed A. Shaw 245ebce688 Now we have working templates that match what I have in Fiber and can process either .html or .md files. 3 weeks ago
Zed A. Shaw 21fd1cb613 Refactored the code so that it's easier to work on and get it ready to rip out Fiber's templates. 3 weeks ago
Zed A. Shaw a9bcb6360a Markdown files are now converted with goldmark, but it doesn't get the layout. To fix that we have to rip out fiber's templates and do our own. 3 weeks ago
Zed A. Shaw fb172f7e63 Update the README.md to show how to use it. 3 weeks ago
Zed A. Shaw c0b4d68a9a Refactor the code more to make it esier to work on. 3 weeks ago
Zed A. Shaw 08f90ec9f4 First running site gen working. 3 weeks ago
Zed A. Shaw 56b9321382 Initial setup of the project directory. 3 weeks ago
Zed A. Shaw 167321bf1f Is this the magic incantation? 3 weeks ago
Zed A. Shaw 2e296d674d Make the logo show up. 3 weeks ago
Zed A. Shaw bad0eabefe Create a funny parody logo. 3 weeks ago
Zed A. Shaw 7310dc6f82 Initial commit 3 weeks ago