Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iCyris/Ume
👒 An elegant blog theme for Saber.js
https://github.com/iCyris/Ume
Last synced: 1 day ago
JSON representation
👒 An elegant blog theme for Saber.js
- Host: GitHub
- URL: https://github.com/iCyris/Ume
- Owner: iCyris
- License: mit
- Archived: true
- Created: 2019-03-16T10:50:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T23:01:41.000Z (over 4 years ago)
- Last Synced: 2024-10-29T21:11:43.242Z (14 days ago)
- Language: CSS
- Homepage: https://cyris.pen.moe
- Size: 931 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ume
[![npm](https://badgen.net/npm/v/saber-theme-ume)](https://npm.im/saber-theme-ume)
> Ume is an elegant theme for [Saber.js](https://github.com/egoist/saber).
![Ume](./media/Ume.png)
## Install
```bash
yarn add saber-theme-ume
```In your `saber-config.yml`:
```yml
theme: ume
```## Plugins
```bash
yarn add saber-plugin-query-posts saber-plugin-feed saber-highlighter-prism
```## Layouts
- `page`: For normal/blog post pages.
## Configs
### Site Config
Configure site title, description etc in your `saber-config.yml`:
```yml
siteConfig:
title: My Site
description: About this website..
author: My Name
url: https://example.com
email: [email protected]
```### Theme Config
```yml
themeConfig:
title: The Title shown on the index page.
subTitle: The subTitle shown on the index page.
copyRight: © Copyright
sideBar:
- title: About
link: /about.html
- title: Tags
link: /tags.html # You need to add `/example/pages/tags.vue` in your `pages` folder to enable the tag cloud page.# The Home section on sidebar, this will shown on mobile device.
spHome:
title: Home
link: /
```### Markdown Config
```yml
markdown:
highlighter: prism
```### Plugin Config
```yml
plugins:# Google Analytics
# - resolve: saber-plugin-google-analytics
# options:
# trackId: ''- resolve: saber-plugin-generate-feed
- resolve: saber-plugin-query-posts
```## License
MIT.
## Thanks
Inspired from [hexo-theme-journal](https://github.com/SumiMakito/hexo-theme-journal/).