SSG is a Static Site Generator that is only a Static Site Generator. No resumes here! Just a piece of code that generates static files from templates for websites, and can do it live while you develop said templates.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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
..
layouts First running site gen working. 3 weeks ago
subdir Now we have working templates that match what I have in Fiber and can process either .html or .md files. 3 weeks ago
index.html 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
test.md Now watching a dir works and will delay the build based on a configurable amount of time. 2 weeks ago