diff --git a/build.sh b/build.sh index eeff854..b2710a5 100755 --- a/build.sh +++ b/build.sh @@ -4,8 +4,8 @@ # TODO: Add a '-h' or '--help' flag, that displays information about the script, and how to use it. -# sitegen / s4g -# ------------- +# s4g - Stupid Simple Static-Site Generator +# --------------------------------------------- # # This is a static-site generator, that can be used to convert Markdown files into HTML. # It is extremely simple and extremely opinionated, as you can see if you read the code below.