Hacker News new | ask | show | jobs
by adriangrigore 1574 days ago
Feedback on my static site generator's documentation if we're here? :D https://mkws.sh/docs.html
1 comments

> using sh as a templating language.

You should probably explain what "sh" is. It may seem obvious to you, but not to everyone. Something like:

> using POSIX shell "sh" as a templating language.

(hopefully youre using POSIX?). Also, where is the source code? I see this:

https://mkws.sh/mkws@4.0.16.tgz

but do you really not use version control?

Not sure if people who understand

> POSIX Shell "sh"

don't understand

> sh

Thanks for the suggestion!

Yes, it's certainly POSIX, I don't use version control now, I run a back up cron every 30 minutes. Playing around without git.

Sources: https://mkws.sh/docs.html#sources

Where are the previous versions?
They're not listed, good idea to list them somewhere.