Live data from Hacker News

Next Gen Static Blogging

inoads.com

41–50 of 179 posts

Re: Next Gen Static Blogging

#41
post #35
post #28

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.

Hypothesis: Whenever you’re building it, you spend hours looking at it, and want to reduce harshness of contrast. The reader is only going to spend 5 minutes and prefers contrast as it allows quick scanning of the text.

Re: Next Gen Static Blogging

#46

Interesting 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?

I found that using w3.org's CSS validator shows reference to the page's URI as '[...].php'. http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F...

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

#47
Your site is too hard to read on. Make the color of the font darker or the background lighter please.

I 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

#50
post #38
post #27

Earlier 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

I do not have much experience in awk, but after reading Solene's and your code, I am curious about why are escaped with \ ?

In your m.awk, I also noticed that the markdown formattings (bold, inline and links) are not turned off in code blocks.

Post reply on HN