5 ms·
I totally agree. Just using a POSIX shell to concatenate header/footer and include the required CSS file, a simple static blog generator can be easily made. (Th
by drwu 1y ago
I totally agree. Just using a POSIX shell to concatenate header/footer and include the required CSS file, a simple static blog generator can be easily made. (That is what I did with mine.)
No Markdown, no Perl/Python/Ruby, also no binary program, just a few simple shell scripts and plain HTML files.
- tiehuis 1y agoUsing a portable minimal markdown dependency (such as cmark [1]) I think markdown can be quite a low barrier here. I personally do similar to what you have described on my blog, with an additional cmark conversion and find it quite simple [2]. [1] https://github.com/commonmark/cmark https://github.com/commonmark/cmark [2] https://github.com/tiehuis/tiehuis.github.io/blob/38b0fd58a2954709a4a1c916e6b9e09144059419/Makefile https://github.com/tiehuis/tiehuis.github.io/blob/38b0fd58a2...