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 08f90ec9f4 First running site gen working. 4 weeks ago
art Create a funny parody logo. 4 weeks ago
config First running site gen working. 4 weeks ago
example First running site gen working. 4 weeks ago
tests Initial setup of the project directory. 4 weeks ago
.gitignore Initial setup of the project directory. 4 weeks ago
LICENSE Create a funny parody logo. 4 weeks ago
Makefile Initial setup of the project directory. 4 weeks ago
README.md Initial setup of the project directory. 4 weeks ago
go.mod Initial setup of the project directory. 4 weeks ago
go.sum Initial setup of the project directory. 4 weeks ago
main.go First running site gen working. 4 weeks ago

README.md

Super Saiyan God

A parody of beerus

"This isn't even my final form."

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.

Notes

Key Features Needed

Usage

# init your config
$ ssgod init

# creates a ssgod.tomly
$ ssgod

# explicit ssgod
$ ssgod --config ssgod.toml
  • Probably just an extension mapping: .md -> .html, .html -> .html