landscape-plus icon indicating copy to clipboard operation
landscape-plus copied to clipboard

How to add `About me`

Open dogvscat opened this issue 8 years ago • 4 comments

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

dogvscat avatar Oct 23 '15 07:10 dogvscat

+1

uniwolf avatar Dec 25 '15 18:12 uniwolf

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.

tomByrer avatar Jan 03 '16 01:01 tomByrer

  1. just add about.md in your blog source folder
  2. modify landscape-plus _config.yml, add about: /about.html in menu settings

levy9527 avatar Sep 29 '16 10:09 levy9527

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

请问, 我该怎么做, 谢谢

iRockyZhou avatar Oct 24 '17 13:10 iRockyZhou