hexo-coder
最近看到一款高效、简洁且实用的hexo主题叫作Coder,由算法工程师Xunzhuo设计并开发。Coder追求简约,专为程序员而设计。个人比较喜欢简洁的设计,于是我也参与了Coder的维护。

以上是1.0版本,v2.0最近发布了,查看最新版本的Demo请点击这里

Coder的使用和配置:

1. 下载Coder

  • 最新版:进入 /Hexo目录/themes:
1
git clone [email protected]:Xunzhuo/hexo-theme-coder.git coder
  • 稳定版:在Released下载 ZIP 解压在 /themes 文件夹下

2. 修改Hexo目录下的_config.yml 的 themecoder

3. 修改配置

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 当前版本 | Theme Version
Hexo: "2.1"

# 网站标题 | Title
logo_title: Title Name

# 初始化风格 | Default Style "black/light"
style: black
#style: light

#SEO优化 | SEO settings

## 网站描述 | Description
description: 嘿,我是刘训灼~这是我的子站,用于展示写的Hexo主题:Coder。欢迎访问!

## 网站关键词:用英文逗号分割 | Keywords
keywords: Blog,Hexo,Theme,刘训灼,LiuXunzhuo

# 首页URL | Your URL
link: Your_URL

#标语 | Your Slogan
words: Your Words

# 你的昵称 | Your Name
author: Your Name

# 中心图标选择男女或者自定义 | Gender
gender: /img/male.png #/img/female.png

# 站点小图标地址 | Small Icon of Your Site
favicon: /img/favicon.ico

# 菜单栏配置 | Nav Bar Settings
menu:
关于我👀: /about
访问主站🎉: https://liuxunzhuo.tech
GitHub🐒: https://github.com/xunzhuo

# 站内关键词搜索 | Local Search
search:
enable: true
path: search.xml
field: post
# onload: true

# Valine 评论系统 | Comments of Valine
## 请改成自己的 KEY | Replace Your Own Key
## 若关闭valine 设置enable为false
valine:
enable: true
appId: NOsswOncKgc8HOxqo9oxIWlX-gzGzoHsz
appKey: z1FihjWEbS8uIfUQdmCtK7zz

# 代码高亮 | Code Highlight
highlight:
enable: true

4. 404 页面配置:

在hexo跟目录的Source文件夹下创建一个404.md,并写入如下内容:

1
2
3
4
5
---
title: 404
type: "404"
layout: "404"
---

5. 本地搜索配置:

在_config.yml内确认search的enable后是true

1
2
3
# 站内关键词搜索 | Local Search
search:
enable: true

然后你就可以愉快的开始使用啦!😊

未来

Coder的功能还在不断扩展开发中。

如果你对这个项目感兴趣,欢迎加入合作。原仓库地址是:https://github.com/Xunzhuo/hexo-theme-coder