Ume
Ume is an elegant theme for Saber.js.
Install
yarn add saber-theme-ume
In your saber-config.yml
:
theme: ume
Plugins
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
:
siteConfig:
title: My Site
description: About this website..
author: My Name
url: https://example.com
email: my@email.com
Theme Config
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
spHome:
title: Home
link: /
Markdown Config
markdown:
highlighter: prism
Plugin Config
plugins:
- resolve: saber-plugin-generate-feed
- resolve: saber-plugin-query-posts
License
MIT.
Thanks
Inspired from hexo-theme-journal.