Placeless is a minimal static Jekyll theme built for personal blogs, with layouts and font families optimized for Chinese characters.
What is Placeless Jekyll Theme?
Placeless is a static Jekyll theme that turns markdown posts placed in the _posts directory into a blog site. It runs on Jekyll, the Ruby-based static site generator, and produces plain HTML files that need no server-side processing. The theme's demo is live at placeless.net, and its repository contains the full source needed to start a new blog or transplant into an existing Jekyll project.
Key Features
- Chinese-first typography — Layouts and font families are explicitly optimized for Chinese characters, making it a fit for Chinese-language blogs.
- Minimal static output — The theme deliberately ships without syntax highlighting styles, social sharing buttons, or a comment module; the generated site is nothing but static pages.
- Easy install on a new site — Copy all files into a fresh Jekyll project, update
_config.yml, and start writing markdown posts in_posts. - Safe override for existing sites — For an existing Jekyll project, copy everything except
_config.ymlso your own configuration keeps working. - Markdown-based writing — Posts are written in standard markdown files, so no admin panel or database is involved.
- Demo site included — The theme links to a live demo at placeless.net to preview the default look.
Who is it for?
- Chinese-language bloggers who want a clean, readable layout without heavy JavaScript.
- Jekyll users starting a personal site who need a minimal theme to drop into a new project.
- Developers migrating an existing Jekyll blog who want a fresh theme without losing their
_config.ymlsettings.
What can you do with Placeless Jekyll Theme?
- Publish a personal blog: Write markdown files in
_posts, run Jekyll, and get a static site ready to host anywhere. - Rebuild an existing Jekyll site: Replace the current theme files while preserving your configuration, then re-add your own plugins and functionality on top.
- Set up a Chinese-first reading experience: Use the theme's Chinese-optimized fonts and layouts for long-form articles in Chinese.
How does it work?
The setup flow depends on whether you already have a Jekyll project. For a new site, create a Jekyll project, copy the theme's files over the defaults, update _config.yml, and write posts in _posts. For an existing site, back up your project, copy everything except _config.yml, then add your own plugins and features back.
Pros and cons
- Pros: Chinese-optimized fonts and layouts; static output that is fast to host; installation scripts for new and existing Jekyll sites keep configuration separate.
- Cons: No built-in syntax highlighting, social sharing, or comment module, so you must add these yourself if needed.
FAQ
Does Placeless include syntax highlighting?
No. By default the theme does not offer syntax highlighting styles, social sharing buttons, or a comment module. You can add your own plugins and functionality to the existing Jekyll project.
Is Placeless optimized for Chinese?
Yes. The layouts and font families are optimized for Chinese characters, making it particularly suitable for Chinese-language content.
How do I install Placeless on an existing Jekyll site?
Back up your project first. Then copy everything except _config.yml from the theme directory into your project, and re-add any plugins or functionality you need.
Do I need a database?
No. Placeless is a static Jekyll theme; it generates plain HTML files from markdown posts, so no database or server-side application is required.





