NexT主題配置
-------所寫(xiě)文章力求精簡(jiǎn),旨在全面柱彻,難免遺漏豪娜,請(qǐng)多指點(diǎn)!
添加「標(biāo)簽」頁(yè)面
新建頁(yè)面
$ cd your-hexo-site$ hexo new page tags
設(shè)置頁(yè)面類(lèi)型編輯之前心間的標(biāo)簽頁(yè)面哟楷,內(nèi)容如下:
title: 標(biāo)簽
date: 2014-12-22 12:39:04
type: "tags"---
修改菜單編輯 主題配置文件 themes/_config.yml瘤载,內(nèi)容如下:
menu:
home: /
archives: /archives
tags: /tags
添加「分類(lèi)」頁(yè)面
設(shè)置步驟同 設(shè)置標(biāo)簽步驟
設(shè)置代碼高亮主題
編輯 主題配置文件 themes/_config.yml,內(nèi)容如下:
highlight_theme: normal
側(cè)欄社交鏈接
編輯 主題配置文件 themes/_config.yml
設(shè)置鏈接
#Social link
ssocial: GitHub: https://github.com/taosin
微博: http://www.weibo.com/p/1005055164097015/home?from=page_100505&mod=TAB&is_all=1#place
# 等等
設(shè)置圖標(biāo)
# Social Icon
ssocial_icons:
enable: true
# Icon Mappings
GitHub: github
Twitter: twitter
微博: weibo
設(shè)置打賞功能編輯 主題配置文件 themes/_config.yml
reward_comment: 堅(jiān)持原創(chuàng)技術(shù)分享卖擅,您的支持將鼓勵(lì)我繼續(xù)創(chuàng)作鸣奔!
wechatpay: http://7xs43y.com1.z0.glb.clouddn.com/u=1421062774,389829371&fxm=21&gp=0.jpg
alipay: http://7xs43y.com1.z0.glb.clouddn.com/u=1421062774,389829371&fm=21&gp=0.jpg
設(shè)置友情鏈接編輯 主題配置文件 themes/_config.yml
# title
links_title: Links
links: MacTalk: http://macshuo.com/
Title: http://example.com/
騰訊公益404頁(yè)面在themes/source目錄下新建404頁(yè)面,內(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"/>
</head>
<body>
<script type="text/javascript" src="http://www.qq.com/404/search_children.js" charset="utf-8" homePageUrl="your site url " homePageName="回到我的主頁(yè)"></script>
</body>
</html>
站點(diǎn)建立時(shí)間編輯 主題配置文件 themes/_config.yml
since: 2013
-----注:本文參考NexT官方文檔惩阶,如需了解詳細(xì)挎狸,請(qǐng)?jiān)L問(wèn)NexT官網(wǎng)。