leedom92 / hexo-theme-leedom

🎨「仿照尤雨溪博客的简洁的Hexo主题」A pure theme of Hexo like Evan You's blog

Home Page:https://blog.leedom.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-theme-leedom

English | 简体中文

Introduction

A pure theme of Hexo like Evan You's blog. The theme is derived from Hexo-Theme-Oranges, and the style is based on Evan You's blog.

MY BLOG

THE PORTAL

Installation

hexo-site is the root directory of your hexo project

clone the entire repository:

cd hexo-site
git clone https://github.com/leedom92/hexo-theme-leedom.git themes/leedom

Or you can Install through npm:

cd hexo-site
npm i hexo-theme-leedom

Usage

Edit the theme field in the _config.yml file under the project root:

theme: leedom

Configuration

add or edit configuration in your root _config.yml:

search:
  path: search.xml
  field: post
  content: true

edit configuration in the themes/leedom/_config.yml:

search:
  enable: true
  placeholder: 搜索

License

MIT

About

🎨「仿照尤雨溪博客的简洁的Hexo主题」A pure theme of Hexo like Evan You's blog

https://blog.leedom.me

License:MIT License


Languages

Language:CSS 50.8%Language:HTML 28.3%Language:EJS 13.9%Language:JavaScript 7.1%