/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lars-christian.com
| | tom.preston-werner.com
3.5 parsecs away

Travel
| | [AI summary] The author describes their journey of creating a blog using Jekyll, a static site generator, to streamline the writing process by focusing on content creation over complex blogging platforms.
| | tim-boettcher.online
5.3 parsecs away

Travel
| | Over the years I attempted several times to get into a habit of blogging, using various content management systems (CMS). In this post I will explain why these projects failed and why I switched to a static site generator instead.
| | www.simpleprimate.com
7.3 parsecs away

Travel
| | Jekyll bills itself as "a simple, blog-aware, static site generator." It takes source files like templates, stylesheets, includes, and posts and uses them to generate a website that can then be hosted on your server of choice. This means that the entire website is generated at once, and visitors are simply served static files.
| | canolcer.com
19.9 parsecs away

Travel
| I've been trying out Jekyll for a new side project's static website and of course added my favorite CSS framework, Tailwind, into the mix. However, ...