Blog Configuration

Creat a tags cloud page

generate a new page named “tags”.

1
hexo new page "tags"

edit the new generated file “./source/tags/index.md”

1
2
3
4
5
title: All tags
date: 2014-12-22 12:39:04
type: "tags"
comments: false ## do not activate the disqus function
---

add the “tags” into “menu”: open the _config.yml in blog root path and add:

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