Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artchen/hexo-theme-memory
A minimal hexo theme.
https://github.com/artchen/hexo-theme-memory
Last synced: 3 months ago
JSON representation
A minimal hexo theme.
- Host: GitHub
- URL: https://github.com/artchen/hexo-theme-memory
- Owner: artchen
- License: mit
- Created: 2016-05-14T05:06:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T05:42:25.000Z (over 2 years ago)
- Last Synced: 2024-05-20T09:18:49.757Z (8 months ago)
- Language: SCSS
- Homepage: https://otakism.com/hexo-theme-memory/
- Size: 985 KB
- Stars: 192
- Watchers: 6
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - artchen/hexo-theme-memory
README
# Hexo Theme Memory
Memory is a minimal theme for [Hexo](http://hexo.io).
This theme is also available on:
* Ghost version: [ghost-theme-memory](https://github.com/artchen/ghost-theme-memory)
## Installation
Git Clone:
```bash
git clone https://github.com/artchen/hexo-theme-memory.git themes/hexo-theme-memory
```Install Dependencies in Hexo site root directory:
```bash
npm i github:artchen/hexo-theme-memory
```If installing dependencies fails, try
```bash
npm i hexo-generator-archive hexo-generator-tag hexo-renderer-ejs hexo-renderer-dartsass hexo-renderer-marked hexo-pagination hexo-toc
```## Customization
The theme is customizable via `_config.yml` file under the theme directory.
The global `_config.yml` for Hexo may also need customization. In particular:
* Set `disqus_shortname` field to your disqus short name.
* Set `theme` field to `hexo-theme-memory`.In addition to these settings, users may also want to edit/replace the following files:
* Replace the site logo: `source/img/logo.png`, `source/img/logo.psd`
* The icon fonts are from [icomoon](https://icomoon.io/).This theme supports the following search services:
* Google custom search
* Algolia search
* Microsoft Azure searchRefer to [universal-search](https://github.com/artchen/universal-search) series to learn how to set up search.
## Demo
![Memory Demo](https://cdn.otakism.com/assets/hexo-theme-memory/demo/ghost-theme-memory-screenshot.jpg)
## Copyright
Public resources used in this theme:
* [icomoon](https://icomoon.io/)
* [normalize.css](https://necolas.github.io/normalize.css/)
* [fitvids.js](https://github.com/davatron5000/FitVids.js)Copyright © Art Chen
Please do not remove the "Theme Memory designed by Art Chen" text and links.
请不要删除页面底部的作者信息和链接。