Skip to content

TheFirstSunday/TheFirstSunday.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal blog with Hexo, theme Fan

记录工作、生活中的点点滴滴。

Preview

Feature

Top article

支持文章置顶功能,在需要置顶的文章(Markdown 文件)加入 top: 1,数值越大越靠前。

如:

title: xxx
author: xxx
tags:
  - xxx
categories:
  - xxx
date: xxx
top: 1

Algolia_search

    注意,每次更新文章后记得执行 `hexo algolia` 更新索引。
  ---
  title: personal blog with Hexo, theme Fan
  categories: 'Diary'
  tags: 'Diary'
  ---

  the personal blog with Hexo, theme Fan. Record every bit of learning and life.


  ## Quick Start

  ### Create a new post

  ``` bash
  $ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

About

personal blog with Hexo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors