jekyll-now
Build a Jekyll blog in minutes, without touching the command line.
A starter template that lets you create and publish a personal blog on GitHub Pages entirely through your browser, with no software to install.
Jekyll Now is a starter template that lets you create a personal blog hosted on GitHub Pages without installing any software or touching a command line. The idea is that you fork the repository on GitHub, rename it to match your GitHub username, and within minutes you have a live, publicly accessible blog at a URL like yourusername.github.io. No local setup is required.
The template is built on top of Jekyll, which is a tool that turns plain text files written in a format called Markdown into a proper website. Jekyll Now removes the usual friction of getting Jekyll running on your own computer, so the entire workflow happens through the GitHub website. You write posts, edit settings, and publish all from your browser.
Customization happens through a configuration file called _config.yml. Editing it lets you set your blog's name, description, and profile picture. You can also switch on features like Google Analytics to track visitors, Disqus for reader comments, and social icons for your footer, all by changing a few lines of text in that file.
Writing a new blog post means creating a text file in the _posts folder, naming it with the date and title in a specific format, and adding a short block of metadata at the top. GitHub Pages then automatically rebuilds and publishes your site within seconds. The default theme is responsive, meaning it adjusts its layout to look right on phones and tablets as well as desktop screens.
If you later want to work locally, you can clone the repository to your own computer, install the necessary tools with a single command, and run a local preview server. The project is intentionally minimal. The maintainer has stated that features useful to only a small fraction of users are unlikely to be added, keeping the template easy to understand and modify for people new to building websites.
Where it fits
- Set up a free personal blog hosted on GitHub Pages in minutes by forking this template and renaming it.
- Write and publish blog posts using Markdown directly from the GitHub website without touching a command line.
- Enable Google Analytics, Disqus comments, and social footer icons by editing a single config file.