Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A pure and fresh Hexo theme.

A remake of the Hugo Terminal theme with replaced features and a focus for Asciidoctor-based content.

Jekyll website template that auto-posts YouTube videos and shows Steam player status, deployable to Google Cloud and GitHub Pages.

A minimalist blog theme built with Astro. A quick and easy starter build for anyone who wants to start their own blog.
Typing is a pure and fresh Hexo theme created by geekplux that turns standard Hexo markdown posts into a minimal, cleanly designed static blog. It runs on the Hexo static site generator (version 2.4 or above) and is distributed as a GitHub repository that you clone directly into your Hexo site's themes directory. The theme outputs a static site with a configurable navigation menu, a profile area showing nickname and description, footer links, and optional lightbox and comment support. It is released under the MIT license and has 288 stars on GitHub as of its repository metadata.
Typing is a minimal and clean Hexo theme built for personal blogs and archives. It takes standard Hexo posts and pages as input and produces a static blog with a clean layout, dark/light mode switching, and a configurable profile sidebar. The theme is maintained by geekplux and requires Hexo 2.4 or above, installed by cloning the repository into the themes directory.
dark setting in the theme config to switch the entire site between light and dark appearances; both themes are shown in the repository previews.icons: true to render footer links as ForkAwesome icons (specified without the fa- prefix), or leave it false to show plain text links.menu map, each pointing to a URL of your choice.nickname and a Markdown-formatted description in the header, giving your blog a personal touch.fancybox option to add lightbox-style image zoom on your posts.gitment block with your GitHub owner, repo, and client credentials to attach GitHub-backed comments to your posts.donate config.archive_footer_content and post_footer_content to add Markdown-supported text to the footers of archive and post pages.Typing is built for Hexo users who want a straightforward, minimal theme with a modern clean look. Developers who prefer editing a single _config.yml file over writing template code will find the theme easy to configure, from navigation to social links. Bloggers who want dark mode and comment support without heavy JavaScript can achieve that by enabling the corresponding options. Contributors to open-source Hexo themes can also use the provided development workflow with the hexo-theme-unit-test repository to test changes.
Installing Typing involves three steps: clone the repository into themes/typing inside your Hexo site, set the theme config to typing, and if your site is in English, explicitly set language: "en". To update, run git pull from the themes/typing folder. After configuration, run hexo server to preview locally or hexo generate to produce the static site.
Yes, Typing is an open-source theme released under the MIT license, so you can use, modify, and redistribute it freely for personal or commercial projects.
Yes, Typing includes both light and dark modes. Set dark: true in the theme configuration to enable dark mode globally on your site.
Typing supports Gitment, a comment system that uses GitHub issues. You need to configure the gitment section in the theme config with your GitHub owner, repository, and client ID/secret.
Typing requires Hexo 2.4 or above. If you are using an older version, upgrade Hexo before installing the theme.
Yes, the links config option defines footer links. When icons: true is set, link names are interpreted as ForkAwesome icon names without the fa- prefix; otherwise they appear as plain text.
