Page
Default
hexo new page xxxtitle:
comment: true # or falseFriends Links
hexo new page friendstitle:
layout: friends
comment: true # or falsePhotography Page
最后更新于
hexo new page xxxtitle:
comment: true # or falsehexo new page friendstitle:
layout: friends
comment: true # or false最后更新于
[
{
"category": "Category 1",
"data": [
{
"name": "xxx",
"url": "https://xxx.com/"
},
{
"name": "xxx",
"url": "https://xxx.com/"
}
]
},
{
"category": "Category 2",
"data": [
...
]
},
...
]hexo new page photographytitle:
layout: photography
sidebar: false[
{
"thumbnail": "https://thumbnail.jpg",
"photo": "https://photo.jpg",
"title": "This is title.",
"icon": "camera",
"place": "China"
},
{
"thumbnail": "https://thumbnail.jpg",
"photo": "https://photo.jpg",
"title": "This is title.",
"icon": "camera",
"place": "China"
},
...
]