TheFirstSunday / TheFirstSunday.github.io

personal blog with Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Stylus 52.5%Language:JavaScript 25.8%Language:Pug 13.3%Language:EJS 6.7%Language:CSS 1.7%