Skip to content

Latest commit

 

History

History
120 lines (83 loc) · 4.99 KB

README_en.md

File metadata and controls

120 lines (83 loc) · 4.99 KB

Fluid Logo

An elegant Material-Design theme for Hexo

ScreenShot

Hexo Version Node Version License
GitHub Release GitHub Commits Last Commit

GitHub Watchers GitHub Stars GitHub Forks

中文简体 | English

Docs: Documents     Post-Guide

Preview: demo     zkqiang's blog

Quick Start

1. Install Hexo

If you don't have a hexo blog, please follow Hexo Docs to install and initialize your blog。

2. Download Theme

Please download the latest release first, or the master branch can't guarantee stability.

After downloading, extract it to the themes directory and rename it to fluid.

3. Set theme

Edit _config.yml in the blog root directory as follows:

theme: fluid

4. Create About Page

The about page needs to be created manually:

$ hexo new page about

Then edit /source/about/index.md and add layout attribute.

The modified example is as follows:

---
title: about
date: 2020-02-23 19:20:33
layout: about
---

About content

How to Upgrade

Please follow here

Features

  • Image lazyload
  • Custom code highlighting scheme
  • Internationalization
  • Support for multiple comment plugins
  • Support for storing configuration in Data Files
  • Custom static resource CDN
  • Detailed documents
  • Built-in search plugin
  • Website analysis
  • Support for footnote
  • Support for LaTeX
  • Support for mermaid
  • Music player

FAQ

Code highlighting exception

  • Please confirm that the above "Turn off default highlighting" step has been completed.
  • Try "clean" command: hexo clean && hexo g hexo clean && hexo g

Configuration cannot take effect

  • Please check if the configuration file conforms to the yml syntax, such as spaces after the colon, 2 spaces for indentation, etc.

Contributors

contributors

English docs translator:@EatRice @橙子杀手

Contributors outside PR:@zhugaoqi @julydate

Star trending

Stargazers over time