Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal, MIT-licensed Jekyll blog template for personal sites focused on writing and projects.

A Medium-style Jekyll theme for creating blogs and websites with a clean, reading-focused design.

An open-source personal blog built with Gatsby, MIT-licensed, deployable to Netlify.

A minimalist Hugo blog theme with Tailwind CSS, dark mode, full-text search, and multilingual support.

A Middleman blog template configured with TailwindCSS, markdown parsing, code highlighting, a sitemap.xml and more. It's perfect for anyone familiar with Ruby.

Clean, elegant, and advanced Hugo blog theme featuring dark mode, multilingual support, math/diagram shortcodes, and seven comment systems.

A simple and retro styled Hexo theme, concentrating more on your ideas.
Jamesyu_jekyll_template is a minimal Jekyll blog template for personal websites, built to keep the spotlight on writing and projects.
Jamesyu_jekyll_template is a free, MIT-licensed blog template created by James Yu for his personal site at jamesyu.org. It runs on Jekyll, the Ruby-based static site generator, and produces a static blog with a deliberately minimal design so the content stays the focus. The template accepts markdown post files as input and outputs a complete static website, including an about page and footer. It has 30 stars on GitHub and was designed as a starting point that anyone can customize with their own identity and projects.
rake deploy publishes the site and rake new title='My Title' scaffolds a new blog post.This template suits developers and writers who already know Jekyll and want a no-frills blog. It's also for anyone looking to launch a personal site that leads with text and projects rather than visual effects. Because it ships with rake scripts and a simple start/stop workflow, it's a practical starting point for Jekyll users who want to see a working minimal setup and then modify it.
rake new title='My Title' to scaffold each entry, and publish the static site with rake deploy.After installing Jekyll, Sass, and RDiscount, you run start.sh from the project root to watch directories and regenerate files on the fly. Stop the process with stop.sh. To create content, use the rake task to generate a new post file, then fill it with markdown. Deployment is a single rake deploy command.
Yes, the template is released under the MIT license, so you can use, modify, and redistribute it freely, including for commercial projects.
You need to install Jekyll, Sass, and RDiscount. The README recommends reviewing Paul Stamatiou's Jekyll tutorial before starting.
Run rake new title='My Title' from the terminal, and it will generate a new post file for you to edit.
Yes, all personal details are replaced with placeholder text, so you can customize the about page and footer with your own photo and project info.
