Hacker News new | ask | show | jobs
by talawahtech 2015 days ago
Perfect timing, I was planning on launching a new personal blog next week. Was gonna use GitHub Pages fronted by Cloudflare but this is even better since it has preview and password capabilities.

If anybody from Cloudflare is listening I would love to get on the beta asap. Would also be great if you had some ready to go simple, clean blogging templates :)

I'm generally impressed with the direction Cloudflare is moving, they have some really powerful and innovative infrastructure primitives (workers, durable objects) and a killer network. Going to be interesting to see how they take advantage of that as they build out higher level offerings.

By the way, if anybody has recommendations for simple, clean, modern looking blog template (something like medium) that they have actually used, I am all ears. So far I have found theses two:

- https://github.com/jekyll/minima

- https://github.com/wowthemesnet/mediumish-theme-jekyll/

Minima is a little too minimal and mediumish seems a little muchish, but I don't want to spend too much time searching for the perfect theme so unless something else lands at my feet I probably just pick one and start writing.

1 comments

I was also planning to publish new blog with minimal template. Here is one https://lumen.netlify.app/ with gatsby This has 100 performance on lighthouse tests and also pwa implemented.
Thx, I'll check it out!