klugjo / hexo-theme-clean-blog

Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html
MIT License
401 stars 129 forks source link

How can I change the background image in the about page or contact page? #22

Closed lchreal6 closed 7 years ago

klugjo commented 8 years ago

By default, posts will use the home page cover image. You can specify a custom cover in the front-matter:

title: Excerpts
date: 2013-12-25 00:23:23
tags: ["Excertps"]
cover: /assets/contact-bg.jpg
---
lchreal6 commented 8 years ago

Can I create the new tags page and all the tags are in this page?I add the type of tags in the hexo/source/tags / index.md:

title: tagcloud date: 2016-08-13 10:05:55

type: "tags"

I entered into the tags page but it didn't work.

klugjo commented 8 years ago

This tag cloud page is not supported by hexo unfortunately ..

lchreal6 commented 8 years ago

ok,thanks for your help ,i love your great blog.