Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free Jekyll blog theme with Chinese UI, designed for GitHub Pages and no-code deployment.
LOFFER is a free and open-source Jekyll blog theme that lets you publish a blog on GitHub Pages using only Markdown posts and a few configuration files, without touching code or the command line. It was created by FromEndWorld as a translation and localization of the Kiko-now theme, adding a Chinese user interface and documentation. The theme takes Markdown files placed in the _posts folder and a _config.yml file, and outputs a static site hosted on GitHub Pages, with support for tags, archives, and comments. The GitHub repository has 392 stars.
LOFFER is a free and open-source Jekyll blog theme that lets you publish a blog on GitHub Pages using only Markdown posts and a few configuration files, without touching code or the command line. It was created by FromEndWorld as a translation and localization of the Kiko-now theme, adding a Chinese user interface and documentation. The theme takes Markdown files placed in the _posts folder and a _config.yml file, and outputs a static site hosted on GitHub Pages, with support for tags, archives, and comments. The GitHub repository has 392 stars.
pinned: true to a post's YAML front matter to keep it at the top of the blog.toc: true in the post's front matter to display a table of contents, powered by jekyll-toc; note the headings must follow a strict hierarchy (H2 under H1, H3 under H2) or the TOC may break.LOFFER runs as a standard Jekyll static site generator on GitHub Pages. After forking the repository, you edit _config.yml to set site title, description, social links, and comment provider, then add Markdown files to the _posts folder. Committing the changes triggers GitHub Pages to rebuild the site automatically. To change the theme's accent color, you edit _sass/_variables.scss by replacing every "teal" with another Open Color value.
Yes, LOFFER is open source and free to use. The repository is publicly available on GitHub, and you can fork it, modify it, and deploy it to your own GitHub Pages site at no cost.
Yes, LOFFER supports two comment systems: Disqus and Gitalk. You enable either one by editing the _config.yml file. Gitalk uses GitHub Issues to store comments, so you need to create a GitHub OAuth App and provide its credentials.
The official docs suggest syncing your fork to the original repository via a pull request using the browser, or alternatively, deleting and re-forking while keeping your _config.yml and all posts. The theme's posts are the core content, as the project README states.
The table of contents, based on jekyll-toc, requires strict heading hierarchy: an H1 must be followed by H2, and H2 by H3. If you skip a level (for example, going directly from H1 to H3), the TOC may become confused and not display correctly.
Yes, the default teal color can be changed. Open _sass/_variables.scss and replace all instances of "teal" with any color from the Open Color palette, such as indigo, cyan, or grape. Commit the changes and the new color will apply site-wide.
