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