Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

saber-theme-ume

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saber-theme-ume

Ume is a elegant theme for saber.js

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by350%
Maintainers
1
Weekly downloads
 
Created
Source

Ume

npm

Ume is an elegant theme for Saber.js.

Ume

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  # 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

markdown:
  highlighter: prism

Plugin Config

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.

FAQs

Package last updated on 05 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc