Static Site Generator

April 12, 2022

# What is ssg?

ssg is a static site generator written in shell script. This program can basically take in files written in markdown format and convert them into proper html format that you can later deploy on your websites or your servers. All you need is a properly formatted config.txt file and you are ready to go. This article does not elaborate on configuring ssg or the formating of config.txt file. Please see the github instructions for configuring and using ssg, alternatively you can also read this if you're getting started

For reference you can see this sites source code and all the markdown files in it, and how they are arranged and how they work. You can also watch a demo video on ssg, here is the link to youtube.

# What can it be used for?

For converting markdown 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 styling and things. Here, you write documents in clear and elegant markdown format and ssg does the heavy work for you and adds tags and html codes to convert the markdown file into html.

Not only that, with a proper directory structure provided in 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