一、設置文章底部版權(quán)信息
打開主題配置文件_config.yml
涩盾,找到creative_commons
creative_commons:
license: by-nc-sa
sidebar: false
post: true #設置為true
language:
Creative commons協(xié)議十气,這個就是設置版權(quán)聲明
二、添加標簽頁
- 新建頁面:
前面通過修改next主題下的_config.yml文件中的menu選項旁赊,可以在主頁面的菜單欄添加標簽選項桦踊,但是此時點擊標簽,跳轉(zhuǎn)的頁面會顯示page not found终畅。
hexo new page tags #新建標簽頁面
輸入命令后籍胯,在根目錄/source
會生成一個tags文件夾,其中有個index.md文件离福。
- 設置頁面類型:
修改index.md杖狼,添加type:tags
---
title: tags
date: 2016-11-15 19:10:05
type: tags
---
- 設置文章的標簽:
當要為某篇文章添加標簽時,只需在文章開頭設置相應標簽即可妖爷。
---
title: test1 #文章標簽
date: 2017-09-20 13:29:11
tags: #標簽
- test1
- one
- two
categories: 測試 #分類
---
ps:注意這是在新建文章里添加標簽
三蝶涩、添加分類理朋、關(guān)于頁面
hexo new page categories/about
在根目錄/source
生成文件夾的中修改index.md
文件中type類型分別為categories和about即可
- 文章添加分類
---
title: test1
date: 2017-09-20 13:29:11
tags:
- test1
- one
- two
categories: 測試 #添加為測試類
---
ps:注意這是在新建文章里添加分類
- 添加關(guān)于我
---
title: 關(guān)于我
date: 2017-09-17 10:22:54
type: about
comments: false
---
一只快樂的小菜鳥,歡迎分享知識绿聘。
ps:注意這是在about文件夾里修改index.md文件
四嗽上、添加公益404
新建 404.html 頁面,放到主題的 source 目錄下熄攘,內(nèi)容如下:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8;"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="robots" content="all" />
<meta name="robots" content="index,follow"/>
<link rel="stylesheet" type="text/css" >
</head>
<body>
<script type="text/plain" src="http://www.qq.com/404/search_children.js"
charset="utf-8" homePageUrl="/"
homePageName="回到我的主頁">
</script>
<script src="https://qzone.qq.com/gy/404/data.js" charset="utf-8"></script>
<script src="https://qzone.qq.com/gy/404/page.js" charset="utf-8"></script>
</body>
</html>
效果如下 http://www.ixirong.com/404.html
五兽愤、添加搜索
- 安裝 hexo-generator-searchdb,在站點的根目錄下執(zhí)行以下命令:
npm install hexo-generator-searchdb --save
- 編輯 站點配置文件挪圾,新增以下內(nèi)容到任意位置:
search:
path: search.xml
field: post
format: html
limit: 10000
- 編輯 主題配置文件浅萧,啟用本地搜索功能:
# Local search
local_search:
enable: true #true開啟
六、添加文章字數(shù)統(tǒng)計和閱讀時長
- 根目錄命令運行
npm install hexo-symbols-count-time --save
- 根目錄配置文件
_config.yml
底部添加如下內(nèi)容:
symbols_count_time:
#文章內(nèi)是否顯示
symbols: true
time: true
#網(wǎng)頁底部是否顯示
total_symbols: true
total_time: true
更多主題配置哲思,點擊這里
博客搭建高級應用洼畅,點擊這里
官方主題文檔,點擊這里
官方三方服務文檔棚赔,點擊這里
多看官方文檔帝簇、多看官方文檔、多看官方文檔