Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Feel the flow of time with Phase, the most beautiful theme for Hexo.
Phase is a Hexo blog theme that wraps static content in a cinematic 'flow of time' presentation, highlighted by its Phase Beam live background and built-in Fancybox lightbox.
Phase is a theme for the Hexo static site generator, designed to give blogs a distinctive visual identity centered on time and motion. It takes your existing Hexo site with markdown posts and renders it as a responsive, media-rich blog. The theme is hosted in the hexojs GitHub organization, indicating it is part of the official Hexo theme ecosystem. It runs entirely on Hexo's template and asset pipeline, so no additional frameworks or external CSS frameworks are required.
alt attribute of images and automatically outputs that text as a caption beneath the photo, making posts more informative and accessible.themes/phase and toggling the theme setting in _config.yml; updates are pulled with git pull.Phase is aimed at Hexo users who want a media-focused blog theme with minimal setup. The combination of automatic captions, lightbox galleries, and responsive embeds makes it especially useful for image-heavy posts.
Phase's feature set directly supports three common blogging tasks: adding a live background, presenting photo galleries, and embedding video in posts.
alt text and let visitors open them in the Fancybox lightbox without leaving the page.To install, clone the theme into your Hexo site's themes directory:
git clone --depth 1 http://github.com/hexojs/hexo-theme-phase themes/phaseThen edit _config.yml and change the theme field from the current value to phase:
_config.yml
- theme: some-theme
+ theme: phaseTo update, enter the theme directory and pull the latest changes:
cd themes/phase
git pull