An elegant Material-Design theme for Hexo
🇨🇳 中文简体 | 🇬🇧 English
Docs: Theme guide Post guide
Preview: Fluid's blog | zkqiang's blog
If you don't have a hexo blog, please follow Hexo Docs to install and initialize your blog。
Way A:
If your Hexo version >= 5.0.0, you can install Fluid via Npm:
npm install --save hexo-theme-fluidThen create _config.fluid.yml in the blog directory and copy the content of _config.yml.
Way B:
Download the latest release, then extract it to themes directory and renamed to fluid.
Edit _config.yml in the blog root directory as follows:
theme: fluidThe about page needs to be created manually:
hexo new page aboutThen edit /source/about/index.md and add layout attribute.
The modified example is as follows:
---
title: about
layout: about
---
About content- Detailed documents
- Widget lazyload
- Multiple code highlighting schemes
- Multiple comment plugins
- Multiple language configurations
- Multiple website analysis
- Support for local search
- Support for footnote
- Support for LaTeX
- Support for Mermaid
- Dark mode
|
Powered by JetBrains |
|---|
English docs translator: @EatRice @橙子杀手 @Sinetian
