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.
1.1 KiB
1.1 KiB
Super Saiyan God
"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
- Simply converts dir to other dir.
- Whatever templates I'm using, and markdown.
- Watches the dir and reruns the build when there's a change.
- Simple built-in webserver to view the changes.
- Possibly template lint or html lint.
- Code highlighting -- should that prism or something else?
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.