最近花了一點時間更新了團隊的部落格,原來團隊使用的是hexo-next主題。覺得SEO挺不好的,趁這次有空自己憑感覺寫了一個主題。風格有點類似扁平化。
少了很多的花哨。但經過一個月的使用。發現團隊部落格的文章Seo好了很多。
目前支援的只有首頁,分類頁面,文章頁面。其他頁面需要自己擴充套件。但基本已經夠用了。
這次的升級,也帶來了,不少的影響。原來的文章連結因為不合理,這次優化升級的時候痛下決心更改了所有文章連結。原來的連結都不能訪問了,心在滴血。
主題地址: github.com/Yi-love/hex…
我自己的部落格和團隊的部落格都用上了。喜歡的可以star一下。
npm install
git clone https://github.com/Yi-love/hexo-theme-f25.git
複製程式碼
config
not next page , only one page.
# _config.yml
# required
title:
subtitle:
description:
keywords:
author:
language: zh-CN
timezone: Asia/Shanghai
copyright:
# required
menu:
Home: /
About: /about
index_generator:
path: ''
per_page: 10000
# not next page , only one page.
per_page: 10000
# required
theme: hexo-theme-f25
複製程式碼
# themes/hexo-theme-f25/_config.yml
# required
default_cover: images/default_cover.jpg
google_analytics:
# favicon
favicon: /images/favicon.ico
複製程式碼
source/_posts
source post file.
example:
---
date: 2018-11-20 12:00
title: this is a title
subtitle: subtitle show you
cover: /images/first_cover.jpg
categories: [Node.js]
---
複製程式碼