Coder Social home page Coder Social logo

ume's Introduction

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: [email protected]

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.

ume's People

Contributors

egoist avatar icyris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ume's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.