Remake version of hexo-theme-pure powered by TailWind
Hexo-theme-purer is a responsive theme that is a remake of the hexo-theme-pure. It is powered by TailWind CSS and offers fewer features than its predecessor. One of the notable changes is the removal of jQuery dependency. It does not support Internet Explorer and makes use of modern browser capabilities and CSS to reduce the usage of JavaScript. A demo site is available, and the theme can be found on GitHub.
To install the Hexo-theme-purer, follow these steps:
Clone the GitHub repository using the following command:
git clone https://github.com/fengkx/purer-theme-demo
Open your Hexo project’s root directory and navigate to the themes folder:
cd your-hexo-project/themes
Copy the purer-theme-demo folder from the cloned repository into the themes folder:
cp -r path/to/purer-theme-demo .
In your Hexo project’s _config.yml file, change the theme setting to purer-theme-demo:
theme: purer-theme-demo
Save the file and start or restart your Hexo server:
hexo server
Now the Hexo-theme-purer is installed and ready to use.
Hexo-theme-purer is a responsive theme that is a remake of the hexo-theme-pure. It offers a minimalistic design, powered by TailWind CSS. It removes the jQuery dependency and does not support Internet Explorer. With a focus on improved performance, the theme utilizes modern browser features and CSS to reduce the usage of JavaScript. The theme provides a demo site and has its source code available on GitHub for easy access.