Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lete114/hexo-theme-mengd
A simple, lightweight Hexo theme
https://github.com/lete114/hexo-theme-mengd
hexo hexo-theme lightweight mengd pjax simple theme twikoo valine waline
Last synced: 14 days ago
JSON representation
A simple, lightweight Hexo theme
- Host: GitHub
- URL: https://github.com/lete114/hexo-theme-mengd
- Owner: Lete114
- License: mit
- Created: 2020-12-31T13:06:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T10:11:19.000Z (about 1 year ago)
- Last Synced: 2024-08-03T20:08:19.467Z (3 months ago)
- Topics: hexo, hexo-theme, lightweight, mengd, pjax, simple, theme, twikoo, valine, waline
- Language: Stylus
- Homepage: https://mengd.js.org
- Size: 6.29 MB
- Stars: 94
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo-Theme-MengD
A clean and lightweight Hexo theme
- Preview Site: [https://mengd.js.org](https://mengd.js.org/)
- QQ Group: [812028613](https://jq.qq.com/?_wv=1027&k=s3PT4WT2)
## Quick Start
npm install
```bash
cd hexo
npm install hexo-theme-mengd
```git clone
```bash
git clone https://github.com/Lete114/Hexo-Theme-MengD.git ./theme/hexo-theme-mengd
```Modify the `theme` field in the hexo configuration file `_config.yml` to `hexo-theme-mengd` as follows.
```yml
# ...# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: hexo-theme-mengd# ...
```Create a theme configuration file named `_config.hexo-theme-mengd.yml` in the hexo root directory (the same level as hexo's `_config.yml` file) and copy the contents of this [link](https://github.com/lete114/hexo-theme-MengD/blob/main/_config.yml) to the `_config.hexo-theme-mengd.yml` file
You also need to install two hexo plugins
```bash
npm install hexo-generator-search hexo-wordcount
```## Update theme
npm update
```bash
npm install hexo-theme-mengd@latest
```git clone
```bash
cd theme/hexo-theme-mengd
git pull
```