🎙️ | 中文
IntroductionCoder is a clean Hexo theme
❓
How To Use1. Clone Coder
- Latest:cd
/themes
:
git clone [email protected]:Xunzhuo/hexo-theme-coder.git coder
- Stable:In Released download zip and unzip it in
/themes
.
_config.yml
2.Set theme to coder in 3. Language Setting
Set language to en or zh-Hans in _config.yml
.
4. Configuration Setting
# Theme Version
Hexo: "2.1"
# Title
logo_title: Title Name
# Default Style "black/light"
style: black
#style: light
# SEO settings
## Description
description: Hi, welcome to Hexo Coder!
## Keywords
keywords: Blog,Hexo,Theme,Xunzhuo,LiuXunzhuo
# our 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👀: /about
Link🎉: https://liuxunzhuo.tech
GitHub🐒: https://github.com/xunzhuo
# Local Search
search:
enable: true
path: search.xml
field: post
# onload: true
# Comments of Valine
## Replace Your Own Key
## If you want to close valine, please set enable to false
valine:
enable: true
appId: NOsswOncKgc8HOxqo9oxIWlX-gzGzoHsz
appKey: z1FihjWEbS8uIfUQdmCtK7zz
# Code Highlight
highlight:
enable: true
5. 404 Page Setting:
404.md
om Hexo Source Directory like below:
Create a ---
title: 404
type: "404"
layout: "404"
---
Contributors
🌟
Coder TODO LIST- Add local Search
🌲 - Add Categories
🌲 - Add Tags
🌲 - Add Post TOC
🌲 - Compatible with mobile
🌲 - Uv Pv in Posts
🌲 - Uv Pv in Site
🌲 - Multi-languages
🌲 - CSS Beautify
🌲
If you are interested in this project, welcome to give issues and PRs
🤝