|
|
|
|
|
by mrswag
3459 days ago
|
|
I generate static webpages from markdown in a < 100 lines bash script. It's just a for loop using sed, pygments and markdown, hosted on github. It has a local webserver, spell check, optional image compression, and minimal dependencies. I don't get the need of Jekyll or Hugo. They're bloated and it's a pain to customize so called "themes". I'm OK with 'boring' HTML and CSS. |
|