Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leedom92/hexo-theme-leedom
🎨「仿照尤雨溪博客的简洁的Hexo主题」A pure theme of Hexo like Evan You's blog
https://github.com/leedom92/hexo-theme-leedom
blog evanyou hexo hexo-theme hexo-theme-leedom leedom pure simple theme
Last synced: about 1 month ago
JSON representation
🎨「仿照尤雨溪博客的简洁的Hexo主题」A pure theme of Hexo like Evan You's blog
- Host: GitHub
- URL: https://github.com/leedom92/hexo-theme-leedom
- Owner: leedom92
- License: mit
- Created: 2021-02-15T17:43:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T07:17:04.000Z (9 months ago)
- Last Synced: 2024-11-19T20:05:26.896Z (about 1 month ago)
- Topics: blog, evanyou, hexo, hexo-theme, hexo-theme-leedom, leedom, pure, simple, theme
- Language: CSS
- Homepage: https://blog.leedom.me
- Size: 130 KB
- Stars: 46
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-theme-leedom
English | [简体中文](./README.zh-CN.md)
## Introduction
A pure theme of Hexo like Evan You's blog. The theme is derived from [Hexo-Theme-Oranges](https://github.com/zchengsite/hexo-theme-oranges), and the style is based on [Evan You's blog](https://blog.evanyou.me).
> MY BLOG
>
>[THE PORTAL](https://blog.leedom.me/)## Installation
`hexo-site` is the root directory of your hexo projectclone the entire repository:
```sh
cd hexo-site
git clone https://github.com/leedom92/hexo-theme-leedom.git themes/leedom
```Or you can Install through npm:
```sh
cd hexo-site
npm i hexo-theme-leedom
```## Usage
Edit the `theme` field in the `_config.yml` file under the project root:
```yml
theme: leedom
```## Configuration
add or edit configuration in your root `_config.yml`:
```yml
search:
path: search.xml
field: post
content: true
```edit configuration in the `themes/leedom/_config.yml`:
```yml
search:
enable: true
placeholder: 搜索
```## License
[MIT](https://github.com/leedom92/hexo-theme-leedom/blob/master/LICENSE)