Skip to content

Xunzhuo/Coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coder | Hexo Theme


Light 🌲 | Minimalism ✈️ | Dark/Light 🌞🌛



A Hexo theme for Coders.

Introduction🎙️ | 中文

Coder is a clean Hexo theme☁️ for Coders.

How To Use❓

1. Clone Coder

  • Latest:cd /themes
git clone git@github.com:Xunzhuo/hexo-theme-coder.git coder
  • Stable:In Released download zip and unzip it in /themes.

2.Set theme to coder in _config.yml

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:

Create a 404.md om Hexo Source Directory like below:

---
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 🤝


If you like Hexo Coder, please give it a star✨