Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiangtj/hexo-theme-cake
:cake: It's a lovely hexo theme, sweet.
https://github.com/jiangtj/hexo-theme-cake
hexo hexo-theme
Last synced: 12 days ago
JSON representation
:cake: It's a lovely hexo theme, sweet.
- Host: GitHub
- URL: https://github.com/jiangtj/hexo-theme-cake
- Owner: jiangtj
- License: agpl-3.0
- Created: 2019-06-05T02:23:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T01:59:38.000Z (about 1 year ago)
- Last Synced: 2024-11-01T00:24:18.461Z (19 days ago)
- Topics: hexo, hexo-theme
- Language: JavaScript
- Homepage:
- Size: 620 KB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo Theme Cake
:cake: It's a lovely theme, based on [NexT:7.1.0](https://github.com/next-theme/hexo-theme-next), and some styles come from [inside](https://github.com/ikeq/hexo-theme-inside).
![npm](https://img.shields.io/npm/v/hexo-theme-cake)
[![gitlocalized ](https://gitlocalize.com/repo/4255/whole_project/badge.svg)](https://gitlocalize.com/repo/4255/whole_project?utm_source=badge)
![size](https://badgen.net/packagephobia/publish/hexo-theme-cake)## Preview & Docs
![image](https://user-images.githubusercontent.com/15902347/81540257-f48c2900-93a3-11ea-8f7a-8f17636344ff.png)
- [docs](https://www.dnocm.com/cake/) | [demo](https://github.com/jiangtj-lab/hexo-theme-cake-example)
## Features
- :sparkles: very easy to install or upgrade, just `npm i`.
- :leaves: small and lightweight.
- :tada: many [icons](https://github.com/jiangtj-lab/hexo-icon-svg-core) support.
- :boom: powerful plugin system, take a look at [extend modules](lib/extend).## Quick Start
```bash
# Install hexo-theme-cake by npm or yarn cmd
yarn add hexo-theme-cake
```Modify `theme` to `cake`, if you are am linux user, can exec this cmd. Others modify it manually.
```bash
sed -ri 's/^theme:.*/theme: cake/g' _config.yml && hexo check
```**If you use cake theme for the first time, you can exec `hexo check` to check whether the environment is complete.**
## Browser Support
Modern Browser (No IE)