Skip to content

Commit 0fdefea

Browse files
committed
改进 SEO
1 parent 34a88e4 commit 0fdefea

File tree

5 files changed

+276
-14
lines changed

5 files changed

+276
-14
lines changed

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package-lock=false
1+
package-lock=false

_config.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
title: 图雀社区
77
subtitle: 汇集精彩的实战技术教程
88
description: 图雀社区是一个供大家分享用 Tuture 写作工具完成的教程的一个平台。在这里,读者们可以尽情享受高质量且免费的实战教程,并能与作者和其他读者互动和讨论;而作者们也可以借此传播他们的技术知识,宣传他们的开源项目,找到自己输出内容的受众,加速技术的传播。
9-
keywords: Web前端开发,小程序开发,移动端开发,后端实战教程
9+
keywords: 图雀社区,Tuture,Vue.js实战教程,微信小程序,Kotlin,React Native,Webpack,MVVM,React.js,Node.js,Redux,Django,MongoDB,Docker,JavaScript,Java,Go,Kubernetes,Nuxt,vue-router,react-router,小程序,跨端开发,Taro,react hooks,redux-saga,learn by doing,Web 前端实战教程,后端实战教程,小程序实战教程,移动端实战教程
1010
author: 图雀社区
1111
language: zh-CN
1212
timezone:
@@ -102,3 +102,11 @@ symbols_count_time:
102102
time: true
103103
total_symbols: true
104104
total_time: true
105+
106+
baidusitemap:
107+
path: baidusitemap.xml
108+
109+
nofollow:
110+
enable: true
111+
exclude:
112+
- https://docs.tuture.co/

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
"fs-extra": "^8.1.0",
2222
"hexo": "^4.1.0",
2323
"hexo-algolia": "^1.3.1",
24+
"hexo-autonofollow": "^1.0.1",
2425
"hexo-deployer-git": "^2.0.0",
2526
"hexo-generator-archive": "^0.1.5",
27+
"hexo-generator-baidu-sitemap": "^0.1.6",
2628
"hexo-generator-category": "^0.1.3",
2729
"hexo-generator-feed": "^2.0.0",
2830
"hexo-generator-index": "^0.2.1",

scaffolds/post.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: {{ title }}
3-
date: {{ date }}
2+
title: { { title } }
3+
date: { { date } }
44
tags:
5+
keywords:
6+
description:
57
---

0 commit comments

Comments
 (0)