Commit Graph

  • 6eacdff12e Don't generate the layout inside the layout and do a build before watch. BUG: This suddenly crashes now when watching, which sucks. master Zed A. Shaw 2025-08-18 20:51:10 -0400
  • b0047ab2ce Needed install instructinos for using go tool. Zed A. Shaw 2025-08-04 22:15:17 -0400
  • b79d652539 README had some duped stuff. Zed A. Shaw 2025-08-04 13:25:52 -0400
  • 502fc83b1b It will now watch the static directory as well and do the sync operation when that changes. Zed A. Shaw 2025-08-04 11:50:09 -0400
  • 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. Zed A. Shaw 2025-08-04 11:25:28 -0400
  • d3d581c783 Moved over to ssgod because super-saiyan-god would produce binaries with that name. Now go get -tool should work. Zed A. Shaw 2025-08-04 10:20:31 -0400
  • d897d8375e Now it will recursively watch content in pages. Closes #2. Zed A. Shaw 2025-08-03 12:59:23 -0400
  • be009dc7b3 Had to change the domain name for the package. Zed A. Shaw 2025-08-02 10:33:15 -0400
  • 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. Zed A. Shaw 2025-08-02 00:45:53 -0400
  • 415b01c78d Now watching a dir works and will delay the build based on a configurable amount of time. Zed A. Shaw 2025-08-02 00:13:22 -0400
  • 3ef2a31622 Now we have basic directory watching, although it does fail on windows because of timing with the file locking Windows does. Zed A. Shaw 2025-08-01 02:03:31 -0400
  • 245ebce688 Now we have working templates that match what I have in Fiber and can process either .html or .md files. Zed A. Shaw 2025-08-01 01:37:16 -0400
  • 21fd1cb613 Refactored the code so that it's easier to work on and get it ready to rip out Fiber's templates. Zed A. Shaw 2025-07-31 23:25:11 -0400
  • 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. Zed A. Shaw 2025-07-30 01:49:15 -0400
  • fb172f7e63 Update the README.md to show how to use it. Zed A. Shaw 2025-07-30 00:45:32 -0400
  • c0b4d68a9a Refactor the code more to make it esier to work on. Zed A. Shaw 2025-07-30 00:42:34 -0400
  • 08f90ec9f4 First running site gen working. Zed A. Shaw 2025-07-30 00:28:16 -0400
  • 56b9321382 Initial setup of the project directory. Zed A. Shaw 2025-07-30 00:03:47 -0400
  • 167321bf1f Is this the magic incantation? Zed A. Shaw 2025-07-29 23:39:19 -0400
  • 2e296d674d Make the logo show up. Zed A. Shaw 2025-07-29 23:37:37 -0400
  • bad0eabefe Create a funny parody logo. Zed A. Shaw 2025-07-29 23:35:17 -0400
  • 7310dc6f82 Initial commit Zed A. Shaw 2025-07-30 04:22:57 +0200