Static Site Generator

What is ssg?

ssg is a static site generator written in shell script. This thing basically takes in files written in markdown format and converts them into proper html files that you can later deploy on your websites or your servers. All you need is a proper config.txt file and you are ready to go. This article does not elaborate on how to write and configure ssg or the config.txt file. Please see the github instructions for configuring and using ssg.

For reference you can see how this sites source code and all the files in it, and how they are arranged and how they work.

What is it used for?

For converting markown files into html files. Markdown files are easy to write compared to html ones as they require you to have tags and brackets and all sorts of things. Here, you write documents in clear and elegant markown format and ssg does the dirty work for you and converts the file into html.

Not only that, with a proper directory structure provided to a config file, you can arrange a whole website structure pretty easily and quickly.

Why should you use it?

Well, you can use it if;

Should I try it?

Depends on you. No harm in trying tho.


Made with <3 by samiuljoy

rss | about | go to top