Let's RPG


  • Home

  • Archives

  • Tags

  • About

AudioService

Posted on 2017-06-30

Hexo添加标签页

Posted on 2017-06-30

在hexo项目根目录使用命令添加一个新的页面tags

1
2
$ cd your-hexo-site
$ hexo new page tags

然后需要编辑新建的页面,需要将页面类型设置为tags:

1
2
3
4
title: 标签
date: 2014-12-22 12:39:04
type: "tags"
---

在菜单中添加链接。编辑 主题配置文件 , 添加 tags 到 menu 中,如下:

1
2
3
4
menu:
home: /
archives: /archives
tags: /tags

Hello World

Posted on 2017-06-26

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Hello world

Posted on 2015-07-23
seon

seon

Hexo theme - Icarus

4 posts
3 tags
© 2000 - 2017 seon
Powered by Hexo
Theme - NexT.Mist