Earlier quoted context omitted.
I had to copy all the text out into a text editor to be able to read the article, not just the links. Contrast is out of vogue I guess.
I don’t understand the current fashion of making everything off-gray on off-gray. I guess it keeps designers employed.
Next Gen Static Blogging
41–50 of 179 posts
Re: Next Gen Static Blogging
#42Re: Next Gen Static Blogging
#43Re: Next Gen Static Blogging
#44Re: Next Gen Static Blogging
#45Re: Next Gen Static Blogging
#46Interesting concept. This seems to simplify the writing part. What about the rest? Is the list of posts generated automatically (if so, how?), or does it require manual management? Do you need the code tag, or could it be something more semantically relevant, such as article?
With that and the author's mention of using PHP for a custom blogging setup, I'm guessing it's being dynamically generated by PHP still.
Re: Next Gen Static Blogging
#47I had to copy to a notepad so I could read it.
Edit:
Apparently, dark mode users get this - https://i.imgur.com/5PHYac1.png
I get this - https://i.imgur.com/5PHYac1.png
Light mode is terrible, dark mode is okay. Please increase the contrast in both places.
Re: Next Gen Static Blogging
#48Re: Next Gen Static Blogging
#49Re: Next Gen Static Blogging
#50Earlier quoted context omitted.
Here's some crazyness: https://dataswamp.org/~solene/2019-08-26-minimal-markdown.ht... I suppose it is not much hard to translate this into PHP...
I built mawkdown[0] off of solene's initial awk implementation! [0]: https://github.com/icyphox/mawkdown
In your m.awk, I also noticed that the markdown formattings (bold, inline and links) are not turned off in code blocks.