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 21fd1cb613 Refactored the code so that it's easier to work on and get it ready to rip out Fiber's templates. 3 weeks ago
art Create a funny parody logo. 4 weeks ago
config Refactor the code more to make it esier to work on. 4 weeks ago
example 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. 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 Update the README.md to show how to use it. 4 weeks ago
go.mod 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. 4 weeks ago
go.sum 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. 4 weeks ago
main.go Refactored the code so that it's easier to work on and get it ready to rip out Fiber's templates. 3 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! I'll never work at Amazon, Google, or Microsoft so SSG doesn't include every single thing they've ever made. Just a piece of code that generates static files from templates for websites, and can do it live while you develop said templates.

Planned Features Needed

Usage

Look in examples/ssgod.toml for a sample. Copy that to your directory then just do this:

$ ssgod

In the future there will be a command to init a config and to setup directories that you need for your config to run.