xiangming / landscape-plus

针对中国大陆地区对hexo官方主题landscape进行优化。
http://xiangming.github.io/landscape-plus/
MIT License
508 stars 107 forks source link

How to add `About me` #89

Open dogvscat opened 8 years ago

dogvscat commented 8 years ago

I tried to add About mein widgets like Category,but it doesn't work. Any help?

uniwolf commented 8 years ago

+1

tomByrer commented 8 years ago

I'm not sure for About me since I don't know how spaces are handled, but here is how I made an About page:

  1. new folder /source/about/
  2. new file /source/about/index.md
  3. add to index.md:
title: About me
date: 2016-01-03 17:12:40
description: "All about meeeeee."
type: "about"

---
(text here)
  1. In /themes/landscape-plus/_config.yml add a line under menu: to read: About: /about

Should work. Yes Hexo's documentation sometimes is hard to find what you are thinking.

levy9527 commented 8 years ago
  1. just add about.md in your blog source folder
  2. modify landscape-plus _config.yml, add about: /about.html in menu settings
iRockyZhou commented 6 years ago

那么, 如何定制About.html的样式 并且, 我希望能够有"商品介绍", "明天天气", "交通情况"等多个可单独定制样式的页面

dingtalk20171024205454

请问, 我该怎么做, 谢谢