Topic: https://brettterpstra.com/2013/09/04/a-guided-tour-of-brettterpstra-dot-com/
hide preview

What's next? verify your email address for reply notifications!

robertirish 11y, 194d ago

Hi Brett, I'm very interested in the script you're using to generate your Web Excursions posts. I would like to include links one-by-one rather than after an accumulation of five, but I'm not sure how you're having it generate the static HTML (Markdown?) and then ignore that link in Pinboard from that point on.

Cheers,

Robert

remark link
hide preview

What's next? verify your email address for reply notifications!

ttscoff 11y, 193d ago

You can find all the info you should need in this post http://brettterpstra.com/20...

hide preview

What's next? verify your email address for reply notifications!

Peter 11y, 197d ago

If you'll allow me, I'm rather curious about a back end process of your site. When you unveiled your current Jekyll incarnation, I already expressed my concern about Jekyll not being able to generate incremental builds. AFAICT this feature was first requested for some 4 years ago, but - according to the devs - will most likely not be implemented very soon.

In a previous post you've described using Growl to be kept informed about the site's build. You've said : 'my Jekyll build takes a while'.

Perhaps you could comment on this issue from a personal perpective ? Is it true that any edit - correcting a typo for instance - necessitates a complete site generation?

I'm looking forward to your comments!

remark link
hide preview

What's next? verify your email address for reply notifications!

ttscoff 11y, 197d ago

It does, and it takes about 6 minutes to generate all of the posts, indexes, tag relationships and search files. In my case, I so rarely have any breaking news that it's fine for me, and I don't lose traffic in the six minutes it takes to fix a mistake. However, for any kind of news site I would consider it a no-go.

remark link parent
hide preview

What's next? verify your email address for reply notifications!

Peter 11y, 197d ago

Thank you for your prompt reply and your candour.
I had recently seen these benchmarks : https://github.com/mojombo/... but could not believe them to be true.

Site generation speed is an issue for me and I'm currently taking a long hard look at a new kid on the block, Hugo : http://hugo.spf13.com/

No incremental builds, but promising blazing speed.

hide preview

What's next? verify your email address for reply notifications!