Commit Graph

14 Commits (0df151c7e4fe4994e60ca868faf5f50f520a46f7)

Author SHA1 Message Date
Zed A. Shaw e10cc57bec Now a simplistic sitemap/metapage feature works. Only has the URL for the page but more can come later. 4 days ago
Zed A. Shaw 3f50254403 Quick hack for a 'metafile' feature that is able to work on all of the file names processed. Usually for a sitemap or rss feed. NOT WORKING. 4 days ago
Zed A. Shaw 5fab257230 Switched to a .ssgod.json file to match other tools and to remove dependencies. Started using go:embed for the init. 4 days ago
Zed A. Shaw 0a386e03cf Quick fix to ssgod skipping new directories. 4 days ago
Zed A. Shaw b79d652539 README had some duped stuff. 3 months ago
Zed A. Shaw 502fc83b1b It will now watch the static directory as well and do the sync operation when that changes. 3 months 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. 3 months ago
Zed A. Shaw d897d8375e Now it will recursively watch content in pages. Closes #2. 3 months 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. 3 months ago
Zed A. Shaw 415b01c78d Now watching a dir works and will delay the build based on a configurable amount of time. 3 months 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 months 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 months ago
Zed A. Shaw c0b4d68a9a Refactor the code more to make it esier to work on. 3 months ago
Zed A. Shaw 08f90ec9f4 First running site gen working. 3 months ago