iblh / hexo-theme-material

Material Design theme for hexo.
https://iblh.github.io/material-demo/
GNU General Public License v3.0
4.03k stars 564 forks source link

Missing tag Cloud & timeline page documentation #640

Closed utkuufuk closed 3 years ago

utkuufuk commented 6 years ago

I certify that I have first consulted (check all with "x")

我确认我已经查看了 (使用 "x" 选择)


I'm submitting a (check one with "x")

我正在申请 (使用 "x" 选择)


Hi,

I'm trying to add tag cloud and timeline pages to my site. I have read all the docs and looked at related issues but I couldn't find anything, mostly because the doc links are broken.

I created a tags folder within the source folder, and an index.md file inside the tags folder:

---
title: tags
date:
layout: tags
---

Likewise I created a timeline folder within the source folder, and an index.md file inside the timeline folder:

---
title: timeline
date:
layout: timeline
---

But the pages don't show up like is should as in the demo.

For example in this doc page, it says: "If you'd like to add an entry to the Timeline page, please refer to the page settings." and "If you'd like to add an entry to the Tag Cloud page, please refer to the page settings."

But the given page link is broken: https://material.viosey.com/docs/#/en/intro/?id=pages

Furthermore in issue #130, another link is given but it's also broken: https://material.viosey.com/intro/#pages

Finally the link in issue #41 is also broken: https://material.vss.im/compose/#创建「标签云」页面

Please can you assist me in creating tag cloud and timeline pages? It would be better if you could direct me to the correct documentation page.

Thanks.

Rennatus commented 6 years ago

你必须在主题配置文件 _config.yml添加页面

image

xuanxiaodeyu commented 6 years ago

@LunaSusie 请问新增的pages,如标签等,它的icon是在哪设置的?或者说icon的路径在哪?

neoFelhz commented 6 years ago

As @LunaSusie said, you have to add page enter at theme _config.yml