Recently spent a bit of time updating the team’s blog, which used to be under the hexo-Next theme. Feel SEO is not good, take advantage of the time to write a theme by feeling. The style is somewhat similar to flat.

A lot less fancy. But after a month of use. Find Seo on team blog posts much better.

Currently supported only home page, classification page, article page. Other pages need to be expanded themselves. But it’s almost enough.

Futu.im: futu.im/

This upgrade, too, has had a number of repercussions. Because the original article links are unreasonable, I made up my mind to change all article links during this optimization and upgrade. The original link can not access, the heart is bleeding.

Subject Address:Github.com/Yi-love/hex…

I use both my own blog and my team’s blog. If you like, you can star.

npm install

git clone https://github.com/Yi-love/hexo-theme-f25.git
Copy the code

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
Copy the code
# themes/hexo-theme-f25/_config.yml
# required

default_cover: images/default_cover.jpg

google_analytics: 
# favicon
favicon: /images/favicon.ico
Copy the code

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]
---
Copy the code